src/page/index/index.vue
@@ -10,7 +10,9 @@ <!-- 顶部导航栏 --> <top ref="top" /> <!-- 顶部标签卡 --> <tags /> <div class="tags-box"> <tags /> </div> <search class="avue-view" v-show="isSearch"></search> <!-- 主体视图层 --> <div id="avue-view" v-show="!isSearch" v-if="isRefresh"> @@ -126,4 +128,10 @@ // } // } // } .tags-box{ background: transparent; padding: 0 10px; --el-color-primary: rgba(20, 65, 255, 1); } </style>