brand运算中按钮异常
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<i v-else class="fi fi-br-check" @click="editChek('brandSlogan')"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="compute" style="flex:1;text-align: right;" v-show="fall?.list?.length > 0">
|
||||
<div class="compute" style="margin-left: auto;text-align: right;" v-show="fall?.list?.length > 0">
|
||||
<!-- <div @click="setProgress(50)">123123123</div> -->
|
||||
<div class="gallery_btn" @click="compute" :class="{'loading':!(schedule.num == 1||(schedule.num == 0 && !schedule.state))}">
|
||||
{{$t('brandDNA.Compute')}}
|
||||
@@ -546,6 +546,7 @@ export default defineComponent({
|
||||
}
|
||||
.gallery_btn{
|
||||
&.loading{
|
||||
width: min-content;
|
||||
pointer-events: none;
|
||||
color: #5F5F5F;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user