feat:修改tab组件样式

main
liu.shiyi 2 years ago
parent cf59e3eceb
commit 34ce940828

@ -26,6 +26,7 @@
{{ tab.name }} {{ tab.name }}
</div> </div>
</div> </div>
<div class="line-box"></div>
<div <div
v-if="config.customize.tabList &&config.customize.tabList.length" v-if="config.customize.tabList &&config.customize.tabList.length"
class="chart-item-box" class="chart-item-box"
@ -127,7 +128,6 @@ export default {
.tab-title-box{ .tab-title-box{
height: 40px; height: 40px;
display: flex; display: flex;
border-bottom: 1px solid #797c81;
&:hover{ &:hover{
cursor: pointer; cursor: pointer;
} }
@ -142,5 +142,11 @@ export default {
.active{ .active{
color: var(--bs-el-color-primary) !important; color: var(--bs-el-color-primary) !important;
} }
.line-box{
width: 98%;
height: 1px;
margin: 0 auto;
background-color: #797c81;
}
} }
</style> </style>

Loading…
Cancel
Save