Procházet zdrojové kódy

修改蒙层层级

yangg před 1 měsícem
rodič
revize
aaeec17b10
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/identity-verify/identity-verify.vue

+ 1 - 1
pages/identity-verify/identity-verify.vue

@@ -3711,7 +3711,7 @@ video::-webkit-media-controls-fullscreen-button {
 .retry-button-container,
 .rerecord-button-container {
   /* ... 现有样式 ... */
-  z-index: 20; /* 确保按钮在蒙层之上 */
+  z-index: 999; /* 确保按钮在蒙层之上 */
 }
 
 .user-camera-container {