yymini-pop-list 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yymini-pop-list",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "小程序(抖音)-底部列表弹出框 自定义组件",
5
5
  "main": "pop-list.js",
6
6
  "miniprogram": ".",
package/pop-list.ttml CHANGED
@@ -19,9 +19,9 @@
19
19
 
20
20
  <!-- 空页面 -->
21
21
  <view tt:elif="{{dataList.length < 1 }}" class="view-kong">
22
- <view style="flex: 0.4;width: 10%;"></view>
22
+ <view style="flex: 0.35;width: 10%;"></view>
23
23
  <image src="drow_kong2.png" class="drow_kong_box"></image>
24
- <view style="flex: 0.6;width: 10%;"></view>
24
+ <view style="flex: 0.65;width: 10%;"></view>
25
25
  </view>
26
26
 
27
27
  <!-- 数据加载完成后显示 -->
package/pop-list.ttss CHANGED
@@ -123,8 +123,8 @@ button::after {
123
123
  height: 120rpx;
124
124
  display: flex;
125
125
  flex: 1;
126
+ justify-content: center;
126
127
  align-items: center;
127
- /* justify-content: center; */
128
128
  /* background-color: #FFF; */
129
129
  }
130
130
 
@@ -132,8 +132,8 @@ button::after {
132
132
  flex: 1;
133
133
  display: flex;
134
134
  flex-direction: column;
135
- /* justify-content: center; */
136
135
  align-items: center;
136
+ /* justify-content: center; */
137
137
  }
138
138
 
139
139
  .drow_kong_box {