fix: polish the endpoint list graph (#155)

This commit is contained in:
Fine0830
2022-09-08 21:46:37 +08:00
committed by GitHub
parent 49bc349064
commit 5da441ff9a
7 changed files with 27 additions and 27 deletions

View File

@@ -18,12 +18,11 @@ limitations under the License. -->
<el-input
v-model="searchText"
placeholder="Please input instance name"
size="small"
@change="searchList"
class="inputs"
>
<template #append>
<el-button size="small" @click="searchList">
<el-button class="btn" @click="searchList">
<Icon size="sm" iconName="search" />
</el-button>
</template>
@@ -243,14 +242,6 @@ watch(
<style lang="scss" scoped>
@import "./style.scss";
.chart {
height: 60px;
}
.inputs {
width: 300px;
}
.attributes {
max-height: 400px;
overflow: auto;