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.
@@ -64,10 +64,11 @@ export default {
64
64
  &:before {
65
65
  content: "";
66
66
  position: absolute;
67
- top: 0;
67
+ top: 50%;
68
68
  left: 0;
69
69
  width: 8rpx;
70
70
  height: 30rpx;
71
+ transform: translateY(-50%);
71
72
  background: $uni-color-primary;
72
73
  }
73
74
  }
@@ -45,10 +45,11 @@ export default {
45
45
  &:before {
46
46
  content: "";
47
47
  position: absolute;
48
- top: 0;
48
+ top: 50%;
49
49
  left: 0;
50
50
  width: 8rpx;
51
51
  height: 30rpx;
52
+ transform: translateY(-50%);
52
53
  background: $uni-color-primary;
53
54
  }
54
55
  }
@@ -292,9 +292,8 @@ export default {
292
292
  overflow: hidden;
293
293
  text-overflow: ellipsis;
294
294
  white-space: nowrap;
295
- color: #246BFD;
296
- background: #DAE6FF;
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: 1rpx solid rgba(0, 0, 0, 0.1);
336
+ border-bottom: 1px solid rgba(126, 134, 142, 0.16);
339
337
  box-sizing: border-box;
340
338
  }
341
339
  .table-cell {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "description": "码里云小程序组件库",
5
5
  "files": [
6
6
  "lib",