From 8e9c3f0ab94dcc84da59f75d45c22430c6466f14 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 4 Mar 2024 15:56:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/app-table/index.vue | 2 +- ui/src/styles/app.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ui/src/components/app-table/index.vue b/ui/src/components/app-table/index.vue index c3fbfaf19..ec15932ea 100644 --- a/ui/src/components/app-table/index.vue +++ b/ui/src/components/app-table/index.vue @@ -7,7 +7,7 @@ ref="quickInputRef" v-model="inputValue" placeholder="请输入文档名称" - class="w-240 mr-12" + class="w-500 mr-12" autofocus /> diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index d61608ceb..b47dd0ff8 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -108,6 +108,9 @@ h4 { .w-240 { width: 240px; } +.w-500 { + width: 500px; +} .mt-4 { margin-top: calc(var(--app-base-px) - 4px);