.root {
:deep(.el-tabs__content) {
height: 100vh;
padding: 5px;
background-color: #d1ecd63d;
}
:deep(.el-tabs__header) {
height: 100vh;
background-color: #d1dcec3d;
margin: 0;
.el-tabs__item {
padding: 0 10px;
margin: 5px auto;
text-align: center;
}
.is-active {
background-color: #f1b2f75b;
}
// 去掉长分割线
.el-tabs__nav-wrap::after {
display: none;
}
// 去掉下划线
.el-tabs__active-bar {
background-color: transparent !important;
}
}
}
el-tabs 样式修改
华山令狐虫2024-09-18 16:38
相关推荐
英俊潇洒美少年1 天前
Vue 生产环境打包:SourceMap、压缩、混淆、加密全解 + 最佳实践巴博尔1 天前
UNIAPP中NVUE页面 动画她说人狗殊途1 天前
基于 vue-cli 创建AZaLEan__1 天前
前端移动端适配与 Bootstrap大家的林语冰1 天前
Deno 2.8 正式发布,再次超越 Bun,史上最大的次版本升级诞生!渣渣xiong1 天前
从零开始:前端转型AI agent直到就业第五十七天-第五十八天AI周红伟1 天前
周红伟:长鑫科技(CXMT)财务全景分析excel1 天前
JS 正则在多次 test() 时为什么会出现 lastIndex 缓存问题?IT_陈寒1 天前
为什么 Java 的 Optional 让我调试到深夜?米丘1 天前
React 19.x 的 lazy 与 Suspense