fix: 不可新增excel 按钮置灰
This commit is contained in:
parent
8f0879f6d9
commit
ea3ea4d47c
@ -1300,6 +1300,11 @@ export default {
|
||||
background: rgba(31, 35, 41, 0.1);
|
||||
color: var(--deTextPrimary, #1f2329);
|
||||
}
|
||||
|
||||
&.is-disabled {
|
||||
background: #BBBFC4;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
.de-top-border {
|
||||
border-top: 1px solid rgba(31, 35, 41, 0.15);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user