diff --git a/components/index/ContentDashboard.vue b/components/index/ContentDashboard.vue index 04ef57a..217648a 100644 --- a/components/index/ContentDashboard.vue +++ b/components/index/ContentDashboard.vue @@ -89,6 +89,7 @@ {{ announcement.title }} 置顶 + 一般 重要 紧急 @@ -847,6 +848,10 @@ const getTagCustomStyle = (status) => { background-color: #f56c6c; } +.tag-general { + background-color: #4caf50; +} + .tag-important { background-color: #ff9800; } diff --git a/pages/notice/create/index.vue b/pages/notice/create/index.vue index 54de51f..a405be3 100644 --- a/pages/notice/create/index.vue +++ b/pages/notice/create/index.vue @@ -1,6 +1,6 @@