mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-10 22:49:45 +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
|
name: 🔂 Surge PR Preview
|
||||||
|
|
||||||
on: [push, pull_request_target]
|
on: pull_request_target
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
preview:
|
preview:
|
||||||
@ -9,6 +9,8 @@ jobs:
|
|||||||
PUBLIC_PATH: '/'
|
PUBLIC_PATH: '/'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
- uses: afc163/surge-preview@v1
|
- uses: afc163/surge-preview@v1
|
||||||
with:
|
with:
|
||||||
surge_token: ${{ secrets.SURGE_TOKEN }}
|
surge_token: ${{ secrets.SURGE_TOKEN }}
|
||||||
|
@ -15,8 +15,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&--safe-area-inset-top {
|
&--safe-area-inset-top {
|
||||||
padding-top: constant(safe-area-inset-bottom);
|
padding-top: constant(safe-area-inset-top);
|
||||||
padding-top: env(safe-area-inset-bottom);
|
padding-top: env(safe-area-inset-top);
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-icon {
|
.van-icon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user