ソースを参照

修复bug

master
leiyun 4時間前
コミット
3ec1e5a510
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      pages/index/index.vue
  2. +1
    -1
      pages/myinfo/myinfo.vue

+ 1
- 1
pages/index/index.vue ファイルの表示

@@ -149,7 +149,7 @@ onShow(() => {
.content-area {
background: #fff;
border-radius: 24rpx;
margin: -30% 24rpx 0;
margin: -40% 24rpx 0;
position: relative;
z-index: 1;
padding: 56rpx 40rpx 32rpx;


+ 1
- 1
pages/myinfo/myinfo.vue ファイルの表示

@@ -530,7 +530,7 @@ const doSubmit = async () => {
min-height: 100vh;
background: #f4f4f5;
padding: 24rpx;
padding-bottom: 240rpx;
padding-bottom: 340rpx;
}

.section {


読み込み中…
キャンセル
保存