Quellcode durchsuchen

修复bug

master
leiyun vor 4 Stunden
Ursprung
Commit
3ec1e5a510
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      pages/index/index.vue
  2. +1
    -1
      pages/myinfo/myinfo.vue

+ 1
- 1
pages/index/index.vue Datei anzeigen

@@ -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 Datei anzeigen

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

.section {


Laden…
Abbrechen
Speichern