mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-16 18:36:21 +08:00
style: Adjust menu tab styling (#9855)
This commit is contained in:
parent
58b95ef2ba
commit
9c5a6e3925
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue