style: Adjust menu tab styling (#9855)

This commit is contained in:
ssongliu 2025-08-05 14:52:59 +08:00 committed by GitHub
parent 58b95ef2ba
commit 9c5a6e3925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,11 +76,17 @@ const dropdownVisibleChange = (visible, tabPath) => {
};
</script>
<style scoped>
<style scoped lang="scss">
:deep(.el-tabs__header) {
margin: 0;
.el-tabs__item.is-active {
border-bottom-color: var(--el-color-primary) !important;
border-bottom-width: 2px !important;
}
}
.common-tabs {
margin-bottom: 7px;
margin-left: 20px;
margin-right: 20px;
}
</style>