😎调整vxe弹出框默认标题样式
This commit is contained in:
parent
1b6d8e01ea
commit
4f1c214584
@ -117,3 +117,11 @@
|
|||||||
margin-top: 0px;
|
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;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user