fix
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
AiDA, a first-to-market technology that empowers fashion designers, based on their creative inspirations, to work with AI to create original designs.
|
||||
</div>
|
||||
</div>
|
||||
<div class="loginBox">
|
||||
<div class="loginBox" :class="{'active':loginType}">
|
||||
<div class="selectType" v-show="!loginType">
|
||||
<div class="text">Continue with one of these:</div>
|
||||
<div class="typeList">
|
||||
@@ -33,11 +33,11 @@
|
||||
Individual
|
||||
</div>
|
||||
<div class="gallery_btn" @click="setLoginType('school')">
|
||||
Enterprise
|
||||
</div>
|
||||
<div class="gallery_btn" @click="setLoginType('enterprise')">
|
||||
Academic
|
||||
</div>
|
||||
<!-- <div class="gallery_btn" @click="setLoginType('enterprise')">
|
||||
Enterprise
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="login" v-show="loginType">
|
||||
@@ -220,6 +220,9 @@ export default defineComponent({
|
||||
> .loginBox {
|
||||
width: 44rem;
|
||||
margin-top: 7rem;
|
||||
&.active{
|
||||
width: 53rem;
|
||||
}
|
||||
> .selectType {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user