fix: 不可新增excel 按钮置灰

This commit is contained in:
dataeaseShu 2022-10-26 14:25:36 +08:00
parent 8f0879f6d9
commit ea3ea4d47c

View File

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