Skip to content

Commit 6a9f209

Browse files
committed
fix(uni-ui): 修复grid在vue页面中高度不一致的bug
1 parent b787c73 commit 6a9f209

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

components/uni-grid-item/uni-grid-item.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
.uni-grid-item {
5454
/* #ifndef APP-NVUE */
5555
height: 100%;
56+
display: flex;
5657
/* #endif */
5758
}
5859

components/uni-section/uni-section.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
</script>
4848
<style scoped>
4949
.uni-section {
50+
position: relative;
5051
/* #ifndef APP-NVUE */
5152
display: flex;
5253
/* #endif */

pages.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,9 @@
738738
"path": "popup/popup",
739739
"style": {
740740
"navigationBarTitleText": "Popup 弹出层",
741-
"softinputMode": "adjustResize"
741+
"app-plus": {
742+
"softinputMode": "adjustResize"
743+
}
742744
}
743745
},
744746
{

0 commit comments

Comments
 (0)