style: contnue按钮高度
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user