更新文档

This commit is contained in:
就眠儀式
2022-02-07 13:42:38 +08:00
parent e24297f912
commit 5c2fc10e95
13 changed files with 71 additions and 31 deletions

View File

@@ -1,5 +1,8 @@
@import "../../theme/variable.less";
@button-primary-color: @global-primary-color;
@button-border-radius: @global-border-radius;
.layui-btn {
height: 38px;
line-height: 36px;
@@ -9,8 +12,8 @@
text-align: center;
white-space: nowrap;
border: 1px solid transparent;
background-color: @global-primary-color;
border-radius: @global-border-radius;
background-color: @button-primary-color;
border-radius: @button-border-radius;
cursor: pointer;
}