File tree Expand file tree Collapse file tree 4 files changed +3
-133
lines changed Expand file tree Collapse file tree 4 files changed +3
-133
lines changed Original file line number Diff line number Diff line change 46
46
</script >
47
47
48
48
<style lang="scss" scoped>
49
- @import " @/uview-ui/libs/css/style.components.scss" ;
50
49
.nav-wrap {
51
50
padding : 30 rpx;
52
51
position : relative ;
59
58
}
60
59
61
60
.nav-title {
62
- @include vue-flex ;
63
- flex-direction : row ;
61
+ display : flex ;
64
62
align-items : center ;
65
63
}
66
64
69
67
}
70
68
71
69
.nav-title__text {
72
- @include vue- flex ;
70
+ display : flex ;
73
71
color : $u-main-color ;
74
72
font-size : 50 rpx;
75
73
font-weight : bold ;
89
87
.nav-desc {
90
88
margin-top : 20 rpx;
91
89
font-size : 28 rpx;
92
- color : $u-content-color ;
90
+ color : $u-content-color ;
93
91
}
94
92
</style >
Original file line number Diff line number Diff line change 6
6
"versionCode" : " 100" ,
7
7
"transformPx" : false ,
8
8
"app-plus" : {
9
- // 定义nvue页面的flex布局默认为row排列
10
- "nvue " : {
11
- "flex-direction" : " row"
12
- },
13
9
// APP-VUE分包,可提APP升启动速度,2.7.12开始支持,兼容微信小程序分包方案,默认关闭
14
10
"optimization" : {
15
11
"subPackages" : true
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments