Browse Source

修改蒙层层级

yangg 1 tháng trước cách đây
mục cha
commit
aaeec17b10
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {