mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
实现组件背景圆角的独立控制功能,允许分别设置四个角的半径值。新增 CornerValues 接口和 borderRadius2 属性,并在 UI 中提供三种模式(统一、对称、独立)的配置选项。同时更新 Shape.vue 组件以支持新的圆角渲染逻辑。 修改包括: 1. 在 Types.ts 中新增 CornerValues 接口 2. 在 BackgroundOverallCommon.vue 中实现圆角配置界面 3. 在 Shape.vue 中更新圆角样式计算逻辑