hy-app 0.3.7 → 0.3.8

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.
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <view class="hy-grid" ref="hy-grid" :style="gridStyle">
3
- <template v-for="item in list">
3
+ <template v-for="(item, i) in list" :key="i">
4
4
  <view
5
5
  class="hy-grid-item"
6
6
  hover-class="hy-grid-item--hover-class"
@@ -11,10 +11,7 @@
11
11
 
12
12
  &__wrapper {
13
13
  flex: 1;
14
-
15
- :deep(.uni-swiper-wrapper) {
16
- background-color: $hy-background;
17
- }
14
+ background-color: $hy-background;
18
15
 
19
16
  &__item {
20
17
  flex: 1;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hy-app",
3
- "version": "0.3.7",
4
- "description": "修改popover气泡的自定义内容定位不准确bug",
3
+ "version": "0.3.8",
4
+ "description": "修改主题是暗色时候,轮播图背景色还是白色",
5
5
  "main": "./index.ts",
6
6
  "private": false,
7
7
  "scripts": {},