Skip to content

fix: 修复 弹出层类 组件 在Chrome 128版本下的定位不正确问题 #1902

fix: 修复 弹出层类 组件 在Chrome 128版本下的定位不正确问题

fix: 修复 弹出层类 组件 在Chrome 128版本下的定位不正确问题 #1902

Workflow file for this run

name: test
on:
pull_request:
branches: [ dev, master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: init
run: yarn
- name: Component Test
run: yarn test:silent
- name: TypeScript Test
run: yarn build-ts