소스 검색

修改源码

qukaidi 4 년 전
부모
커밋
c70f59c483
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      pages/home/monthly-policy/monthly-policy.vue
  2. 1 1
      uview-ui/components/u-swipe-action/u-swipe-action.vue

+ 1 - 0
pages/home/monthly-policy/monthly-policy.vue

@@ -53,6 +53,7 @@
 	.picture {
 		/deep/img {
 			width: 100%;
+			margin-bottom: -20rpx;
 		}
 	}
 </style>

+ 1 - 1
uview-ui/components/u-swipe-action/u-swipe-action.vue

@@ -10,7 +10,7 @@
 				:disabled="disabled"
 				:x="moveX"
 				:style="{
-					width: movableViewWidth ? movableViewWidth : '100%'
+					width: movableAreaWidth ? movableViewWidth : '100%'
 				}"
 			>
 				<view