Explorar el Código

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

sunxiao hace 1 día
padre
commit
79ad3a1286
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;