瀏覽代碼

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

sunxiao 1 天之前
父節點
當前提交
79ad3a1286
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;