update 优化弹窗显示效果

This commit is contained in:
zk
2024-07-24 14:19:47 +08:00
parent 830ad950c3
commit a9fedaf124
3 changed files with 24 additions and 1 deletions
+7 -1
View File
@@ -106,7 +106,12 @@ html, body, #app {
}
.ant-modal-mask {
background-color: rgba(0, 0, 0, 0.65) !important;
background-color: #00000073 !important;
}
/* 为其他所有的 .ant-modal-mask 设置透明背景 */
.ant-modal-mask.no-mask {
background-color: transparent !important;
}
// 下拉框样式-start
@@ -200,6 +205,7 @@ html, body, #app {
//Modal
.dialog.light {
background-color: #f3f5ff;
border: 1px solid #f3f5ff;
.police-con {
color: var(--tableFontColor);