easy3wui 1.4.251 → 1.4.252

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/flow.css CHANGED
@@ -47,7 +47,7 @@
47
47
  width: calc(100% - 22px);
48
48
  }
49
49
  .flowtop .floatcenter .renderTopTemp2:last-child {
50
- width: calc((100% / 2 - 22px) / 2 * 3 + 22px);
50
+ width: calc((100% / 2 - 22px) / 2 + 22px);
51
51
  padding-right: calc((100% / 2 - 22px) / 2);
52
52
  }
53
53
  .flowtop .floatcenter .renderTopTemp3:first-child {
@@ -65,7 +65,7 @@
65
65
  width: calc(100% - 22px);
66
66
  }
67
67
  .flowtop .floatcenter .renderTopTemp3:last-child {
68
- width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
68
+ width: calc((100% / 3 - 22px) / 2 + 22px);
69
69
  padding-right: calc((100% / 3 - 22px) / 2);
70
70
  }
71
71
  .flowtop .floatcenter .renderTopTemp4:first-child {
@@ -83,7 +83,7 @@
83
83
  width: calc(100% - 22px);
84
84
  }
85
85
  .flowtop .floatcenter .renderTopTemp4:last-child {
86
- width: calc((100% / 4 - 22px) / 2 * 3 + 22px);
86
+ width: calc((100% / 4 - 22px) / 2 + 22px);
87
87
  padding-right: calc((100% / 4 - 22px) / 2);
88
88
  }
89
89
  .flowtop .floatcenter .renderTopTemp5:first-child {
@@ -101,7 +101,7 @@
101
101
  width: calc(100% - 22px);
102
102
  }
103
103
  .flowtop .floatcenter .renderTopTemp5:last-child {
104
- width: calc((100% / 5 - 22px) / 2 * 3 + 22px);
104
+ width: calc((100% / 5 - 22px) / 2 + 22px);
105
105
  padding-right: calc((100% / 5 - 22px) / 2);
106
106
  }
107
107
  .flowtop .floatcenter .renderTopTemp6:first-child {
@@ -119,7 +119,7 @@
119
119
  width: calc(100% - 22px);
120
120
  }
121
121
  .flowtop .floatcenter .renderTopTemp6:last-child {
122
- width: calc((100% / 6 - 22px) / 2 * 3 + 22px);
122
+ width: calc((100% / 6 - 22px) / 2 + 22px);
123
123
  padding-right: calc((100% / 6 - 22px) / 2);
124
124
  }
125
125
  .flowtop .floatcenter .renderTopTemp7:first-child {
@@ -137,7 +137,7 @@
137
137
  width: calc(100% - 22px);
138
138
  }
139
139
  .flowtop .floatcenter .renderTopTemp7:last-child {
140
- width: calc((100% / 7 - 22px) / 2 * 3 + 22px);
140
+ width: calc((100% / 7 - 22px) / 2 + 22px);
141
141
  padding-right: calc((100% / 7 - 22px) / 2);
142
142
  }
143
143
  .flowtop .floatcenter .renderTopTemp8:first-child {
@@ -155,7 +155,7 @@
155
155
  width: calc(100% - 22px);
156
156
  }
157
157
  .flowtop .floatcenter .renderTopTemp8:last-child {
158
- width: calc((100% / 8 - 22px) / 2 * 3 + 22px);
158
+ width: calc((100% / 8 - 22px) / 2 + 22px);
159
159
  padding-right: calc((100% / 8 - 22px) / 2);
160
160
  }
161
161
  .flowtop .floatcenter .renderTopTemp9:first-child {
@@ -173,11 +173,12 @@
173
173
  width: calc(100% - 22px);
174
174
  }
175
175
  .flowtop .floatcenter .renderTopTemp9:last-child {
176
- width: calc((100% / 9 - 22px) / 2 * 3 + 22px);
176
+ width: calc((100% / 9 - 22px) / 2 + 22px);
177
177
  padding-right: calc((100% / 9 - 22px) / 2);
178
178
  }
179
179
  .flowmid {
180
180
  width: 100%;
181
+ height: 34px;
181
182
  }
