wargerm 0.2.28 → 0.2.29
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/dist/index.css +6 -7
- package/dist/index.esm.css +6 -7
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -210,7 +210,7 @@
|
|
210
210
|
justify-content: center;
|
211
211
|
position: relative;
|
212
212
|
z-index: 2;
|
213
|
-
height: 32px;
|
213
|
+
min-height: 32px;
|
214
214
|
}
|
215
215
|
.container .tbody {
|
216
216
|
overflow: auto;
|
@@ -220,7 +220,7 @@
|
|
220
220
|
.container .tbody .tr {
|
221
221
|
padding-left: 6px;
|
222
222
|
width: 100%;
|
223
|
-
height: 32px;
|
223
|
+
min-height: 32px;
|
224
224
|
display: flex;
|
225
225
|
margin-bottom: 17px;
|
226
226
|
position: relative;
|
@@ -426,7 +426,7 @@
|
|
426
426
|
justify-content: center;
|
427
427
|
position: relative;
|
428
428
|
z-index: 2;
|
429
|
-
height: 32px;
|
429
|
+
min-height: 32px;
|
430
430
|
}
|
431
431
|
[data-prefers-color='light'] .container .tbody {
|
432
432
|
overflow: auto;
|
@@ -436,7 +436,7 @@
|
|
436
436
|
[data-prefers-color='light'] .container .tbody .tr {
|
437
437
|
padding-left: 6px;
|
438
438
|
width: 100%;
|
439
|
-
height: 32px;
|
439
|
+
min-height: 32px;
|
440
440
|
display: flex;
|
441
441
|
margin-bottom: 17px;
|
442
442
|
position: relative;
|
@@ -515,12 +515,12 @@
|
|
515
515
|
margin-top: 8px;
|
516
516
|
}
|
517
517
|
.w-frame-box-table.container .tbody .frame {
|
518
|
-
height: 28px;
|
518
|
+
min-height: 28px;
|
519
519
|
margin-bottom: 8px;
|
520
520
|
border: none;
|
521
521
|
}
|
522
522
|
.w-frame-box-table.container .tbody .frame .tr {
|
523
|
-
height: 28px;
|
523
|
+
min-height: 28px;
|
524
524
|
margin-bottom: 0;
|
525
525
|
background: rgba(16, 97, 139, 0.1);
|
526
526
|
}
|
@@ -1780,7 +1780,6 @@ button.swiper-pagination-bullet {
|
|
1780
1780
|
|
1781
1781
|
.frame {
|
1782
1782
|
width: 40px;
|
1783
|
-
height: 40px;
|
1784
1783
|
background: rgba(15, 72, 114, 0.1);
|
1785
1784
|
border: 1px solid rgba(156, 208, 239, 0.4);
|
1786
1785
|
position: relative;
|
package/dist/index.esm.css
CHANGED
@@ -210,7 +210,7 @@
|
|
210
210
|
justify-content: center;
|
211
211
|
position: relative;
|
212
212
|
z-index: 2;
|
213
|
-
height: 32px;
|
213
|
+
min-height: 32px;
|
214
214
|
}
|
215
215
|
.container .tbody {
|
216
216
|
overflow: auto;
|
@@ -220,7 +220,7 @@
|
|
220
220
|
.container .tbody .tr {
|
221
221
|
padding-left: 6px;
|
222
222
|
width: 100%;
|
223
|
-
height: 32px;
|
223
|
+
min-height: 32px;
|
224
224
|
display: flex;
|
225
225
|
margin-bottom: 17px;
|
226
226
|
position: relative;
|
@@ -426,7 +426,7 @@
|
|
426
426
|
justify-content: center;
|
427
427
|
position: relative;
|
428
428
|
z-index: 2;
|
429
|
-
height: 32px;
|
429
|
+
min-height: 32px;
|
430
430
|
}
|
431
431
|
[data-prefers-color='light'] .container .tbody {
|
432
432
|
overflow: auto;
|
@@ -436,7 +436,7 @@
|
|
436
436
|
[data-prefers-color='light'] .container .tbody .tr {
|
437
437
|
padding-left: 6px;
|
438
438
|
width: 100%;
|
439
|
-
height: 32px;
|
439
|
+
min-height: 32px;
|
440
440
|
display: flex;
|
441
441
|
margin-bottom: 17px;
|
442
442
|
position: relative;
|
@@ -515,12 +515,12 @@
|
|
515
515
|
margin-top: 8px;
|
516
516
|
}
|
517
517
|
.w-frame-box-table.container .tbody .frame {
|
518
|
-
height: 28px;
|
518
|
+
min-height: 28px;
|
519
519
|
margin-bottom: 8px;
|
520
520
|
border: none;
|
521
521
|
}
|
522
522
|
.w-frame-box-table.container .tbody .frame .tr {
|
523
|
-
height: 28px;
|
523
|
+
min-height: 28px;
|
524
524
|
margin-bottom: 0;
|
525
525
|
background: rgba(16, 97, 139, 0.1);
|
526
526
|
}
|
@@ -1780,7 +1780,6 @@ button.swiper-pagination-bullet {
|
|
1780
1780
|
|
1781
1781
|
.frame {
|
1782
1782
|
width: 40px;
|
1783
|
-
height: 40px;
|
1784
1783
|
background: rgba(15, 72, 114, 0.1);
|
1785
1784
|
border: 1px solid rgba(156, 208, 239, 0.4);
|
1786
1785
|
position: relative;
|