forked from github/dataease
Merge pull request #3950 from dataease/pr@dev@style_de_tabs
style(tabs): tabs选项卡过多时,左右滚动的箭头消失
This commit is contained in:
commit
b3da2200d5
@ -708,21 +708,27 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .el-tabs__nav {
|
::v-deep .el-tabs__nav {
|
||||||
width: 100%;
|
display: flex;
|
||||||
|
}
|
||||||
|
::v-deep .el-tabs__nav-prev {
|
||||||
|
line-height: 25px;
|
||||||
|
}
|
||||||
|
::v-deep .el-tabs__nav-next {
|
||||||
|
line-height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-head-left ::v-deep .el-tabs__nav {
|
.tab-head-left ::v-deep .el-tabs__nav {
|
||||||
width: 100%;
|
display: flex;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-head-right ::v-deep .el-tabs__nav {
|
.tab-head-right ::v-deep .el-tabs__nav {
|
||||||
width: 100%;
|
display: flex;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-head-center ::v-deep .el-tabs__nav {
|
.tab-head-center ::v-deep .el-tabs__nav {
|
||||||
width: 100%;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user