pref: 优化体验 (#1952)

* perf: 修改 padding

* pref: 优化体验

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2022-07-19 15:14:45 +08:00
committed by GitHub
parent 25c04e9c05
commit 8b499d8f7f

View File

@@ -14,7 +14,7 @@
.el-button--text:hover {
background-color: rgba(0, 0, 0, .05);
}
.el-button--success {
background-color: success;
border-color: success;
@@ -412,6 +412,11 @@ td .el-button.el-button--mini {
.el-dialog .el-dialog__body {
max-height: 90vh;
overflow: auto;
padding: 30px;
}
.el-dialog .el-dialog__body form {
padding-right: 20px;
}
.el-cascader {