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 +1 -1
- package/pop-list.ttml +2 -2
- package/pop-list.ttss +2 -2
package/package.json
CHANGED
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.
|
|
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.
|
|
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 {
|