弹窗样式影响

This commit is contained in:
ym1026
2025-09-15 15:52:43 +08:00
parent 8e8b290128
commit 640225a76b

View File

@@ -177,6 +177,7 @@ export default {
:deep(.ant-modal-root .ant-modal-mask) { :deep(.ant-modal-root .ant-modal-mask) {
background-color: #000 !important; background-color: #000 !important;
} }
:deep(.modal.ant-modal) { :deep(.modal.ant-modal) {
width: 68% !important; width: 68% !important;
height: 80% !important; height: 80% !important;
@@ -195,7 +196,7 @@ export default {
width: 96%; width: 96%;
margin: auto; margin: auto;
box-shadow: none; box-shadow: none;
background: transparent; background: transparent!important;
.ant-modal-close { .ant-modal-close {
position: absolute; position: absolute;
right: 0; right: 0;