Browse Source

fix picker

宋成林 7 years ago
parent
commit
f36b0453ae
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/packages/picker/picker-slot.vue

+ 1 - 2
src/packages/picker/picker-slot.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="nut-picker-list pd-select-item">
+  <div class="nut-picker-list">
     <div class="nut-picker-mask"></div>
     <div class="nut-picker-indicator"></div>
     <div class="nut-picker-content">
@@ -153,7 +153,6 @@ export default {
     mounted() {
         this.$nextTick(() => {
             this.modifyStatus(true);
-            
             // 监听
             this.$el.addEventListener('touchstart', this.touchStart);
             this.$el.addEventListener('touchmove', this.touchMove);