Merge pull request '修复菜单图标选项位置与标题重叠' (#102) from IMaster/Admin.NET.Pro:template into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/102
This commit is contained in:
zuohuaijun 2024-08-27 20:48:15 +08:00
commit 46153c0ac1

View File

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