mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 08:17:33 +00:00
fix: search input
This commit is contained in:
parent
5fca827682
commit
4ef77dda5c
@ -17,7 +17,7 @@ limitations under the License. -->
|
|||||||
<div class="search">
|
<div class="search">
|
||||||
<el-input v-model="searchText" placeholder="Search for more endpoints" @change="searchList" class="inputs">
|
<el-input v-model="searchText" placeholder="Search for more endpoints" @change="searchList" class="inputs">
|
||||||
<template #append>
|
<template #append>
|
||||||
<el-button @click="searchList" class="btn">
|
<el-button @click="searchList">
|
||||||
<Icon size="middle" iconName="search" />
|
<Icon size="middle" iconName="search" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
@ -17,7 +17,7 @@ limitations under the License. -->
|
|||||||
<div class="search">
|
<div class="search">
|
||||||
<el-input v-model="searchText" placeholder="Please input instance name" @change="searchList" class="inputs">
|
<el-input v-model="searchText" placeholder="Please input instance name" @change="searchList" class="inputs">
|
||||||
<template #append>
|
<template #append>
|
||||||
<el-button class="btn" @click="searchList">
|
<el-button @click="searchList">
|
||||||
<Icon size="sm" iconName="search" />
|
<Icon size="sm" iconName="search" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
@ -17,7 +17,7 @@ limitations under the License. -->
|
|||||||
<div class="search">
|
<div class="search">
|
||||||
<el-input v-model="searchText" placeholder="Please input service name" @change="searchList" class="inputs mt-5">
|
<el-input v-model="searchText" placeholder="Please input service name" @change="searchList" class="inputs mt-5">
|
||||||
<template #append>
|
<template #append>
|
||||||
<el-button class="btn" @click="searchList">
|
<el-button @click="searchList">
|
||||||
<Icon size="sm" iconName="search" />
|
<Icon size="sm" iconName="search" />
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
|
@ -48,10 +48,6 @@
|
|||||||
width: 400px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
|
||||||
margin-top: -12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chart {
|
.chart {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user