赞
踩
- /* 去掉tabs标签栏下的下划线 */
- ::v-deep .el-tabs__nav-wrap::after {
- position: static !important;
- /* background-color: #fff; */
- }
- /* 下划线切换高亮 */
- ::v-deep .el-tabs__active-bar {
- background-color: #30fdff;
- }
- /* 鼠标选中时样式 */
- ::v-deep .el-tabs__item.is-active {
- color: #30fdff;
- opacity: 1;
- }
- /* 鼠标悬浮时样式 */
- ::v-deep .el-tabs__item:hover {
- color: #30fdff;
- cursor: pointer;
- opacity: 1;
- }
- ::v-deep .el-tabs__item {
- color: #e6f1f1;
- opacity: 0.5;
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。