From b3422eaede5f49f98c96389f8f71e22a85c8f4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Sun, 5 Jun 2022 11:40:32 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E5=88=97=E8=A1=A8UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ChartsSearch/index.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/views/chart/ContentCharts/components/ChartsSearch/index.vue b/src/views/chart/ContentCharts/components/ChartsSearch/index.vue index ecc1a707..651af786 100644 --- a/src/views/chart/ContentCharts/components/ChartsSearch/index.vue +++ b/src/views/chart/ContentCharts/components/ChartsSearch/index.vue @@ -39,7 +39,7 @@ @click="selectChartHandle(item)" > 展示图 - {{ item.title }} + {{ item.title }}
@@ -167,13 +167,27 @@ $width: 178px; position: relative; cursor: pointer; padding: 2px; + padding-left: 6px; margin-bottom: 5px; + &-fs { + font-size: 12px; + } &-img { - height: 30px; + height: 28px; margin-right: 5px; border-radius: 5px; } &:hover { + &::before { + content: ''; + position: absolute; + width: 3px; + height: 100%; + left: 0; + top: 0; + border-radius: 2px; + background-color: v-bind('themeColor'); + } &::after { z-index: -1; content: '';