tplus-components-touch 3.31.4 → 3.32.1

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.
@@ -409,7 +409,7 @@
409
409
  box-shadow: 0 2px 2px 0 rgba(174,98,30,0.40);
410
410
  .point_top{
411
411
  content: ' ';
412
- width: 10px;
412
+ width: 0px;
413
413
  height: 5px;
414
414
  /* 绝对定位进行偏移 */
415
415
  position: absolute;
@@ -422,7 +422,7 @@
422
422
  }
423
423
  .point_bottom{
424
424
  content: ' ';
425
- width: 10px;
425
+ width: 0px;
426
426
  height: 5px;
427
427
  /* 绝对定位进行偏移 */
428
428
  position: absolute;