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