😎调整vxe弹出框默认标题样式

This commit is contained in:
zuohuaijun 2025-03-21 02:29:45 +08:00
parent 1b6d8e01ea
commit 4f1c214584

View File

@ -117,3 +117,11 @@
margin-top: 0px;
}
}
.vxe-modal--wrapper.type--modal .vxe-modal--header,
.vxe-modal--wrapper.type--alert .vxe-modal--header,
.vxe-modal--wrapper.type--confirm .vxe-modal--header {
// border-bottom: 1px solid var(--vxe-ui-input-border-color);
background-color: var(--el-color-primary) !important;
color: white !important;
}