diff --git a/pages-sub/msg/index.vue b/pages-sub/msg/index.vue
index 35549c7..c058599 100644
--- a/pages-sub/msg/index.vue
+++ b/pages-sub/msg/index.vue
@@ -20,11 +20,11 @@
-
- {{ item.templateCode || '无' }}
- {{ timeFormat(item.createTime, 'yyyy-mm-dd hh:MM:ss') }}
+
+ {{ item.templateCode || '无' }}
+ {{ timeFormat(item.createTime, 'yyyy-mm-dd') }}
-
+
{{ item.templateContent || '无' }}
@@ -37,15 +37,10 @@
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index da18151..8177b29 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -386,7 +386,6 @@ $border-color: #e5e5e5; // 新增边框颜色变量
.username {
font-size: 16px;
- font-weight: 500;
margin-bottom: 4px;
}
diff --git a/pages/workbench/index.vue b/pages/workbench/index.vue
index 38a4adb..3ab8b51 100644
--- a/pages/workbench/index.vue
+++ b/pages/workbench/index.vue
@@ -181,14 +181,12 @@ const handleMenuClick = (item: MenuItem) => {
font-size: 16px;
display: block;
margin-bottom: 4px;
- font-weight: 500;
}
.platform-name {
margin-bottom: 10px;
font-size: 16px;
display: block;
- opacity: 0.95;
}
}