Skip to content

Commit 183e543

Browse files
committed
update: upx-->rpx
1 parent 64b9a4b commit 183e543

File tree

71 files changed

+809
-809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+809
-809
lines changed

App.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
page {
5151
background-color: #F4F5F6;
5252
height: 100%;
53-
font-size: 28upx;
53+
font-size: 28rpx;
5454
line-height: 1.8;
5555
}
5656
5757
.uni-header-logo {
58-
padding: 30upx;
58+
padding: 30rpx;
5959
flex-direction: column;
6060
justify-content: center;
6161
align-items: center;
62-
margin-top: 10upx;
62+
margin-top: 10rpx;
6363
}
6464
6565
.uni-header-image {
@@ -73,13 +73,13 @@
7373
7474
.uni-hello-addfile {
7575
text-align: center;
76-
line-height: 300upx;
76+
line-height: 300rpx;
7777
background: #FFF;
78-
padding: 50upx;
78+
padding: 50rpx;
7979
margin-top: 10px;
80-
font-size: 38upx;
80+
font-size: 38rpx;
8181
color: #808080;
8282
}
8383
8484
/* #endif*/
85-
</style>
85+
</style>

common/uni-nvue.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ page {
2727
flex-direction: column;
2828
justify-content: center;
2929
align-items: center;
30-
margin-top: 10upx;
30+
margin-top: 10rpx;
3131
}
3232

3333
.uni-header-image {

0 commit comments

Comments
 (0)