Browse Source

feat: 碳排放调整问答表格宽度

sunxiao 1 day ago
parent
commit
79ad3a1286
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Chat/ChatText.vue

+ 1 - 1
src/components/Chat/ChatText.vue

@@ -82,7 +82,7 @@ const text = computed(() => {
   word-break: break-word;
 
   .custom-table-wrapper {
-    width: 710px;
+    width: 760px;
     padding: 10px 10px 4px 10px;
     background: #eff8fc;
     margin-bottom: 16px;