diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 892f191e7..953b21fc6 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -643,7 +643,6 @@ li{ display: flex; align-items: center; justify-content: center; - padding-top: 3px; cursor: ns-resize; } .sub-list-window-control { diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 1dbde1915..24175e9a9 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -37,6 +37,10 @@ + + + + @@ -47,15 +51,17 @@ import alertMessageTab from "./tabs/alertMessageTab"; import endpointQueryTab from "./tabs/endpointQueryTab"; import endpointTab from "./tabs/endpointTab"; + import panelTab from "./tabs/panelTab"; export default { - name: "cabinetBox", + name: "bottomBox", components:{ 'common-detail-tab': commonDetailTab, 'cabinet-tab': cabinetTab, 'alert-message-tab': alertMessageTab, 'endpoint-query-tab': endpointQueryTab, 'endpoint-tab': endpointTab, + 'panel-tab': panelTab, }, props: { isFullScreen: false, //是否全屏 diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue new file mode 100644 index 000000000..d4ad7ffd3 --- /dev/null +++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue @@ -0,0 +1,634 @@ + + + + + + diff --git a/nezha-fronted/src/components/page/config/model.vue b/nezha-fronted/src/components/page/config/model.vue index 391037593..1818ef048 100644 --- a/nezha-fronted/src/components/page/config/model.vue +++ b/nezha-fronted/src/components/page/config/model.vue @@ -34,57 +34,64 @@
-
-
- diff --git a/nezha-fronted/src/components/page/config/promServer.vue b/nezha-fronted/src/components/page/config/promServer.vue index 645df195b..1ba86f920 100644 --- a/nezha-fronted/src/components/page/config/promServer.vue +++ b/nezha-fronted/src/components/page/config/promServer.vue @@ -47,17 +47,6 @@
-