easy3wui 1.4.233 → 1.4.234

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.
package/README.md CHANGED
@@ -1,2 +1,8 @@
1
1
  # easy3wUI
2
- easy3w UI 组件
2
+ easy3w UI 组件
3
+
4
+ # 编译
5
+ npm run compile
6
+
7
+ # 发布
8
+ npm publish
@@ -1,10 +1,8 @@
1
1
  .ant-upload-list-item {
2
- width: -webkit-max-content;
3
2
  width: -moz-max-content;
4
3
  width: max-content;
5
4
  }
6
5
  .ant-upload-list-item .ant-upload-list-item-info {
7
- width: -webkit-max-content;
8
6
  width: -moz-max-content;
9
7
  width: max-content;
10
8
  }
package/assets/index.css CHANGED
@@ -1532,12 +1532,10 @@ s {
1532
1532
  cursor: pointer;
1533
1533
  }
1534
1534
  .ant-upload-list-item {
1535
- width: -webkit-max-content;
1536
1535
  width: -moz-max-content;
1537
1536
  width: max-content;
1538
1537
  }
1539
1538
  .ant-upload-list-item .ant-upload-list-item-info {
1540
- width: -webkit-max-content;
1541
1539
  width: -moz-max-content;
1542
1540
  width: max-content;
1543
1541
  }
@@ -11,7 +11,7 @@
11
11
  .ant-form-item-control {
12
12
  line-height: 24px;
13
13
  }
14
- .ant-form-item label { // * 号突出, 文字对齐
14
+ .ant-form-item-label label { // * 号突出, 文字对齐
15
15
  padding-left: 12px;
16
16
  .ant-form-item-required::before {
17
17
  margin-left: -10px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.4.233",
3
+ "version": "1.4.234",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",