mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-26 06:58:53 +00:00
pref: 优化体验 (#1952)
* perf: 修改 padding * pref: 优化体验 Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
.el-button--text:hover {
|
.el-button--text:hover {
|
||||||
background-color: rgba(0, 0, 0, .05);
|
background-color: rgba(0, 0, 0, .05);
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-button--success {
|
.el-button--success {
|
||||||
background-color: success;
|
background-color: success;
|
||||||
border-color: success;
|
border-color: success;
|
||||||
@@ -412,6 +412,11 @@ td .el-button.el-button--mini {
|
|||||||
.el-dialog .el-dialog__body {
|
.el-dialog .el-dialog__body {
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
padding: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-dialog .el-dialog__body form {
|
||||||
|
padding-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.el-cascader {
|
.el-cascader {
|
||||||
|
Reference in New Issue
Block a user