diff --git a/src/views/Home/hygl/hyinfo/index.vue b/src/views/Home/hygl/hyinfo/index.vue
index 1175352..3cf573a 100644
--- a/src/views/Home/hygl/hyinfo/index.vue
+++ b/src/views/Home/hygl/hyinfo/index.vue
@@ -19,12 +19,12 @@
- {{ data.date.getDate()}}
+ {{ data.date.getDate()}}
{{item.title}}
@@ -197,4 +197,11 @@ onMounted(()=> {
text-align: center;
font-size: 16px;
}
+.seSpan {
+ font-size: 14px;
+ color: var(--el-color-primary);
+ border: 1px solid var(--el-color-primary);
+ border-radius: 2px; /* 可选:添加圆角 */
+ padding: 0 2px 0 2px;
+}