refactor(css): 优化公共样式和布局

- 新增 .br12 类,用于设置 12 像素的圆角
- 调整 .container 样式,移除多余的注释
- 优化内容编辑区域的样式,使其更加美观
- 统一操作选项弹窗的样式和结构
- 调整矩阵问题和文本带图问题的样式
- 优化选择问题和可拖拽组件的样式- 更新设计页面和创建问卷页面的样式
- 移除未使用的 ElCol 和 ElRow 组件引用
- 新增 VanGrid 和 VanGridItem 组件引用
This commit is contained in:
陈昱达
2025-03-17 17:04:19 +08:00
parent b2844adca1
commit d9b7ac271f
13 changed files with 119 additions and 53 deletions

View File

@@ -30,11 +30,10 @@
</div>
<!-- 操作项弹窗-->
<van-action-sheet v-model:show="show">
<template #description>
<div class="flex flex-start">操作选项</div>
</template>
<van-cell-group :border="false" class="ml10">
<van-cell title="固定置底" :border="false">
<div class="van-action-sheet-title">操作选项</div>
<van-cell-group :border="false" class="br12 round-group">
<van-cell title="固定置底">
<template #right-icon>
<van-switch
v-model="activeOption.is_fixed"
@@ -45,7 +44,7 @@
></van-switch>
</template>
</van-cell>
<van-cell title="设为其他项" :border="false">
<van-cell title="设为其他项">
<template #right-icon>
<van-switch
v-model="activeOption.is_other"