refactor(css): 优化公共样式和布局
- 新增 .br12 类,用于设置 12 像素的圆角 - 调整 .container 样式,移除多余的注释 - 优化内容编辑区域的样式,使其更加美观 - 统一操作选项弹窗的样式和结构 - 调整矩阵问题和文本带图问题的样式 - 优化选择问题和可拖拽组件的样式- 更新设计页面和创建问卷页面的样式 - 移除未使用的 ElCol 和 ElRow 组件引用 - 新增 VanGrid 和 VanGridItem 组件引用
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
</template>
|
||||
<template #right-icon>
|
||||
<question-action
|
||||
v-if="chooseQuestionId === element.id"
|
||||
v-model:data="element"
|
||||
:questionsInfo="questionsInfo"
|
||||
:questions="questions"
|
||||
@@ -30,7 +31,6 @@
|
||||
<template #icon>
|
||||
<slot name="action" :element="element" :index="index"></slot>
|
||||
</template>
|
||||
<template #title>{{}}</template>
|
||||
</van-cell>
|
||||
</div>
|
||||
<div v-else>
|
||||
@@ -98,9 +98,8 @@ const chooseItem = () => {
|
||||
</script>
|
||||
<style scoped lang="scss">
|
||||
@import '@/assets/css/theme';
|
||||
|
||||
.choose-question-container {
|
||||
padding: 12px;
|
||||
padding: 12px 12px 0 12px;
|
||||
|
||||
& .choose-question-context {
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user