This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-webui.git
The following commit(s) were added to refs/heads/main by this push:
new dad56527 [Improvement] Adapt width of the created table page to avoid
scroll bars (#306)
dad56527 is described below
commit dad56527d23d400e178c0e90e87bf219d13019f9
Author: s7monk <[email protected]>
AuthorDate: Wed Jun 5 13:21:42 2024 +0800
[Improvement] Adapt width of the created table page to avoid scroll bars
(#306)
---
paimon-web-ui/src/views/metadata/components/table-form/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/paimon-web-ui/src/views/metadata/components/table-form/index.tsx
b/paimon-web-ui/src/views/metadata/components/table-form/index.tsx
index 7cfd100a..8e24bd34 100644
--- a/paimon-web-ui/src/views/metadata/components/table-form/index.tsx
+++ b/paimon-web-ui/src/views/metadata/components/table-form/index.tsx
@@ -145,7 +145,7 @@ export default defineComponent({
</n-icon>
</n-button>
<n-modal v-model:show={this.showModal} mask-closable={false}>
- <n-card bordered={false} title={this.t('metadata.create_table')}
style="width: 1100px">
+ <n-card bordered={false} title={this.t('metadata.create_table')}
style="width: 1110px">
{{
default: () => (
<n-form ref="formRef" rules={this.rules}
model={this.formValue}>