Compare commits
2 Commits
94796110c4
...
1424e3025d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1424e3025d | |||
| 2929f13e93 |
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -169,12 +169,17 @@ const { styleList, select } = toRefs(data);
|
|||||||
.footer {
|
.footer {
|
||||||
// position: fixed;
|
// position: fixed;
|
||||||
// margin-top: 4.4rem;
|
// margin-top: 4.4rem;
|
||||||
|
// padding: 4rem 4rem 0 0;
|
||||||
|
margin-top: auto;
|
||||||
|
margin-bottom: 5.6rem;
|
||||||
|
margin-right: 4rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
position: absolute;
|
// position: absolute;
|
||||||
right: 4.1rem;
|
// right: 4rem;
|
||||||
bottom: 5.6rem;
|
// bottom: 4rem;
|
||||||
|
height: 6.7rem;
|
||||||
// background-color: #f6f6f6;
|
// background-color: #f6f6f6;
|
||||||
&.placeholder{
|
&.placeholder{
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user