Skip to content

Commit 82db657

Browse files
committed
nvue调整
1 parent 6da64e2 commit 82db657

File tree

4 files changed

+3
-133
lines changed

4 files changed

+3
-133
lines changed

components/page-nav/page-nav.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
</script>
4747

4848
<style lang="scss" scoped>
49-
@import "@/uview-ui/libs/css/style.components.scss";
5049
.nav-wrap {
5150
padding: 30rpx;
5251
position: relative;
@@ -59,8 +58,7 @@
5958
}
6059
6160
.nav-title {
62-
@include vue-flex;
63-
flex-direction: row;
61+
display: flex;
6462
align-items: center;
6563
}
6664
@@ -69,7 +67,7 @@
6967
}
7068
7169
.nav-title__text {
72-
@include vue-flex;
70+
display: flex;
7371
color: $u-main-color;
7472
font-size: 50rpx;
7573
font-weight: bold;
@@ -89,6 +87,6 @@
8987
.nav-desc {
9088
margin-top: 20rpx;
9189
font-size: 28rpx;
92-
color: $u-content-color;
90+
color: $u-content-color;
9391
}
9492
</style>

manifest.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
"versionCode" : "100",
77
"transformPx" : false,
88
"app-plus" : {
9-
// 定义nvue页面的flex布局默认为row排列
10-
"nvue ": {
11-
"flex-direction": "row"
12-
},
139
// APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭
1410
"optimization" : {
1511
"subPackages" : true

pages/componentsC/test/index.nvue

Lines changed: 0 additions & 52 deletions
This file was deleted.

pages/example/components.nvue

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)