easy3wui 1.5.89-beta5 → 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.
@@ -40,23 +40,20 @@
40
40
  .e3wFormPageWrap .bf-container {
41
41
  border: 1px solid #eee;
42
42
  }
43
- .approval_flag_only .e3wFormPageWrapPC .bf-container {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-control {
46
+ .e3wFormPageWrapPC .ant-form-item-control {
50
47
  line-height: 24px;
51
48
  }
52
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-required::before {
49
+ .e3wFormPageWrapPC .ant-form-item-required::before {
53
50
  content: "";
54
51
  }
55
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label::after {
52
+ .e3wFormPageWrapPC .ant-form-item-label > label::after {
56
53
  content: "";
57
54
  margin: 0px;
58
55
  }
59
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required {
68
+ .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required {
72
69
  position: relative;
73
70
  }
74
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item:has(.ant-form-item-label) > .ant-form-item-control-wrapper .e3wFootBtn:first-child {
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,10 +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
- margin: 0px;
122
- }
123
119
  input.ant-input-number-input {
124
120
  text-align: right;
125
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
- .approval_flag_only .e3wFormPageWrapPC .bf-container {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-control {
2530
+ .e3wFormPageWrapPC .ant-form-item-control {
2534
2531
  line-height: 24px;
2535
2532
  }
2536
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-required::before {
2533
+ .e3wFormPageWrapPC .ant-form-item-required::before {
2537
2534
  content: "";
2538
2535
  }
2539
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label::after {
2536
+ .e3wFormPageWrapPC .ant-form-item-label > label::after {
2540
2537
  content: "";
2541
2538
  margin: 0px;
2542
2539
  }
2543
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required {
2552
+ .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required {
2556
2553
  position: relative;
2557
2554
  }
2558
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item-label > label.ant-form-item-required::after {
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
- .approval_flag_only .e3wFormPageWrapPC .ant-form-item:has(.ant-form-item-label) > .ant-form-item-control-wrapper .e3wFootBtn:first-child {
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,10 +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
- margin: 0px;
2606
- }
2607
2603
  input.ant-input-number-input {
2608
2604
  text-align: right;
2609
2605
  padding-right: 21px;
@@ -2874,3 +2870,6 @@ input.ant-input-number-input {
2874
2870
  background: #fff;
2875
2871
  padding: 0 24px;
2876
2872
  }
2873
+ .e3wQryGrid .ant-form-item-label > label::after {
2874
+ content: "";
2875
+ }
@@ -0,0 +1,3 @@
1
+ .e3wQryGrid .ant-form-item-label > label::after {
2
+ content: "";
3
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.89-beta5",
3
+ "version": "1.5.89-beta7",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",