This commit is contained in:
X1627315083
2024-01-28 20:42:26 +08:00
parent a7d4bb1da9
commit 272615a957
7 changed files with 15 additions and 15 deletions

View File

@@ -958,10 +958,10 @@ i {
} }
.mark_loading .mark_loading_text { .mark_loading .mark_loading_text {
text-align: center; text-align: center;
font-size: 2rem; font-size: 1.2rem;
position: absolute; position: absolute;
bottom: 7%; bottom: 2%;
right: 7%; right: 2%;
} }
.mark_loading .mark_loading_text div { .mark_loading .mark_loading_text div {
margin-top: 10px; margin-top: 10px;

View File

@@ -1045,10 +1045,10 @@ i{
flex-direction: column; flex-direction: column;
.mark_loading_text{ .mark_loading_text{
text-align: center; text-align: center;
font-size: 2rem; font-size: 1.2rem;
position: absolute; position: absolute;
bottom: 7%; bottom: 2%;
right: 7%; right: 2%;
div{ div{
margin-top: 10px; margin-top: 10px;
span{ span{

View File

@@ -176,9 +176,9 @@
</div> </div>
</div> </div>
<div class="mark_loading" v-show="loadingShow"> <div class="mark_loading" v-show="!loadingShow">
<a-spin size="large" /> <a-spin size="large" />
<div class="mark_loading_text" v-show="generateLineUp >= 0"> <div class="mark_loading_text" v-show="generateLineUp != 0">
<div>{{$t('Generate.Sequence')}}: {{ generateLineUp }}</div> <div>{{$t('Generate.Sequence')}}: {{ generateLineUp }}</div>
</div> </div>
<div v-show="remGenerate" :class="[driver__.driver?'hideEvents':'']" class="mark_loading_btn" @click="removeGenerate">{{$t('Generate.Close')}}</div> <div v-show="remGenerate" :class="[driver__.driver?'hideEvents':'']" class="mark_loading_btn" @click="removeGenerate">{{$t('Generate.Close')}}</div>

View File

@@ -65,7 +65,7 @@ export default {
Organize:'Organize', Organize:'Organize',
Upload:'Upload', Upload:'Upload',
Generate:'Generate', Generate:'Generate',
Close:'Cancle', Close:'Cancel',
Reset:'Reset', Reset:'Reset',
currently:'You are currently in the {generateLineUp} th position in the queue', currently:'You are currently in the {generateLineUp} th position in the queue',
Delete:'Delete', Delete:'Delete',
@@ -174,7 +174,7 @@ export default {
Upload:'Upload', Upload:'Upload',
Library:'Library', Library:'Library',
Generate:'Generate', Generate:'Generate',
Close:'Cancle', Close:'Cancel',
currently:'You are currently in the {generateLineUp} th position in the queue', currently:'You are currently in the {generateLineUp} th position in the queue',
PIN:'PIN', PIN:'PIN',
Maximum:'Maximum {maxImg} images can be uploaded, Maximum 2M per image', Maximum:'Maximum {maxImg} images can be uploaded, Maximum 2M per image',
@@ -193,7 +193,7 @@ export default {
Upload:'Upload', Upload:'Upload',
Library:'Library', Library:'Library',
Generate:'Generate', Generate:'Generate',
Close:'Cancle', Close:'Cancel',
currently:'You are currently in the {generateLineUp} th position in the queue', currently:'You are currently in the {generateLineUp} th position in the queue',
PIN:'PIN', PIN:'PIN',
Maximum:'Maximum 8 images can be uploaded, Maximum 2M per image', Maximum:'Maximum 8 images can be uploaded, Maximum 2M per image',
@@ -272,7 +272,7 @@ export default {
inputContent1:'Input prompt', inputContent1:'Input prompt',
Generate:'Generate', Generate:'Generate',
Sequence:'Sequence', Sequence:'Sequence',
Close:'Cancle', Close:'Cancel',
currently:'You are currently in the {generateLineUp} th position in the queue', currently:'You are currently in the {generateLineUp} th position in the queue',
Merge:'Merge', Merge:'Merge',
maximumLength:'The entered content exceeds the maximum length.', maximumLength:'The entered content exceeds the maximum length.',

View File

@@ -118,7 +118,7 @@ function createDriver(){
showButtons:false, showButtons:false,
stagePadding:10,//切口到元素的距离 stagePadding:10,//切口到元素的距离
stageRadius:5,//切口圆弧度 stageRadius:5,//切口圆弧度
allowKeyboardControl:false,//控制是否可以键盘控制下一步 allowKeyboardControl:true,//控制是否可以键盘控制下一步
disableActiveInteraction:false,//是否禁用显示元素的交互 disableActiveInteraction:false,//是否禁用显示元素的交互
overlayOpacity:.4, overlayOpacity:.4,
overlay: true, overlay: true,

View File

@@ -93,7 +93,7 @@
"> ">
<img class="content_img" :src="design.designOutfitUrl" /> <img class="content_img" :src="design.designOutfitUrl" />
</div> </div>
<div class="icon iconfont icon-jushoucang icon_like" :class="[index == 0?driver__.index == 37?'Guide_active showEvents':'':'']" @click.stop=" <div class="icon iconfont icon-jushoucang icon_like" :class="[driver__.driver?index == 0?driver__.index == 37?'Guide_active showEvents':'hideEvents':'hideEvents':'']" @click.stop="
likeDesignCollection( likeDesignCollection(
design, design,
index index

View File

@@ -15,7 +15,7 @@
'login_active', 'login_active',
]" ]"
> >
Log on to AiDA Log on to AiDA 3.0
</div> </div>
</div> </div>
<!-- 账号密码登录 start --> <!-- 账号密码登录 start -->