update 优化弹窗显示效果
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user