@easyv/react-components 0.0.48 → 0.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -35,6 +35,8 @@
35
35
  .arco-select-popup {
36
36
  // 添加选中的样式后面的勾
37
37
  li.arco-select-option-selected {
38
+ padding-right: 34px;
39
+
38
40
  &::before {
39
41
  content: '';
40
42
  position: absolute;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easyv/react-components",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "description": "a react component library base on arco design",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",