style: contnue按钮高度
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2025-12-09 16:36:57 +08:00
parent 2929f13e93
commit 1424e3025d

View File

@@ -151,7 +151,7 @@ const { isLoading } = toRefs(data);
</div> </div>
<div class="again"> <div class="again">
<!-- <div @click="changeModel">Change Model</div> --> <!-- <div @click="changeModel">Change Model</div> -->
<button @click="onContinue" style="margin-left: auto;">Continue</button> <button class="flex flex-center" @click="onContinue" style="margin-left: auto;">Continue</button>
</div> </div>
</div> </div>
</div> </div>
@@ -272,6 +272,8 @@ const { isLoading } = toRefs(data);
font-size: 3.6rem; font-size: 3.6rem;
width: 24.6rem; width: 24.6rem;
line-height: 6.7rem; line-height: 6.7rem;
height: 6.7rem;
box-sizing: border-box;
&:last-child{ &:last-child{
margin-right: 0; margin-right: 0;
} }