style:修复 organization 在禁用时的背景被覆盖

This commit is contained in:
zhaojisen
2024-05-16 11:56:37 +08:00
committed by 老广
parent e8f3950072
commit 87d7a291f0

View File

@@ -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;
}