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 {
text-align: center;
font-size: 2rem;
font-size: 1.2rem;
position: absolute;
bottom: 7%;
right: 7%;
bottom: 2%;
right: 2%;
}
.mark_loading .mark_loading_text div {
margin-top: 10px;

View File

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

View File

@@ -176,9 +176,9 @@
</div>
</div>
<div class="mark_loading" v-show="loadingShow">
<div class="mark_loading" v-show="!loadingShow">
<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>
<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',
Upload:'Upload',
Generate:'Generate',
Close:'Cancle',
Close:'Cancel',
Reset:'Reset',
currently:'You are currently in the {generateLineUp} th position in the queue',
Delete:'Delete',
@@ -174,7 +174,7 @@ export default {
Upload:'Upload',
Library:'Library',
Generate:'Generate',
Close:'Cancle',
Close:'Cancel',
currently:'You are currently in the {generateLineUp} th position in the queue',
PIN:'PIN',
Maximum:'Maximum {maxImg} images can be uploaded, Maximum 2M per image',
@@ -193,7 +193,7 @@ export default {
Upload:'Upload',
Library:'Library',
Generate:'Generate',
Close:'Cancle',
Close:'Cancel',
currently:'You are currently in the {generateLineUp} th position in the queue',
PIN:'PIN',
Maximum:'Maximum 8 images can be uploaded, Maximum 2M per image',
@@ -272,7 +272,7 @@ export default {
inputContent1:'Input prompt',
Generate:'Generate',
Sequence:'Sequence',
Close:'Cancle',
Close:'Cancel',
currently:'You are currently in the {generateLineUp} th position in the queue',
Merge:'Merge',
maximumLength:'The entered content exceeds the maximum length.',

View File

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

View File

@@ -93,7 +93,7 @@
">
<img class="content_img" :src="design.designOutfitUrl" />
</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(
design,
index

View File

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