Browse Source

DEC-13337 提供user-select-enable 和 user-select-diable common 类名

es6
zsmj1994 4 years ago
parent
commit
5bdead746d
  1. 1
      changelog.md
  2. 8
      src/less/core/utils/common.less

1
changelog.md

@ -1,5 +1,6 @@
# 更新日志
2.0(2020-05)
- 填加bi-user-select-enable和bi-user-select-disable通用类名
- 修复上传控件多个title问题
2.0(2020-04)

8
src/less/core/utils/common.less

@ -1218,3 +1218,11 @@ textarea {
}
}
}
.bi-user-select-enable {
.user-select-enable();
}
.bi-user-select-disable {
.user-select-disable();
}

Loading…
Cancel
Save