mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 15:00:59 +08:00
fix: 不可新增excel 按钮置灰
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user