快乐的昕的电脑
2025-10-20 7334e837471ad8e9859c84b664faacef0803f1f0
界面优化
已修改1个文件
18 ■■■■■ 文件已修改
components/mold.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | 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;