优化菜单展示

This commit is contained in:
gyq
2025-12-04 17:06:17 +08:00
parent 568c21c58a
commit beae0c4ae7

View File

@@ -685,7 +685,8 @@ onUnmounted(() => {
.tablef_head { .tablef_head {
display: flex; display: flex;
gap: var(--padding); flex-wrap: wrap;
gap: 10px;
} }
.goods_table_title { .goods_table_title {