|
@@ -126,15 +126,17 @@
|
|
|
</van-radio-group>
|
|
</van-radio-group>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <van-cell v-show="activeName != '风格'">
|
|
|
|
|
|
|
+ <van-cell v-show="activeName != '风格'" style="margin-top: 10px;border-radius: 8px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);">
|
|
|
<template #title>
|
|
<template #title>
|
|
|
<span class="qdys-checked-title">墙顶一色</span>
|
|
<span class="qdys-checked-title">墙顶一色</span>
|
|
|
</template>
|
|
</template>
|
|
|
<template #right-icon>
|
|
<template #right-icon>
|
|
|
<van-switch v-model="qdysChecked" active-color="#76EE59" size="20" />
|
|
<van-switch v-model="qdysChecked" active-color="#76EE59" size="20" />
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <template #label>
|
|
|
|
|
+ <span class="qdys-checked-tip">*不开启则墙顶默认白色,开启则跟随所选色卡</span>
|
|
|
|
|
+ </template>
|
|
|
</van-cell>
|
|
</van-cell>
|
|
|
- <div v-show="activeName != '风格'" class="qdys-checked-tip">*不开启则墙顶默认白色,开启则跟随所选色卡</div>
|
|
|
|
|
<!-- AI生成按钮 -->
|
|
<!-- AI生成按钮 -->
|
|
|
<div class="generate-section">
|
|
<div class="generate-section">
|
|
|
<van-button v-show="AIBtnDisabled" type="primary" block color="#E87838" disabled loading loading-type="spinner"
|
|
<van-button v-show="AIBtnDisabled" type="primary" block color="#E87838" disabled loading loading-type="spinner"
|
|
@@ -1341,7 +1343,6 @@ export default class extends Vue {
|
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
line-height: 14px;
|
|
line-height: 14px;
|
|
|
color: #86909C;
|
|
color: #86909C;
|
|
|
- padding-left: 16px;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.color-plus {
|
|
.color-plus {
|