Commit 2d81d3ce by qinjianhui

fix: 子tab样式修改

parent bbebe267
...@@ -2192,11 +2192,13 @@ onMounted(() => { ...@@ -2192,11 +2192,13 @@ onMounted(() => {
user-select: none; user-select: none;
color: #333; color: #333;
position: relative; position: relative;
border-bottom: 2px solid transparent;
box-sizing: border-box;
&.active { &.active {
background: #ecf5ff; background: #ecf5ff;
color: #409eff; color: #409eff;
border-bottom: 2px solid #409eff; border-bottom-color: #409eff;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment