diff --git a/nezha-fronted/src/components/common/searchInput.vue b/nezha-fronted/src/components/common/searchInput.vue index e32ae3298..ef1106568 100644 --- a/nezha-fronted/src/components/common/searchInput.vue +++ b/nezha-fronted/src/components/common/searchInput.vue @@ -1232,8 +1232,8 @@ } .search-input-all .search-history{ padding: 0px 7px; - height: 17px; - line-height: 17px; + height: 16px; + line-height: 16px; text-align: center; border-right: 1px solid #e5e5e5; margin-top: 4px; diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index e33fe96dc..989174855 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -45,14 +45,14 @@
- +
  • {{i.name}}
@@ -80,7 +80,7 @@ -->
- +
@@ -693,7 +693,25 @@ export default { } .nz-dashboard-picker {} .panel-calendar .el-range-editor--mini.el-input__inner{ - height: 26px !important; + height: 25px !important; + border-color: #d8d8d8; } + + +