style:调整代码格式和顺序
- 修改了多个组件文件的代码结构 - 优化了代码缩进和空格使用 - 调整了部分代码的顺序以提高可读性
This commit is contained in:
@@ -30,9 +30,9 @@
|
|||||||
<p>{{ element.config.prompt_right }}</p>
|
<p>{{ element.config.prompt_right }}</p>
|
||||||
</div>
|
</div>
|
||||||
<RateCharacter
|
<RateCharacter
|
||||||
|
v-model:model="value"
|
||||||
:config="element.config"
|
:config="element.config"
|
||||||
:index="optionIndex"
|
:index="optionIndex"
|
||||||
v-model:model="value"
|
|
||||||
@change="handleRateChange"
|
@change="handleRateChange"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -271,8 +271,8 @@
|
|||||||
</template>
|
</template>
|
||||||
</van-cell>
|
</van-cell>
|
||||||
<van-cell-group
|
<van-cell-group
|
||||||
:border="false"
|
|
||||||
v-if="questionInfo.survey.is_ip_number === 1"
|
v-if="questionInfo.survey.is_ip_number === 1"
|
||||||
|
:border="false"
|
||||||
class="child-group"
|
class="child-group"
|
||||||
>
|
>
|
||||||
<van-field
|
<van-field
|
||||||
@@ -795,6 +795,7 @@ onMounted(async () => {
|
|||||||
:deep(.van-cell) {
|
:deep(.van-cell) {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.survey-action {
|
.survey-action {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user