|
|
|
|
@ -76,53 +76,53 @@ |
|
|
|
|
.avue-main{ |
|
|
|
|
background-color: rgb(249,250,251); |
|
|
|
|
} |
|
|
|
|
.avue-tags { |
|
|
|
|
margin: 5px 6px 8px 6px; |
|
|
|
|
padding-bottom: 2px; |
|
|
|
|
|
|
|
|
|
.el-tabs__nav-prev, |
|
|
|
|
.el-tabs__nav-next { |
|
|
|
|
width: 20px; |
|
|
|
|
line-height: 50px; |
|
|
|
|
font-size: 18px; |
|
|
|
|
text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
&__box { |
|
|
|
|
position: relative; |
|
|
|
|
box-sizing: border-box; |
|
|
|
|
padding-right: 70px; |
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
|
|
.el-tabs__item { |
|
|
|
|
&:first-child { |
|
|
|
|
.is-icon-close { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.el-tabs__item { |
|
|
|
|
font-size: 14px !important; |
|
|
|
|
color: rgb(75,85,99) !important; |
|
|
|
|
font-weight: 500 !important; |
|
|
|
|
border: 1px solid rgb(205,218,214) !important; |
|
|
|
|
border-radius: 3px; |
|
|
|
|
height: 30px !important; |
|
|
|
|
line-height: 35px !important; |
|
|
|
|
margin: 8px 3px 8px 3px !important; |
|
|
|
|
|
|
|
|
|
&:hover { |
|
|
|
|
color: var(--el-color-primary) !important; |
|
|
|
|
border-color: var(--el-color-primary) !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.is-active { |
|
|
|
|
color: var(--el-color-primary) !important; |
|
|
|
|
border-color: var(--el-color-primary) !important; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// .avue-tags { |
|
|
|
|
// margin: 5px 6px 8px 6px; |
|
|
|
|
// padding-bottom: 2px; |
|
|
|
|
|
|
|
|
|
// .el-tabs__nav-prev, |
|
|
|
|
// .el-tabs__nav-next { |
|
|
|
|
// width: 20px; |
|
|
|
|
// line-height: 50px; |
|
|
|
|
// font-size: 18px; |
|
|
|
|
// text-align: center; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// &__box { |
|
|
|
|
// position: relative; |
|
|
|
|
// box-sizing: border-box; |
|
|
|
|
// padding-right: 70px; |
|
|
|
|
// width: 100%; |
|
|
|
|
|
|
|
|
|
// .el-tabs__item { |
|
|
|
|
// &:first-child { |
|
|
|
|
// .is-icon-close { |
|
|
|
|
// display: none; |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// .el-tabs__item { |
|
|
|
|
// font-size: 14px !important; |
|
|
|
|
// color: rgb(75,85,99) !important; |
|
|
|
|
// font-weight: 500 !important; |
|
|
|
|
// border: 1px solid rgb(205,218,214) !important; |
|
|
|
|
// border-radius: 3px; |
|
|
|
|
// height: 30px !important; |
|
|
|
|
// line-height: 35px !important; |
|
|
|
|
// margin: 8px 3px 8px 3px !important; |
|
|
|
|
|
|
|
|
|
// &:hover { |
|
|
|
|
// color: var(--el-color-primary) !important; |
|
|
|
|
// border-color: var(--el-color-primary) !important; |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
// .is-active { |
|
|
|
|
// color: var(--el-color-primary) !important; |
|
|
|
|
// border-color: var(--el-color-primary) !important; |
|
|
|
|
// } |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|