From 6955d75dd6d7ff0610db151832ce4221a8bfb011 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Tue, 10 Jan 2023 11:24:12 +0800 Subject: [PATCH] =?UTF-8?q?searchBar=E6=8C=89=E6=96=B0ui=E5=9B=BE=EF=BC=8C?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=97=B4=E6=B7=BB=E5=8A=A0=E7=AB=96=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/components/SearchBar/SearchBar.vue | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a43d028..cd6a9d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "code-brick-zj", - "version": "0.0.6", + "version": "0.0.7", "private": false, "description": "组件封装", "main": "index.js" diff --git a/src/components/SearchBar/SearchBar.vue b/src/components/SearchBar/SearchBar.vue index c422afa..c2ee5b9 100644 --- a/src/components/SearchBar/SearchBar.vue +++ b/src/components/SearchBar/SearchBar.vue @@ -101,6 +101,7 @@ @click="headBtnClick(item.name)" >{{ item.btnName }} + @@ -253,4 +254,15 @@ export default { font-size: 16px; color:#0B58FF; } +.searchBar .el-input__prefix .el-icon-time { + font-size: 16px; + color:#0B58FF; +} +.searchBar .separateStyle { + display: inline-block; + width: 1px; + height: 24px; + background: #E8E8E8; + vertical-align: middle; +}