|
|
|
@ -469,7 +469,7 @@ watch(
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
top: 2px;
|
|
|
|
height: calc(~'100% - 4px');
|
|
|
|
height: calc(~'100% - 4px');
|
|
|
|
// padding: 0 15px;
|
|
|
|
padding-right: 25px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
border: 1px solid #d9d9d9;
|
|
|
|
@ -488,10 +488,6 @@ watch(
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
&__item:not(.@{prefix-cls}__item--affix) {
|
|
|
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&__item:not(.is-active) {
|
|
|
|
&__item:not(.is-active) {
|
|
|
|
&:hover {
|
|
|
|
&:hover {
|
|
|
|
color: var(--el-color-primary);
|
|
|
|
color: var(--el-color-primary);
|
|
|
|
|