提供主题文档 与 组件主题变量替换

This commit is contained in:
就眠儀式
2022-02-06 16:51:54 +08:00
parent 536ea90928
commit 7a07a60321
14 changed files with 67 additions and 17 deletions

View File

@@ -704,7 +704,7 @@ a cite {
border-style: solid;
background-color: #fff;
color: rgba(0, 0, 0, 0.85);
border-radius: 2px;
border-radius: @global-border-radius;
}
.layui-input::-webkit-input-placeholder,
@@ -2031,7 +2031,7 @@ a cite {
line-height: 38px;
border-width: 1px;
border-style: solid;
border-radius: 2px;
border-radius: @global-border-radius;
cursor: pointer;
}