修复菜单图标选项位置与标题重叠

This commit is contained in:
Master 2024-08-27 18:22:44 +08:00
parent cbd7faa60d
commit 1c347de6e5

View File

@ -210,3 +210,9 @@ watch(
}
);
</script>
<style scoped>
:deep(.el-tabs__nav) {
float: right !important;
}
</style>