style: 隐藏市场模块的下划线

- 在 Market/Index.vue 文件中,将 :deep(.van-tabs__line) 的样式从设置背景色改为隐藏
- 使用 !important 确保样式优先级,以覆盖其他样式
This commit is contained in:
Huangzhe
2025-05-27 15:45:46 +08:00
parent 74ad7a19eb
commit 6eed4bf53e

View File

@@ -103,7 +103,7 @@ function fetchTemplate() {
<style scoped>
:deep(.van-tabs__line) {
background-color: #70b937;
display: none !important;
}
:deep(.van-tab--active) {