mirror of
https://gitcode.com/gh_mirrors/vue/vue-vben-admin
synced 2025-12-30 05:12:24 +00:00
fix(Modal): 修复BasicModal跟原生Modal样式冲突问题 (#3720)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@prefix-cls: ~'@{namespace}-basic-modal-wrap';
|
||||
|
||||
.fullscreen-modal {
|
||||
overflow: hidden;
|
||||
|
||||
@@ -18,7 +20,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ant-modal {
|
||||
.@{prefix-cls} {
|
||||
.ant-modal {
|
||||
width: 520px;
|
||||
padding-bottom: 0;
|
||||
|
||||
@@ -117,6 +120,7 @@
|
||||
color: @success-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-modal-confirm .ant-modal-body {
|
||||
|
||||
Reference in New Issue
Block a user