Browse Source

chore: 优化代码

es6
guy 2 years ago
parent
commit
5b2ad63026
  1. 13
      src/less/core/utils/common.less

13
src/less/core/utils/common.less

@ -2,6 +2,19 @@
.base-disabled {
cursor: not-allowed !important;
.cursor-pointer {
cursor: not-allowed !important;
}
.cursor-default {
cursor: not-allowed !important;
}
.cursor-move {
cursor: not-allowed !important;
}
.cursor-text{
cursor: text;
}
color: @color-bi-text-disabled !important;
& .bi-input {

Loading…
Cancel
Save