.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
相关推荐
Sokach3865 分钟前
vue3引入tailwindcss 4.1云水边17 分钟前
vue模版中.gitignore和.prettierrc功能区分尝尝你的优乐美19 分钟前
封装那些Vue3.0中好用的指令敲代码的彭于晏22 分钟前
localStorage 不够用?试试 IndexedDB !chxii24 分钟前
5.4 4pnpm 使用介绍好好好明天会更好33 分钟前
Vue 中 slot 的常用场景有哪些奔赴_向往1 小时前
【qiankun 踩坑】路由切换回来,子应用 Vuex Store 数据居然还在sorryhc1 小时前
【AI解读源码系列】ant design mobile——Image图片老猴_stephanie1 小时前
Sentry On-Premise 21.7 问题排查与处理总结sorryhc1 小时前
【AI解读源码系列】ant design mobile——Button按钮