Browse Source

能量维度居中打出

dev
no99 2 days ago
parent
commit
9b54d6c349
  1. 2
      src/views/AIchat.vue

2
src/views/AIchat.vue

@ -1041,7 +1041,7 @@ watch(
const ac44 = `${arr[2]},${arr[3]}</p>`;
const ac45 = `<p style="margin:0;color:#FADC0C;display:flex;justify-content:center;font-size:28px">【时间维度】</p><p style="display:flex;justify-content:center;">`;
const ac46 = `${result23.data.shijian}</p>`;
const ac47 = `<p style="margin:0;color:#FADC0C;display:flex;justify-content:center;font-size:28px">【能量维度】</p><p>`;
const ac47 = `<p style="margin:0;color:#FADC0C;display:flex;justify-content:center;font-size:28px">【能量维度】</p><p style="display:flex;justify-content:center;">`;
const ac48 = `${result23.data.nengliang}</p>`;
// const pc4 = marked(

Loading…
Cancel
Save