修改bug 55880 去掉那个三角

This commit is contained in:
hanshaozhuang
2022-06-21 16:14:01 +08:00
parent b478bb2ed8
commit c745d66076
@@ -1279,12 +1279,12 @@ export default {
.question-box{ .question-box{
} }
.question-tabs { .question-box {
height: 100%; height: 100%;
border-top: none; border-top: none;
border-bottom: none; border-bottom: none;
/deep/.el-tabs__nav { /deep/.el-tabs__nav {
height: calc(~'100% - 50px'); height: 100%;
overflow: auto; overflow: auto;
} }
/deep/ &.el-tabs--border-card .el-tabs__item{ /deep/ &.el-tabs--border-card .el-tabs__item{