Explorar el Código

修改蒙层层级

yangg hace 1 mes
padre
commit
aaeec17b10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {