liushengqiang 2 年之前
父節點
當前提交
7a085c4177
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      src/page-instrument/component/the-music-list/index.module.less

+ 12 - 0
src/page-instrument/component/the-music-list/index.module.less

@@ -49,8 +49,20 @@
             overflow-x: hidden;
             overflow-y: auto;
         }
+        .van-tab--active::after{
+            content: '';
+            position: absolute;
+            bottom: 0;
+            left: 50%;
+            transform: translateX(-50%);
+            width: var(--van-tabs-bottom-bar-width);
+            height: var(--van-tabs-bottom-bar-height);
+            background: var(--van-tabs-bottom-bar-color);
+            border-radius: var(--van-tabs-bottom-bar-height);
+        }
         .van-tabs__line{
             transition-duration: 0s !important;
+            display: none;
         }
     }
 }