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">
|
||||
<el-input v-model="searchText" placeholder="Search for more endpoints" @change="searchList" class="inputs">
|
||||
<template #append>
|
||||
<el-button @click="searchList" class="btn">
|
||||
<el-button @click="searchList">
|
||||
<Icon size="middle" iconName="search" />
|
||||
</el-button>
|
||||
</template>
|
||||
|
@ -17,7 +17,7 @@ limitations under the License. -->
|
||||
<div class="search">
|
||||
<el-input v-model="searchText" placeholder="Please input instance name" @change="searchList" class="inputs">
|
||||
<template #append>
|
||||
<el-button class="btn" @click="searchList">
|
||||
<el-button @click="searchList">
|
||||
<Icon size="sm" iconName="search" />
|
||||
</el-button>
|
||||
</template>
|
||||
|
@ -17,7 +17,7 @@ limitations under the License. -->
|
||||
<div class="search">
|
||||
<el-input v-model="searchText" placeholder="Please input service name" @change="searchList" class="inputs mt-5">
|
||||
<template #append>
|
||||
<el-button class="btn" @click="searchList">
|
||||
<el-button @click="searchList">
|
||||
<Icon size="sm" iconName="search" />
|
||||
</el-button>
|
||||
</template>
|
||||
|
@ -48,10 +48,6 @@
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
margin-top: -12px;
|
||||
}
|
||||
|
||||
.chart {
|
||||
height: 60px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user