From 899a0b72407ee496602ace140dca119c7697c9a8 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Fri, 14 Jul 2023 12:45:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E4=B8=AAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/SearchBar/SearchBar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f2fdc9..91f1a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-brick-zj", - "version": "1.0.0", + "version": "1.0.1", "private": false, "description": "组件封装", "main": "index.js" diff --git a/src/components/SearchBar/SearchBar.vue b/src/components/SearchBar/SearchBar.vue index be68378..488b19b 100644 --- a/src/components/SearchBar/SearchBar.vue +++ b/src/components/SearchBar/SearchBar.vue @@ -278,7 +278,7 @@ export default { margin-top: 12px; } .searchBar .el-form-item { - margin-bottom: 10px; + margin-bottom: 4px; } .searchBar .el-date-editor .el-range__icon { font-size: 16px;