【update】菜单管理-增加双语

This commit is contained in:
fengchenchen
2024-07-15 15:55:31 +08:00
parent d31c4cbcb1
commit 974d150e1b
6 changed files with 23 additions and 11 deletions
+4
View File
@@ -199,6 +199,8 @@ export default {
height: @height;
background-color: white;
transition: background 300ms;
display: flex;
align-items: center;
/* dark 样式 */
@@ -225,5 +227,7 @@ export default {
.breadcrumb {
display: inline-block;
margin: 0;
flex: 1;
width: 0;
}
</style>