mali-applet-ui 1.0.135 → 1.0.136
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.
|
@@ -301,6 +301,7 @@ export default {
|
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
303
|
.table-th {
|
|
304
|
+
flex-shrink: 0;
|
|
304
305
|
display: inline-flex;
|
|
305
306
|
height: 88rpx;
|
|
306
307
|
line-height: 88rpx;
|
|
@@ -349,6 +350,7 @@ export default {
|
|
|
349
350
|
}
|
|
350
351
|
}
|
|
351
352
|
.table-td {
|
|
353
|
+
flex-shrink: 0;
|
|
352
354
|
display: inline-flex;
|
|
353
355
|
flex-direction: row;
|
|
354
356
|
align-items: center;
|