Merge branch 'dev' of https://github.com/youzan/vant into dev

This commit is contained in:
chenjiahan
2020-11-11 20:48:20 +08:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
name: 🔂 Surge PR Preview
on: [push, pull_request_target]
on: pull_request_target
jobs:
preview:
@@ -9,6 +9,8 @@ jobs:
PUBLIC_PATH: '/'
steps:
- uses: actions/checkout@v2
with:
ref: refs/pull/${{ github.event.pull_request.number }}/merge
- uses: afc163/surge-preview@v1
with:
surge_token: ${{ secrets.SURGE_TOKEN }}

View File

@@ -15,8 +15,8 @@
}
&--safe-area-inset-top {
padding-top: constant(safe-area-inset-bottom);
padding-top: env(safe-area-inset-bottom);
padding-top: constant(safe-area-inset-top);
padding-top: env(safe-area-inset-top);
}
.van-icon {