summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchenjinsong <[email protected]>2019-11-14 15:41:36 +0800
committerchenjinsong <[email protected]>2019-11-14 15:41:36 +0800
commitca3e3d6804cba68cd1d146a9afbfd1c820a684d8 (patch)
tree4ca981c8e1fa27dfa106a4d2b925cdc8ee215827
parentc8737d63ce7bc6ff7fad482cc901ba93fbb4e06b (diff)
样式调整
-rw-r--r--nezha-admin/src/main/resources/templates/modules/detect/metaMapping.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/nezha-admin/src/main/resources/templates/modules/detect/metaMapping.html b/nezha-admin/src/main/resources/templates/modules/detect/metaMapping.html
index 11b63c29..1292f836 100644
--- a/nezha-admin/src/main/resources/templates/modules/detect/metaMapping.html
+++ b/nezha-admin/src/main/resources/templates/modules/detect/metaMapping.html
@@ -18,7 +18,7 @@
<input type="text" class="form-control" v-model.trim="params.type" @keyup.enter="query"
placeholder='<@spring.message "metaMapping.type"/>'>
</div>
- <a class="btn btn-default" @click="query" title="<@spring.message 'common.search'/>"><i
+ <a class="btn btn-default btn-search" @click="query" title="<@spring.message 'common.search'/>"><i
class="fa fa-search"></i></a>
<a class="btn btn-primary" @click="add" title="<@spring.message 'common.add'/>"><i
class="fa fa-plus"></i></a>