让 Directus 表单更紧凑的调整

在 Light Theme Customization 和 Dark Theme Customization 里添加

{
    "public": {
        "form": {
            "field": {
                "input": {
                    "height": "3.375rem",
                    "padding": "0.875rem"
                }
            }
        }
    },
    "form": {
        "field": {
            "input": {
                "height": "3rem",
                "padding": "0.75rem"
            }
        }
    },
    "borderWidth": "1.5px"
}

在 Custom CSS 里添加

#app, #main-content, body {
    --v-button-height: 2rem;
}

备注:

发表于 2026 年 4 月 24 日,星期五
更新于 2026 年 4 月 25 日,星期六