uview-plus 3.4.57 → 3.4.58
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/changelog.md +3 -0
- package/components/u-grid/u-grid.vue +1 -1
- package/index.js +3 -0
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
// 在uni-app中应尽量避免使用flex布局以外的方式,因为nvue/uvue等方案都支持flex布局
|
|
106
106
|
// 这里使用grid布局使用为目前20240409uni-app在抖音小程序开启virtualHost时有bug,存在事件失效问题。
|
|
107
107
|
/* #ifndef APP-NVUE */
|
|
108
|
-
display: grid;
|
|
108
|
+
display: grid !important;
|
|
109
109
|
grid-gap: v-bind(gap);
|
|
110
110
|
grid-template-columns: repeat(v-bind(col), 1fr);
|
|
111
111
|
/* #endif */
|
package/index.js
CHANGED
package/package.json
CHANGED