diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue
index ea21f7a..abc8d47 100644
--- a/src/views/index_v1.vue
+++ b/src/views/index_v1.vue
@@ -2,7 +2,7 @@
-
+
{{ $t('layout.myWorkbench') }}
@@ -59,7 +59,7 @@
-
+
@@ -252,8 +252,8 @@ function onChat(item) {
display: flex;
align-items: center;
.user-item-left {
- width: 100px;
- height: 100px;
+ width: 60px;
+ height: 60px;
border-radius: 50%;
overflow: hidden;
img {