Skip to content

fix: 2.x 修复 Select 开启 autoAdapt 后列表不随滚动动态调整的问题 #1868

fix: 2.x 修复 Select 开启 autoAdapt 后列表不随滚动动态调整的问题

fix: 2.x 修复 Select 开启 autoAdapt 后列表不随滚动动态调整的问题 #1868

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