easy3wui 1.5.10 → 1.5.11
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/assets/formPage.css +2 -4
- package/assets/index.css +2 -4
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
.ant-upload-list-item {
|
|
2
|
-
width:
|
|
3
|
-
width: max-content;
|
|
2
|
+
width: auto;
|
|
4
3
|
}
|
|
5
4
|
.ant-upload-list-item .ant-upload-list-item-info {
|
|
6
|
-
width:
|
|
7
|
-
width: max-content;
|
|
5
|
+
width: auto;
|
|
8
6
|
}
|
|
9
7
|
.ant-upload-list-item .anticon-cross {
|
|
10
8
|
right: -2px;
|
package/assets/index.css
CHANGED
|
@@ -1380,12 +1380,10 @@ s {
|
|
|
1380
1380
|
cursor: pointer;
|
|
1381
1381
|
}
|
|
1382
1382
|
.ant-upload-list-item {
|
|
1383
|
-
width:
|
|
1384
|
-
width: max-content;
|
|
1383
|
+
width: auto;
|
|
1385
1384
|
}
|
|
1386
1385
|
.ant-upload-list-item .ant-upload-list-item-info {
|
|
1387
|
-
width:
|
|
1388
|
-
width: max-content;
|
|
1386
|
+
width: auto;
|
|
1389
1387
|
}
|
|
1390
1388
|
.ant-upload-list-item .anticon-cross {
|
|
1391
1389
|
right: -2px;
|