修改兼容组件主题变量
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user