😎调整vxe弹出框默认样式

This commit is contained in:
zuohuaijun 2025-03-21 03:26:58 +08:00
parent 4f1c214584
commit 883bb18b16

View File

@ -125,3 +125,13 @@
background-color: var(--el-color-primary) !important;
color: white !important;
}
.vxe-modal--container {
margin: -1px !important;
}
.vxe-modal--zoom-btn:hover,
.vxe-modal--close-btn:hover {
color: red !important;
}