tremble 3 years ago
parent
commit
27b723dd65
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/app.vue
  2. 1 1
      src/components/Controls/Panel/Main.vue
  3. 1 1
      src/components/shared/Loading.vue

+ 1 - 1
src/app.vue

@@ -496,7 +496,7 @@ onMounted(async () => {
         overflow: hidden;
         text-overflow: ellipsis;
         white-space: nowrap;
-        width: 228px;
+        width: 240px;
       }
       .tag-info {
         padding: 0 20px 0 76px;

+ 1 - 1
src/components/Controls/Panel/Main.vue

@@ -24,7 +24,7 @@
         <div class="swiper-container" id="sw-navigation">
           <ul class="swiper-wrapper">
             <li class="swiper-slide" @click.stop="onClickShop(item)" v-for="(item, i) in brandlist" :key="i">
-              <div v-if="item.shopLogo" class="img" :style="{ 'background-image': `url(${item.shopLogo + '?rnd=' + Math.random()})` }"></div>
+              <div v-if="item.shopLogo" class="img" :style="{ 'background-image': `url(${item.shopLogo})` }"></div>
               <div class="name" v-if="item.shopName">
                 <span :class="{active:item.shopName.length>6}">
                   {{ item.shopName }}

+ 1 - 1
src/components/shared/Loading.vue

@@ -1,6 +1,6 @@
 <template>
     <transition appear name="custom-classes-transition" leave-active-class="animated fadeOut faster">
-        <div v-if="show" class="scene-loading" :class="{ small: small, default: thumbStyle }" @touchmove.prevent :style="thumb && { backgroundImage: `url(${thumb})` }">
+        <div v-if="show" class="scene-loading" :class="{ small: small, default: thumbStyle }" @touchmove.prevent >
             <div class="content">
                 <div :style="`transform:translateZ(0) scale(${small});`">
                     <div v-for="item in 3" :key="item" :class="`brick brick-${item} ${enter ? 'enter' : ''}`">