refactor(Design): 优化问卷题目样式和布局
-调整了多个组件的左图标样式,统一为带编号的标题格式 - 优化了选择题和其他题型的样式,提高了可读性和美观度 -调整了部分颜色和间距,使整体风格更加协调
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
label-align="top"
|
||||
class="base-select contenteditable-question-title"
|
||||
>
|
||||
<template #left-icon>
|
||||
{{ isPreview ? element.title : index + 1 }}
|
||||
</template>
|
||||
<template #left-icon> {{ isPreview ? element.title : index + 1 }}. </template>
|
||||
<template #label>
|
||||
<contenteditable
|
||||
v-model="element.stem"
|
||||
|
||||
Reference in New Issue
Block a user