diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index 022fd75d0..81ad1155b 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -588,18 +588,18 @@ li{ } .main-list { height: 100%; - transition: .4s height, .4s transform; position: relative; } .main-list.main-list-with-sub { - transform: translate3d(0,0,0); height: calc(50% - 4px); } .sub-list { height: calc(50% - 4px); - transition: .4s height; position: relative; } +.main-and-sub-transition { + transition: .4s height; +} .sub-list-resize { margin: 0 -6px; border-top: 1px solid #aaa; diff --git a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue index 315d5263c..575f7c77c 100644 --- a/nezha-fronted/src/components/common/bottomBox/bottomBox.vue +++ b/nezha-fronted/src/components/common/bottomBox/bottomBox.vue @@ -2,7 +2,7 @@
-
+
diff --git a/nezha-fronted/src/components/page/alert/config.vue b/nezha-fronted/src/components/page/alert/config.vue index 93e442416..efd9ae5ae 100644 --- a/nezha-fronted/src/components/page/alert/config.vue +++ b/nezha-fronted/src/components/page/alert/config.vue @@ -15,7 +15,7 @@
-
+