lichao 3 лет назад
Родитель
Сommit
a53a88a2a6
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      src/page/index/top/top-notice.vue

+ 7 - 0
src/page/index/top/top-notice.vue

@@ -141,4 +141,11 @@ export default {
   ::v-deep .avue-notice__more {
     display: none;
   }
+  ::v-deep .avue-notice__title {
+    display: flex;
+    align-items: center;
+  }
+  ::v-deep .avue-notice__tag {
+    margin-left: 15px;
+  }
 </style>