fix(通用功能): 修复任务中心tab显示问题

--bug=1025566 --user=郭雨琦
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001025566
This commit is contained in:
guoyuqi 2023-04-18 20:04:00 +08:00 committed by 刘瑞斌
parent 0e8aea00df
commit ad73b28136
1 changed files with 4 additions and 0 deletions

View File

@ -585,6 +585,10 @@ export default {
font-size: 13px;
}
:deep(.el-tabs__nav-wrap) {
width: calc(100% - 125px);
}
:deep(.el-badge__content.is-fixed) {
transform: translateY(-10%) translateX(100%);
}