| components/mold.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
components/mold.vue
@@ -513,13 +513,17 @@ </script> <style scoped> .top-section-grid { display: flex; justify-content: center; align-items: flex-end; gap: 32px; margin-bottom: 2vh; } .top-section-grid { display: flex; justify-content: center; align-items: flex-end; gap: 32px; margin-bottom: 2vh; width: 95vw; /* 新增,和表格宽度一致 */ max-width: 1600px; /* 新增,和表格一致 */ margin-left: auto; /* 新增,居中 */ margin-right: auto; /* 新增,居中 */ } .form-cell { display: flex;