Compare commits

...

2 Commits

Author SHA1 Message Date
1424e3025d style: contnue按钮高度
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
2025-12-09 16:36:57 +08:00
2929f13e93 style: selectStylecontinue样式 2025-12-09 16:21:01 +08:00
2 changed files with 11 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ const { isLoading } = toRefs(data);
</div>
<div class="again">
<!-- <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>
@@ -272,6 +272,8 @@ const { isLoading } = toRefs(data);
font-size: 3.6rem;
width: 24.6rem;
line-height: 6.7rem;
height: 6.7rem;
box-sizing: border-box;
&:last-child{
margin-right: 0;
}

View File

@@ -169,12 +169,17 @@ const { styleList, select } = toRefs(data);
.footer {
// position: fixed;
// margin-top: 4.4rem;
// padding: 4rem 4rem 0 0;
margin-top: auto;
margin-bottom: 5.6rem;
margin-right: 4rem;
display: flex;
align-items: center;
justify-content: flex-end;
position: absolute;
right: 4.1rem;
bottom: 5.6rem;
// position: absolute;
// right: 4rem;
// bottom: 4rem;
height: 6.7rem;
// background-color: #f6f6f6;
&.placeholder{
position: relative;