mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-28 03:20:24 +00:00
perf: change color
This commit is contained in:
parent
df0e7ee6ae
commit
1e21a5fb05
@ -237,7 +237,6 @@ export default {
|
||||
// 不符合校验规则的提示信息
|
||||
.el-form-item__error {
|
||||
position: inherit;
|
||||
color: var(--el-form-tip-text-color);
|
||||
}
|
||||
|
||||
.el-select {
|
||||
|
@ -246,11 +246,11 @@ export default {
|
||||
|
||||
.organization {
|
||||
border-radius: 3px;
|
||||
background-color: rgba(0, 0, 0, .12);
|
||||
background-color: rgba(255, 255, 255, .15);
|
||||
padding-left: 10px !important;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba(0, 0, 0, .18);
|
||||
background-color: rgba(0, 0, 0, .12);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@ -106,7 +106,7 @@ export default {
|
||||
|
||||
.go-back {
|
||||
border: none;
|
||||
padding: 6px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.go-back >>> i {
|
||||
|
@ -2,7 +2,7 @@ const commonColor = {
|
||||
'--el-text-color': '#1F2329',
|
||||
'--el-icon-color': '#646A73',
|
||||
'--el-input-border-color': '#BBBFC4',
|
||||
'--el-disabled-background-color': '#EFF0F1',
|
||||
'--el-disabled-background-color': '#dcdee2',
|
||||
'--el-form-tip-text-color': '#8F959E'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user