修改兼容组件主题变量
This commit is contained in:
parent
7a07a60321
commit
e24297f912
@ -970,7 +970,7 @@ a cite {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
border-radius: @global-border-radius;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@ -2018,7 +2018,7 @@ a cite {
|
||||
}
|
||||
.layui-dropdown dl > .layui-dropdown-menu {
|
||||
border: 1px solid #eee;
|
||||
border-radius: 4px;
|
||||
border-radius: @global-border-radius;
|
||||
}
|
||||
|
||||
.layui-dropdown-up dl {
|
||||
|
Loading…
x
Reference in New Issue
Block a user