瀏覽代碼

样式修改

lichao 3 年之前
父節點
當前提交
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>