diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue
index 3346ce9a..9bc2abad 100644
--- a/src/apps/AppVillageDiscuss/Detail.vue
+++ b/src/apps/AppVillageDiscuss/Detail.vue
@@ -32,7 +32,10 @@
@@ -348,6 +351,18 @@ export default {
}
}
+ .tags {
+ width: 80px;
+ height: 34px;
+ line-height: 34px;
+ margin-left: 16px;
+ text-align: center;
+ color: #fff;
+ font-size: 24px;
+ background: #1AAAFF;
+ border-radius: 8px;
+ }
+
::v-deep uni-video {
width: 100%;
}