easy3wui 1.5.77-beta.2 → 1.5.77-beta2

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/card.css CHANGED
@@ -32,3 +32,17 @@ s {
32
32
  margin: 0 8px -4px 0;
33
33
  background-color: #ad7c59;
34
34
  }
35
+ @media (max-width: 768px) {
36
+ :global .positionDiv {
37
+ display: none !important;
38
+ }
39
+ :global .ant-card-head-title {
40
+ padding: 12px 0 !important;
41
+ }
42
+ :global .ant-card-head {
43
+ padding: 0 12px !important;
44
+ }
45
+ :global .ant-card-body {
46
+ padding: 12px !important;
47
+ }
48
+ }
@@ -138,3 +138,69 @@ input.ant-input-number-input {
138
138
  float: right;
139
139
  white-space: nowrap;
140
140
  }
141
+ @media (max-width: 768px) {
142
+ :global .ant-form-item-label {
143
+ padding: 0;
144
+ height: 30px;
145
+ line-height: 30px;
146
+ text-align: right;
147
+ overflow: hidden;
148
+ white-space: nowrap;
149
+ text-overflow: ellipsis;
150
+ }
151
+ :global .ant-form-item-control {
152
+ line-height: 30px;
153
+ white-space: wrap;
154
+ color: black;
155
+ }
156
+ :global .ant-form-item-label,
157
+ :global .ant-form-item-control-wrapper {
158
+ width: unset;
159
+ }
160
+ :global .ant-form-item-label::after {
161
+ content: ":";
162
+ }
163
+ :global .ant-col-6 {
164
+ width: 25% !important;
165
+ }
166
+ :global .ant-col-12 {
167
+ width: 50% !important;
168
+ }
169
+ :global .ant-col-18 {
170
+ width: 75% !important;
171
+ }
172
+ :global .ant-form-item {
173
+ font-size: 12px !important;
174
+ }
175
+ :global .ant-radio-wrapper {
176
+ font-size: 12px !important;
177
+ }
178
+ :global .ant-checkbox-wrapper {
179
+ font-size: 12px !important;
180
+ }
181
+ :global .ant-input {
182
+ font-size: 12px !important;
183
+ }
184
+ :global .ant-input[disabled] {
185
+ background-color: #fcfcfc !important;
186
+ }
187
+ :global .ant-table-body {
188
+ font-size: 12px !important;
189
+ }
190
+ :global .adm-collapse-panel-content {
191
+ padding: 0 12px;
192
+ }
193
+ :global .adm-list-item-content-main {
194
+ width: 100%;
195
+ }
196
+ :global .adm-form-item-horizontal .adm-list-item-content-main {
197
+ text-align: right;
198
+ }
199
+ :global .ant-form-item-label > label {
200
+ color: rgba(0, 0, 0, 0.75);
201
+ }
202
+ :global .adm-text-area-element,
203
+ :global .adm-text-area-count {
204
+ font-size: var(--adm-font-size-6);
205
+ }
206
+ }
@@ -90,3 +90,9 @@
90
90
  .onRow tr:hover {
91
91
  cursor: pointer;
92
92
  }
93
+ @media (max-width: 768px) {
94
+ .gridBox td a:not([href]) {
95
+ pointer-events: none;
96
+ color: #000000;
97
+ }
98
+ }
package/assets/index.css CHANGED
@@ -95,6 +95,20 @@ s {
95
95
  margin: 0 8px -4px 0;
96
96
  background-color: #ad7c59;
97
97
  }
98
+ @media (max-width: 768px) {
99
+ :global .positionDiv {
100
+ display: none !important;
101
+ }
102
+ :global .ant-card-head-title {
103
+ padding: 12px 0 !important;
104
+ }
105
+ :global .ant-card-head {
106
+ padding: 0 12px !important;
107
+ }
108
+ :global .ant-card-body {
109
+ padding: 12px !important;
110
+ }
111
+ }
98
112
  .e3wGlobalFooterDiv {
99
113
  padding: 0 16px;
100
114
  margin: 24px 0 24px 0;
@@ -2386,6 +2400,12 @@ s {
2386
2400
  .onRow tr:hover {
2387
2401
  cursor: pointer;
2388
2402
  }
2403
+ @media (max-width: 768px) {
2404
+ .gridBox td a:not([href]) {
2405
+ pointer-events: none;
2406
+ color: #000000;
2407
+ }
2408
+ }
2389
2409
  .ant-upload-list-item {
2390
2410
  width: auto;
2391
2411
  }
@@ -2526,6 +2546,72 @@ input.ant-input-number-input {
2526
2546
  float: right;
2527
2547
  white-space: nowrap;
2528
2548
  }
2549
+ @media (max-width: 768px) {
2550
+ :global .ant-form-item-label {
2551
+ padding: 0;
2552
+ height: 30px;
2553
+ line-height: 30px;
2554
+ text-align: right;
2555
+ overflow: hidden;
2556
+ white-space: nowrap;
2557
+ text-overflow: ellipsis;
2558
+ }
2559
+ :global .ant-form-item-control {
2560
+ line-height: 30px;
2561
+ white-space: wrap;
2562
+ color: black;
2563
+ }
2564
+ :global .ant-form-item-label,
2565
+ :global .ant-form-item-control-wrapper {
2566
+ width: unset;
2567
+ }
2568
+ :global .ant-form-item-label::after {
2569
+ content: ":";
2570
+ }
2571
+ :global .ant-col-6 {
2572
+ width: 25% !important;
2573
+ }
2574
+ :global .ant-col-12 {
2575
+ width: 50% !important;
2576
+ }
2577
+ :global .ant-col-18 {
2578
+ width: 75% !important;
2579
+ }
2580
+ :global .ant-form-item {
2581
+ font-size: 12px !important;
2582
+ }
2583
+ :global .ant-radio-wrapper {
2584
+ font-size: 12px !important;
2585
+ }
2586
+ :global .ant-checkbox-wrapper {
2587
+ font-size: 12px !important;
2588
+ }
2589
+ :global .ant-input {
2590
+ font-size: 12px !important;
2591
+ }
2592
+ :global .ant-input[disabled] {
2593
+ background-color: #fcfcfc !important;
2594
+ }
2595
+ :global .ant-table-body {
2596
+ font-size: 12px !important;
2597
+ }
2598
+ :global .adm-collapse-panel-content {
2599
+ padding: 0 12px;
2600
+ }
2601
+ :global .adm-list-item-content-main {
2602
+ width: 100%;
2603
+ }
2604
+ :global .adm-form-item-horizontal .adm-list-item-content-main {
2605
+ text-align: right;
2606
+ }
2607
+ :global .ant-form-item-label > label {
2608
+ color: rgba(0, 0, 0, 0.75);
2609
+ }
2610
+ :global .adm-text-area-element,
2611
+ :global .adm-text-area-count {
2612
+ font-size: var(--adm-font-size-6);
2613
+ }
2614
+ }
2529
2615
  .e3wFootBtn {
2530
2616
  margin: 0px 8px;
2531
2617
  }