Skip to content

[FEATURE]当接口请求较少但是返回信息很多时,返回框无法调整大小,一直滚动条滚动不太便捷 #5201

[FEATURE]当接口请求较少但是返回信息很多时,返回框无法调整大小,一直滚动条滚动不太便捷

[FEATURE]当接口请求较少但是返回信息很多时,返回框无法调整大小,一直滚动条滚动不太便捷 #5201

Workflow file for this run

name: Issue Close Check
on:
issues:
types: [closed]
jobs:
issue-close-remove-labels:
runs-on: ubuntu-latest
steps:
- name: Remove labels
uses: actions-cool/issues-helper@v2
if: ${{ !github.event.issue.pull_request }}
with:
actions: 'remove-labels'
labels: '状态:待处理'