Selaa lähdekoodia

Merge branch 'activity' of http://git.tjyourong.com.cn/ctop/adsp-vue into activity

zhuxinbo 4 vuotta sitten
vanhempi
commit
93e200e3c1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/modules/BatchCreate/singleLayerSelecte.vue

+ 2 - 2
src/views/modules/BatchCreate/singleLayerSelecte.vue

@@ -19,7 +19,7 @@
           ></a-checkbox-group>
         </div>
       </div>
-      <div class="selectRight">
+      <!-- <div class="selectRight">
         <div class="title">
           已选
           <a-button class="clearAllBtn" type="link" @click="clearAll">清空</a-button>
@@ -30,7 +30,7 @@
             <a-icon type="close" id="close" @click="deleteItem(item)" />
           </span>
         </div>
-      </div>
+      </div> -->
     </div>
   </div>
 </template>