diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 6a5656811..f15c9a099 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -258,7 +258,7 @@ li{ border-radius: 4px; display: inline-block; } -.nz-btn-group-size-normal { +.nz-btn-group-size-small { max-height: 24px; } .nz-btn-group .nz-btn:first-child:not(:last-child) { @@ -268,7 +268,6 @@ li{ .nz-btn-group .nz-btn:last-child:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; - border-left: 1px solid rgba(162,162,162,0.5); } .nz-btn-group .nz-btn:not(:first-child):not(:last-child) { border-radius: 0; @@ -286,6 +285,16 @@ li{ .nz-btn-group .nz-input-group-middle input { border-radius: 0px !important; border: none; + border-right: 1px solid rgba(162,162,162,0.50) !important; +} +.nz-btn-group .nz-input-group-left input { + border-radius: 4px 0px 0px 4px !important; + border: none; + border-right: 1px solid rgba(162,162,162,0.50) !important; +} +.nz-btn-group .nz-input-group-right input { + border-radius: 0px 4px 4px 0px !important; + border: none; } /* end--按钮组件*/ @@ -306,14 +315,17 @@ li{ .input-x-mini-24 .el-input__inner { height: 24px; line-height: 24px; - padding: 0 5px; - font-size: 12px; + padding: 0 10px; + font-size: 13px; +} +.input-x-mini-24 .el-input__icon { + line-height: 24px; } .input-x-mini-26 .el-input__inner { height: 26px; line-height: 26px; padding: 0 5px; - font-size: 12px; + font-size: 14px; } .el-textarea .el-input__count { /*防止字数限制提示信息遮挡内容和滚动条*/ right: 20px; diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue index b35cd3359..b3653c20f 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue @@ -19,7 +19,7 @@ -
+
{{$t('asset.asset')}}
-
-
-
-
-
Files
-
-
-
Browser
-
-
-
- - -
-
- - - +
import axios from 'axios' import bus from '../../../libs/bus'; + import mibBrowser from './mibBrowser'; + export default { name: "mib", + components: { + 'mib-browser': mibBrowser + }, data() { return { + showTab: 'file', //file/browser + tableId: 'mibTable', //需要分页的table的id,用于记录每页数量 showTopBtn: false, mib: { diff --git a/nezha-fronted/src/components/page/config/mibBrowser.vue b/nezha-fronted/src/components/page/config/mibBrowser.vue index 2122083ad..bde2ccedb 100644 --- a/nezha-fronted/src/components/page/config/mibBrowser.vue +++ b/nezha-fronted/src/components/page/config/mibBrowser.vue @@ -1,13 +1,312 @@ - diff --git a/nezha-fronted/src/components/page/dashboard/panel.vue b/nezha-fronted/src/components/page/dashboard/panel.vue index 6d148fe64..011eaa619 100644 --- a/nezha-fronted/src/components/page/dashboard/panel.vue +++ b/nezha-fronted/src/components/page/dashboard/panel.vue @@ -49,7 +49,7 @@
-
+