Просмотр исходного кода

调整AI实验室中问答绘画视频等页面的收回菜单栏z-index数值

liyanbo 5 месяцев назад
Родитель
Сommit
9ea5398407

+ 1 - 1
src/views/AIPage/AIImageToImage.vue

@@ -85,7 +85,7 @@ const goBack = () => {
   height: rpx(35);
   border-top-right-radius: rpx(5);
   border-bottom-right-radius: rpx(5);
-  z-index: 9999;
+  z-index: 50;
   position: absolute;
   top: 50%;
   left: 18%;

+ 1 - 1
src/views/AIPage/AIImageToVideo.vue

@@ -97,7 +97,7 @@ const toggleDrawer = () => {
   height: rpx(35);
   border-top-right-radius: rpx(5);
   border-bottom-right-radius: rpx(5);
-  z-index: 9999;
+  z-index: 50;
   position: absolute;
   top: 50%;
   left: 18%;

+ 1 - 1
src/views/AIPage/AIPainting.vue

@@ -94,7 +94,7 @@ const toggleDrawer = () => {
   height: rpx(35);
   border-top-right-radius: rpx(5);
   border-bottom-right-radius: rpx(5);
-  z-index: 9999;
+  z-index: 50;
   position: absolute;
   top: 50%;
   left: 18%;

+ 1 - 1
src/views/AIPage/PlantExperts.vue

@@ -98,7 +98,7 @@ const toggleDrawer = () => {
   height: rpx(35);
   border-top-right-radius: rpx(5);
   border-bottom-right-radius: rpx(5);
-  z-index: 9999;
+  z-index: 50;
   position: absolute;
   top: 50%;
   left: 18%;