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: '';