dolphin-weex-ui 2.4.16 → 2.4.17

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/CHANGELOG.md CHANGED
@@ -1,9 +1,14 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.4.17
4
+
5
+ - [ ! ] 优化菱形标签组件边框样式
6
+ - [ ! ] date: 2026/02/03
7
+
3
8
  ## 2.4.16
4
9
 
5
10
  - [ ! ] 修改暗黑模式黄色样式标准值
6
- - [ ! ] date: 2026/02/22
11
+ - [ ! ] date: 2026/01/22
7
12
 
8
13
  ## 2.4.15
9
14
 
@@ -23379,110 +23379,12 @@ exports.default = {
23379
23379
  Object.defineProperty(exports, "__esModule", {
23380
23380
  value: true
23381
23381
  });
23382
- //
23383
- //
23384
- //
23385
- //
23386
- //
23387
- //
23388
- //
23389
- //
23390
- //
23391
- //
23392
- //
23393
- //
23394
- //
23395
- //
23396
- //
23397
- //
23398
- //
23399
- //
23400
- //
23401
- //
23402
- //
23403
- //
23404
- //
23405
- //
23406
- //
23407
- //
23408
- //
23409
- //
23410
- //
23411
- //
23412
- //
23413
- //
23414
- //
23415
- //
23416
- //
23417
- //
23418
- //
23419
- //
23420
- //
23421
- //
23422
- //
23423
- //
23424
- //
23425
- //
23426
- //
23427
- //
23428
- //
23429
- //
23430
- //
23431
- //
23432
- //
23433
- //
23434
- //
23435
- //
23436
- //
23437
- //
23438
- //
23439
- //
23440
- //
23441
- //
23442
- //
23443
- //
23444
- //
23445
- //
23446
- //
23447
- //
23448
- //
23449
- //
23450
- //
23451
- //
23452
- //
23453
- //
23454
- //
23455
- //
23456
- //
23457
- //
23458
- //
23459
- //
23460
- //
23461
- //
23462
- //
23463
- //
23464
- //
23465
- //
23466
- //
23467
- //
23468
- //
23469
- //
23470
- //
23471
- //
23472
- //
23473
- //
23474
- //
23475
- //
23476
- //
23477
- //
23478
- //
23479
- //
23480
- //
23481
- //
23482
- //
23483
- //
23484
- //
23485
- //
23382
+
23383
+ var _utils = __webpack_require__(2);
23384
+
23385
+ var _utils2 = _interopRequireDefault(_utils);
23386
+
23387
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
23486
23388
 
23487
23389
  exports.default = {
23488
23390
  props: {
@@ -23606,7 +23508,8 @@ exports.default = {
23606
23508
  data: function data() {
23607
23509
  return {
23608
23510
  tabActive: this.active,
23609
- touchActive: null
23511
+ touchActive: null,
23512
+ isAndroid: _utils2.default.env.isAndroid()
23610
23513
  };
23611
23514
  },
23612
23515
  mounted: function mounted() {},
@@ -23622,7 +23525,112 @@ exports.default = {
23622
23525
  this.touchActive = null;
23623
23526
  }
23624
23527
  }
23625
- };
23528
+ }; //
23529
+ //
23530
+ //
23531
+ //
23532
+ //
23533
+ //
23534
+ //
23535
+ //
23536
+ //
23537
+ //
23538
+ //
23539
+ //
23540
+ //
23541
+ //
23542
+ //
23543
+ //
23544
+ //
23545
+ //
23546
+ //
23547
+ //
23548
+ //
23549
+ //
23550
+ //
23551
+ //
23552
+ //
23553
+ //
23554
+ //
23555
+ //
23556
+ //
23557
+ //
23558
+ //
23559
+ //
23560
+ //
23561
+ //
23562
+ //
23563
+ //
23564
+ //
23565
+ //
23566
+ //
23567
+ //
23568
+ //
23569
+ //
23570
+ //
23571
+ //
23572
+ //
23573
+ //
23574
+ //
23575
+ //
23576
+ //
23577
+ //
23578
+ //
23579
+ //
23580
+ //
23581
+ //
23582
+ //
23583
+ //
23584
+ //
23585
+ //
23586
+ //
23587
+ //
23588
+ //
23589
+ //
23590
+ //
23591
+ //
23592
+ //
23593
+ //
23594
+ //
23595
+ //
23596
+ //
23597
+ //
23598
+ //
23599
+ //
23600
+ //
23601
+ //
23602
+ //
23603
+ //
23604
+ //
23605
+ //
23606
+ //
23607
+ //
23608
+ //
23609
+ //
23610
+ //
23611
+ //
23612
+ //
23613
+ //
23614
+ //
23615
+ //
23616
+ //
23617
+ //
23618
+ //
23619
+ //
23620
+ //
23621
+ //
23622
+ //
23623
+ //
23624
+ //
23625
+ //
23626
+ //
23627
+ //
23628
+ //
23629
+ //
23630
+ //
23631
+ //
23632
+ //
23633
+ //
23626
23634
 
23627
23635
  /***/ }),
23628
23636
  /* 327 */
@@ -46516,12 +46524,10 @@ module.exports = {
46516
46524
  "right": "-3"
46517
46525
  },
46518
46526
  "slash": {
46519
- "width": "2",
46520
46527
  "position": "absolute",
46521
46528
  "top": "0",
46522
46529
  "bottom": "0",
46523
- "transformOrigin": "center center",
46524
- "transform": "rotate(13deg)"
46530
+ "transformOrigin": "center center"
46525
46531
  },
46526
46532
  "flex-1": {
46527
46533
  "flex": 1
@@ -52249,7 +52255,9 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
52249
52255
  }), _c('div', {
52250
52256
  staticClass: ["slash"],
52251
52257
  style: {
52252
- left: _vm.itemHeight / 8 - 1 + 'px',
52258
+ left: _vm.isAndroid ? (_vm.itemHeight / 8) : (_vm.itemHeight / 8 - 1) + 'px',
52259
+ transform: _vm.isAndroid ? 'translateX(-1px) rotate(13deg)' : 'rotate(13deg)',
52260
+ width: _vm.isAndroid ? '2.5px' : '2px',
52253
52261
  'background-color': _vm.tabActive === i || _vm.tabActive - 1 === i ? _vm.activeBorderColor : 'transparent'
52254
52262
  }
52255
52263
  })]) : _vm._e()])