mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Merge branch 'dev' of https://github.com/youzan/vant into dev
This commit is contained in:
commit
1a6842f230
4
.github/workflows/preview.yml
vendored
4
.github/workflows/preview.yml
vendored
@ -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 }}
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user