182
183
  .flowmid .floatcenter {
183
184
  width: 90%;
package/assets/index.css CHANGED
@@ -492,7 +492,7 @@ s {
492
492
  width: calc(100% - 22px);
493
493
  }
494
494
  .flowtop .floatcenter .renderTopTemp2:last-child {
495
- width: calc((100% / 2 - 22px) / 2 * 3 + 22px);
495
+ width: calc((100% / 2 - 22px) / 2 + 22px);
496
496
  padding-right: calc((100% / 2 - 22px) / 2);
497
497
  }
498
498
  .flowtop .floatcenter .renderTopTemp3:first-child {
@@ -510,7 +510,7 @@ s {
510
510
  width: calc(100% - 22px);
511
511
  }
512
512
  .flowtop .floatcenter .renderTopTemp3:last-child {
513
- width: calc((100% / 3 - 22px) / 2 * 3 + 22px);
513
+ width: calc((100% / 3 - 22px) / 2 + 22px);
514
514
  padding-right: calc((100% / 3 - 22px) / 2);
515
515
  }
516
516
  .flowtop .floatcenter .renderTopTemp4:first-child {
@@ -528,7 +528,7 @@ s {
528
528
  width: calc(100% - 22px);
529
529
  }
530
530
  .flowtop .floatcenter .renderTopTemp4:last-child {
531
- width: calc((100% / 4 - 22px) / 2 * 3 + 22px);
531
+ width: calc((100% / 4 - 22px) / 2 + 22px);
532
532
  padding-right: calc((100% / 4 - 22px) / 2);
533
533
  }
534
534
  .flowtop .floatcenter .renderTopTemp5:first-child {
@@ -546,7 +546,7 @@ s {
546
546
  width: calc(100% - 22px);
547
547
  }
548
548
  .flowtop .floatcenter .renderTopTemp5:last-child {
549
- width: calc((100% / 5 - 22px) / 2 * 3 + 22px);
549
+ width: calc((100% / 5 - 22px) / 2 + 22px);
550
550
  padding-right: calc((100% / 5 - 22px) / 2);
551
551
  }
552
552
  .flowtop .floatcenter .renderTopTemp6:first-child {
@@ -564,7 +564,7 @@ s {
564
564
  width: calc(100% - 22px);
565
565
  }
566
566
  .flowtop .floatcenter .renderTopTemp6:last-child {
567
- width: calc((100% / 6 - 22px) / 2 * 3 + 22px);
567
+ width: calc((100% / 6 - 22px) / 2 + 22px);
568
568
  padding-right: calc((100% / 6 - 22px) / 2);
569
569
  }
570
570
  .flowtop .floatcenter .renderTopTemp7:first-child {
@@ -582,7 +582,7 @@ s {
582
582
  width: calc(100% - 22px);
583
583
  }
584
584
  .flowtop .floatcenter .renderTopTemp7:last-child {
585
- width: calc((100% / 7 - 22px) / 2 * 3 + 22px);
585
+ width: calc((100% / 7 - 22px) / 2 + 22px);
586
586
  padding-right: calc((100% / 7 - 22px) / 2);
587
587
  }
588
588
  .flowtop .floatcenter .renderTopTemp8:first-child {
@@ -600,7 +600,7 @@ s {
600
600
  width: calc(100% - 22px);
601
601
  }
602
602
  .flowtop .floatcenter .renderTopTemp8:last-child {
603
- width: calc((100% / 8 - 22px) / 2 * 3 + 22px);
603
+ width: calc((100% / 8 - 22px) / 2 + 22px);
604
604
  padding-right: calc((100% / 8 - 22px) / 2);
605
605
  }
606
606
  .flowtop .floatcenter .renderTopTemp9:first-child {
@@ -618,11 +618,12 @@ s {
618
618
  width: calc(100% - 22px);
619
619
  }
620
620
  .flowtop .floatcenter .renderTopTemp9:last-child {
621
- width: calc((100% / 9 - 22px) / 2 * 3 + 22px);
621
+ width: calc((100% / 9 - 22px) / 2 + 22px);
622
622
  padding-right: calc((100% / 9 - 22px) / 2);
623
623
  }
624
624
  .flowmid {
625
625
  width: 100%;
626
+ height: 34px;
626
627
  }
627
628
  .flowmid .floatcenter {
628
629
  width: 90%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.4.251",
3
+ "version": "1.4.252",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",