From 61aaaedc60977657e97564105f94298d35f63861 Mon Sep 17 00:00:00 2001 From: baiqi Date: Tue, 24 Dec 2024 14:55:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=BB=84=E4=BB=B6):=20msJsonSchema?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E5=AE=BD=E5=BA=A6=E6=8A=96=E5=8A=A8=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/pure/ms-json-schema/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pure/ms-json-schema/index.vue b/frontend/src/components/pure/ms-json-schema/index.vue index b12b431509..1f577dde8b 100644 --- a/frontend/src/components/pure/ms-json-schema/index.vue +++ b/frontend/src/components/pure/ms-json-schema/index.vue @@ -9,7 +9,7 @@ :selectable="false" :row-selection="rowSelection" :table-key="TableKeyEnum.JSON_SCHEMA" - :scroll="{ x: 'max-content' }" + :scroll="{ x: '100%' }" :disabled="props.disabled" show-setting class="ms-json-schema"