jd-opensource / drip-form

基于React和JSONSchema的动态表单解决方案

Home Page:https://jd-opensource.github.io/drip-form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] 首个组件删除按钮部分被遮挡,样式需要优化一下

Henry129999 opened this issue · comments

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of DripForm、DripFormTheme.
  • I have read the console error message carefully (if applicable).

Description

首个组件删除按钮部分被遮挡,样式需要优化一下,提高易用性和美观性

Steps to reproduce

新增第一个组件,第一个组件的删除按钮被部分遮挡

image

Current behavior

首个组件删除按钮部分被遮挡

Expected behavior

首个组件删除按钮完整展示

Your environment

  • DripForm version used: latest version

Reproducible demo

No response

Self-service

  • I'd be willing to fix this bug myself.

原因:overflow 导致bfc,子元素的absolute无法超出;
解决:第一个元素的action bar展示在下方,其他元素展示在上方