style: 隐藏市场模块的下划线
- 在 Market/Index.vue 文件中,将 :deep(.van-tabs__line) 的样式从设置背景色改为隐藏 - 使用 !important 确保样式优先级,以覆盖其他样式
This commit is contained in:
@@ -103,7 +103,7 @@ function fetchTemplate() {
|
||||
|
||||
<style scoped>
|
||||
:deep(.van-tabs__line) {
|
||||
background-color: #70b937;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
:deep(.van-tab--active) {
|
||||
|
||||
Reference in New Issue
Block a user