WXL
4 天以前 3bd962a6d7f61239c020e2dbbeb7341e5b842dd1
node_modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item.vue
@@ -37,7 +37,7 @@
               </view>
            </slot>
         </view>
         <uni-icons v-if="showArrow || link" :size="16" class="uni-icon-wrapper" color="#bbb" type="arrowright" />
         <uni-icons v-if="showArrow || link" :size="16" class="uni-icon-wrapper" color="#bbb" type="right" />
      </view>
      <!-- #ifdef APP-NVUE -->
   </cell>
@@ -213,6 +213,14 @@
                     "bottom": verticalPadding,
                     "left": horizontalPadding
                  }
               } else if(paddingArr.length === 3) {
                  const [topPadding, horizontalPadding, bottomPadding] = paddingArr;
                  this.padding = {
                     "top": topPadding,
                     "right": horizontalPadding,
                     "bottom": bottomPadding,
                     "left": horizontalPadding
                  }
               } else if (paddingArr.length === 4) {
                     const [topPadding, rightPadding, bottomPadding, leftPadding] = paddingArr;
                     this.padding = {
@@ -352,7 +360,7 @@
   }
   .uni-list-item--hover {
      background-color: $uni-bg-color-hover;
      background-color: $uni-bg-color-hover !important;
   }
   .uni-list-item__container {