refactor(components): 优化内容可编辑组件和问题项的显示- 为 contenteditable 组件添加 flex 类,优化样式

- 在问题项前增加标题编号,提高可读性
- 修改发布问题时的路由跳转方式,使用 replace 代替 push
This commit is contained in:
陈昱达
2025-03-21 20:20:23 +08:00
parent 877eea7162
commit d19b2b2b3f
10 changed files with 11 additions and 4 deletions

View File

@@ -209,6 +209,7 @@ async function handleUploadImg() {
<template #label>
<contenteditable
v-model="element.stem"
className="contenteditable-label"
:active="active"
@blur="emitValue"
:errorMessage="errorMessage"