easy3wui 1.5.89-beta6 → 1.5.89-beta7
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 +12 -15
- package/assets/index.css +15 -15
- package/assets/qryGrid.css +3 -0
- package/package.json +1 -1
package/assets/formPage.css
CHANGED
|
@@ -40,23 +40,20 @@
|
|
|
40
40
|
.e3wFormPageWrap .bf-container {
|
|
41
41
|
border: 1px solid #eee;
|
|
42
42
|
}
|
|
43
|
-
.
|
|
44
|
-
border: 1px solid #eee;
|
|
45
|
-
}
|
|
46
|
-
.approval_flag_only .e3wFormPageWrapPC .ant-form-item-label {
|
|
43
|
+
.e3wFormPageWrapPC .ant-form-item-label {
|
|
47
44
|
line-height: 24px;
|
|
48
45
|
}
|
|
49
|
-
.
|
|
46
|
+
.e3wFormPageWrapPC .ant-form-item-control {
|
|
50
47
|
line-height: 24px;
|
|
51
48
|
}
|
|
52
|
-
.
|
|
49
|
+
.e3wFormPageWrapPC .ant-form-item-required::before {
|
|
53
50
|
content: "";
|
|
54
51
|
}
|
|
55
|
-
.
|
|
52
|
+
.e3wFormPageWrapPC .ant-form-item-label > label::after {
|
|
56
53
|
content: "";
|
|
57
54
|
margin: 0px;
|
|
58
55
|
}
|
|
59
|
-
.
|
|
56
|
+
.e3wFormPageWrapPC .ant-form-item-label > label {
|
|
60
57
|
width: 100%;
|
|
61
58
|
display: inline-block;
|
|
62
59
|
overflow: hidden;
|
|
@@ -64,22 +61,25 @@
|
|
|
64
61
|
text-overflow: ellipsis;
|
|
65
62
|
padding-right: 20px;
|
|
66
63
|
}
|
|
67
|
-
.
|
|
64
|
+
.e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
|
|
68
65
|
content: "*";
|
|
69
66
|
color: var(--label-required-color);
|
|
70
67
|
}
|
|
71
|
-
.
|
|
68
|
+
.e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required {
|
|
72
69
|
position: relative;
|
|
73
70
|
}
|
|
74
|
-
.
|
|
71
|
+
.e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
|
|
75
72
|
position: absolute;
|
|
76
73
|
right: 0;
|
|
77
74
|
width: 20px;
|
|
78
75
|
text-align: center;
|
|
79
76
|
}
|
|
80
|
-
.
|
|
77
|
+
.e3wFormPageWrapPC .ant-form-item:has(.ant-form-item-label) > .ant-form-item-control-wrapper .e3wFootBtn:first-child {
|
|
81
78
|
margin-left: 0;
|
|
82
79
|
}
|
|
80
|
+
.approval_flag_only .e3wFormPageWrapPC .bf-container {
|
|
81
|
+
border: 1px solid #eee;
|
|
82
|
+
}
|
|
83
83
|
.approval_flag_only .e3wFormPageWrapPC .e3wFormCol[data-fieldtype][data-col-readflag="1"]:not([data-fieldtype="e3wFormCol_strTemplate"]) .ant-form-item:has(.ant-form-item-label) > .ant-form-item-control-wrapper {
|
|
84
84
|
border-bottom: 1px solid var(--primary-color);
|
|
85
85
|
height: auto;
|
|
@@ -116,9 +116,6 @@
|
|
|
116
116
|
-ms-flex-direction: row;
|
|
117
117
|
flex-direction: row;
|
|
118
118
|
}
|
|
119
|
-
.e3wQryGrid .ant-form-item-label > label::after {
|
|
120
|
-
content: "";
|
|
121
|
-
}
|
|
122
119
|
input.ant-input-number-input {
|
|
123
120
|
text-align: right;
|
|
124
121
|
padding-right: 21px;
|
package/assets/index.css
CHANGED
|
@@ -2524,23 +2524,20 @@
|
|
|
2524
2524
|
.e3wFormPageWrap .bf-container {
|
|
2525
2525
|
border: 1px solid #eee;
|
|
2526
2526
|
}
|
|
2527
|
-
.
|
|
2528
|
-
border: 1px solid #eee;
|
|
2529
|
-
}
|
|
2530
|
-
.approval_flag_only .e3wFormPageWrapPC .ant-form-item-label {
|
|
2527
|
+
.e3wFormPageWrapPC .ant-form-item-label {
|
|
2531
2528
|
line-height: 24px;
|
|
2532
2529
|
}
|
|
2533
|
-
.
|
|
2530
|
+
.e3wFormPageWrapPC .ant-form-item-control {
|
|
2534
2531
|
line-height: 24px;
|
|
2535
2532
|
}
|
|
2536
|
-
.
|
|
2533
|
+
.e3wFormPageWrapPC .ant-form-item-required::before {
|
|
2537
2534
|
content: "";
|
|
2538
2535
|
}
|
|
2539
|
-
.
|
|
2536
|
+
.e3wFormPageWrapPC .ant-form-item-label > label::after {
|
|
2540
2537
|
content: "";
|
|
2541
2538
|
margin: 0px;
|
|
2542
2539
|
}
|
|
2543
|
-
.
|
|
2540
|
+
.e3wFormPageWrapPC .ant-form-item-label > label {
|
|
2544
2541
|
width: 100%;
|
|
2545
2542
|
display: inline-block;
|
|
2546
2543
|
overflow: hidden;
|
|
@@ -2548,22 +2545,25 @@
|
|
|
2548
2545
|
text-overflow: ellipsis;
|
|
2549
2546
|
padding-right: 20px;
|
|
2550
2547
|
}
|
|
2551
|
-
.
|
|
2548
|
+
.e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
|
|
2552
2549
|
content: "*";
|
|
2553
2550
|
color: var(--label-required-color);
|
|
2554
2551
|
}
|
|
2555
|
-
.
|
|
2552
|
+
.e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required {
|
|
2556
2553
|
position: relative;
|
|
2557
2554
|
}
|
|
2558
|
-
.
|
|
2555
|
+
.e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
|
|
2559
2556
|
position: absolute;
|
|
2560
2557
|
right: 0;
|
|
2561
2558
|
width: 20px;
|
|
2562
2559
|
text-align: center;
|
|
2563
2560
|
}
|
|
2564
|
-
.
|
|
2561
|
+
.e3wFormPageWrapPC .ant-form-item:has(.ant-form-item-label) > .ant-form-item-control-wrapper .e3wFootBtn:first-child {
|
|
2565
2562
|
margin-left: 0;
|
|
2566
2563
|
}
|
|
2564
|
+
.approval_flag_only .e3wFormPageWrapPC .bf-container {
|
|
2565
|
+
border: 1px solid #eee;
|
|
2566
|
+
}
|
|
2567
2567
|
.approval_flag_only .e3wFormPageWrapPC .e3wFormCol[data-fieldtype][data-col-readflag="1"]:not([data-fieldtype="e3wFormCol_strTemplate"]) .ant-form-item:has(.ant-form-item-label) > .ant-form-item-control-wrapper {
|
|
2568
2568
|
border-bottom: 1px solid var(--primary-color);
|
|
2569
2569
|
height: auto;
|
|
@@ -2600,9 +2600,6 @@
|
|
|
2600
2600
|
-ms-flex-direction: row;
|
|
2601
2601
|
flex-direction: row;
|
|
2602
2602
|
}
|
|
2603
|
-
.e3wQryGrid .ant-form-item-label > label::after {
|
|
2604
|
-
content: "";
|
|
2605
|
-
}
|
|
2606
2603
|
input.ant-input-number-input {
|
|
2607
2604
|
text-align: right;
|
|
2608
2605
|
padding-right: 21px;
|
|
@@ -2873,3 +2870,6 @@ input.ant-input-number-input {
|
|
|
2873
2870
|
background: #fff;
|
|
2874
2871
|
padding: 0 24px;
|
|
2875
2872
|
}
|
|
2873
|
+
.e3wQryGrid .ant-form-item-label > label::after {
|
|
2874
|
+
content: "";
|
|
2875
|
+
}
|