Pārlūkot izejas kodu

feat: 页面标签业主委托项目标签修改

zhangsiya 11 mēneši atpakaļ
vecāks
revīzija
5613fa0494

+ 10 - 1
apps/mobile/src/views/article/components/ContentHeader.vue

@@ -1,7 +1,7 @@
 <template>
   <section class="content-title-container bg-white">
     <span
-      class="j-tag-item border red fixed-header-top-left"
+      class="page-tag border red fixed-header-top-left"
       v-if="content.isSelfSite"
     >
       业主委托项目
@@ -102,6 +102,15 @@ export default {
 .content-title-container {
   position: relative;
   padding: 24px 16px 12px;
+  .page-tag {
+    box-sizing: border-box;
+    padding: 0 8px;
+    border: 1px solid #FB483D;
+    background: rgba(251, 72, 61, 0.1);
+    color: #FB483D;
+    font-size: 12px;
+    line-height: 18px;
+  }
 }
 
 .text-underline {