mali-applet-ui 0.0.72 → 0.0.73
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.
|
@@ -234,6 +234,7 @@ export default {
|
|
|
234
234
|
width: 100%;
|
|
235
235
|
font-size: 26rpx;
|
|
236
236
|
box-shadow: 0rpx 0rpx 10rpx -3rpx rgba(0, 0, 0, 0.2);
|
|
237
|
+
background: #fff;
|
|
237
238
|
|
|
238
239
|
// height: 90vh;
|
|
239
240
|
.table-header {
|
|
@@ -242,10 +243,6 @@ export default {
|
|
|
242
243
|
z-index: 10;
|
|
243
244
|
}
|
|
244
245
|
|
|
245
|
-
.table-body-top {
|
|
246
|
-
background: #ffffff;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
246
|
.table-th {
|
|
250
247
|
display: inline-block;
|
|
251
248
|
height: 70rpx;
|