diff --git a/src/theme/index.less b/src/theme/index.less index 35de76b7..5c965867 100644 --- a/src/theme/index.less +++ b/src/theme/index.less @@ -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 {