mali-applet-ui 1.0.23 → 1.0.25
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.
|
@@ -292,9 +292,8 @@ export default {
|
|
|
292
292
|
overflow: hidden;
|
|
293
293
|
text-overflow: ellipsis;
|
|
294
294
|
white-space: nowrap;
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
border-bottom: 1rpx solid rgba(0, 0, 0, 0.1);
|
|
295
|
+
background: #F5F5F5;
|
|
296
|
+
border-bottom: 1px solid rgba(126, 134, 142, 0.16);
|
|
298
297
|
box-sizing: border-box;
|
|
299
298
|
&.is-sort {
|
|
300
299
|
.th-title {
|
|
@@ -324,7 +323,6 @@ export default {
|
|
|
324
323
|
.desc-btn {
|
|
325
324
|
height: 18rpx;
|
|
326
325
|
line-height: 18rpx;
|
|
327
|
-
color: #ddeffe;
|
|
328
326
|
&.active {
|
|
329
327
|
color: #2982ea;
|
|
330
328
|
}
|
|
@@ -335,7 +333,7 @@ export default {
|
|
|
335
333
|
padding: 20rpx 10rpx;
|
|
336
334
|
text-align: center;
|
|
337
335
|
color: rgba(39, 42, 48, 0.65);
|
|
338
|
-
border-bottom:
|
|
336
|
+
border-bottom: 1px solid rgba(126, 134, 142, 0.16);
|
|
339
337
|
box-sizing: border-box;
|
|
340
338
|
}
|
|
341
339
|
.table-cell {
|