Browse Source
* commit '414433fc2365e890e248927655453beced9a53f3': REPORT-130919 & REPORT-130916 & REPORT-130911 &REPORT-130847 & REPORT-130831 & REPORT-130830 & REPORT-130756 & REPORT-130707 & REPORT-130263 fix:【NewUI】问题修复 边框问题 边框问题 修改width 单元格元素-数据列-过滤普通未换行 模板主题配置;单元格元素缩放,新增图标newui
Zongyu.Wang-王宗雨
3 months ago
57 changed files with 432 additions and 263 deletions
After Width: | Height: | Size: 560 B |
After Width: | Height: | Size: 730 B |
After Width: | Height: | Size: 725 B |
After Width: | Height: | Size: 560 B |
After Width: | Height: | Size: 718 B |
@ -0,0 +1,25 @@
|
||||
package com.fr.design.widget; |
||||
|
||||
import com.fr.design.mainframe.ElementCasePane; |
||||
|
||||
/** |
||||
* 悬浮窗内嵌控件面板 |
||||
* @author Renekton |
||||
* @since on 2024/08/16 |
||||
* Created on 2024/08/16 |
||||
*/ |
||||
public class FloatWidgetManageCardPane extends EastCellWidgetCardPane { |
||||
|
||||
/** |
||||
* 悬浮窗控件管理 |
||||
* @param pane 面板 |
||||
*/ |
||||
public FloatWidgetManageCardPane(ElementCasePane pane) { |
||||
super(pane); |
||||
} |
||||
|
||||
@Override |
||||
protected WidgetEventPane initWidgetEventPane(ElementCasePane pane){ |
||||
return new WidgetEventPaneNoPop(pane); |
||||
} |
||||
} |
Loading…
Reference in new issue