소스 검색

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

liyanbo 5 달 전
부모
커밋
9ea5398407
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/views/AIPage/AIImageToImage.vue
  2. 1 1
      src/views/AIPage/AIImageToVideo.vue
  3. 1 1
      src/views/AIPage/AIPainting.vue
  4. 1 1
      src/views/AIPage/PlantExperts.vue

+ 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%;