Compare commits
2 Commits
94796110c4
...
1424e3025d
| Author | SHA1 | Date | |
|---|---|---|---|
| 1424e3025d | |||
| 2929f13e93 |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user