From c77637aa6781f3275839674cb4fa2d4b72b8827c Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期一, 15 七月 2024 19:34:55 +0800 Subject: [PATCH] fix:修复纤度登记表,检验表,产量等级表部分的bug修复 --- src/components/makepager/CommonSearch.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/makepager/CommonSearch.vue b/src/components/makepager/CommonSearch.vue index 0af4d23..3381b56 100644 --- a/src/components/makepager/CommonSearch.vue +++ b/src/components/makepager/CommonSearch.vue @@ -232,7 +232,7 @@ align-items: center; .left { display: flex; - width: 150px; + width: 300px; .download { width: 30px; height: 30px; -- Gitblit v1.8.0