chore: 修改 backtop 文档

This commit is contained in:
就眠儀式
2022-02-05 22:16:31 +08:00
parent b62f72baaf
commit a74c559fdd
8 changed files with 29 additions and 40 deletions

View File

@@ -9,8 +9,8 @@
text-align: center;
white-space: nowrap;
border: 1px solid transparent;
background-color: @button-primary-color;
border-radius: @button-border-radius;
background-color: @global-primary-color;
border-radius: 2px;
cursor: pointer;
}
@@ -50,15 +50,15 @@
}
.layui-btn-normal {
background-color: @global-normal-color;
background-color: #1e9fff;
}
.layui-btn-warm {
background-color: @global-warm-color;
background-color: #ffb800;
}
.layui-btn-danger {
background-color: @global-danger-color;
background-color: #ff5722;
}
.layui-btn-lg {