mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 10:46:35 +00:00
style:修复 organization 在禁用时的背景被覆盖
This commit is contained in:
@@ -190,6 +190,10 @@ export default {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
||||||
|
::v-deep .el-input.is-disabled > input {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: rgba(0, 0, 0, .12) !important;
|
background-color: rgba(0, 0, 0, .12) !important;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user