This website works better with JavaScript.
Home
Explore
Help
Sign In
leiyun
/
cytx_mp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
修复bug
master
leiyun
3 hours ago
parent
c2ea2bb0f5
commit
3ec1e5a510
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/index.vue
+1
-1
pages/myinfo/myinfo.vue
+ 1
- 1
pages/index/index.vue
View File
@@ -149,7 +149,7 @@ onShow(() => {
.content-area {
background: #fff;
border-radius: 24rpx;
margin: -
3
0% 24rpx 0;
margin: -
4
0% 24rpx 0;
position: relative;
z-index: 1;
padding: 56rpx 40rpx 32rpx;
+ 1
- 1
pages/myinfo/myinfo.vue
View File
@@ -530,7 +530,7 @@ const doSubmit = async () => {
min-height: 100vh;
background: #f4f4f5;
padding: 24rpx;
padding-bottom:
2
40rpx;
padding-bottom:
3
40rpx;
}
.section {
Write
Preview
Loading…
Cancel
Save