mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
Merge pull request #12868 from dataease/pr@dev-v2@refactor_mobile-copy
refactor(仪表板): 优化移动端设计面板部分交互问题
This commit is contained in:
@@ -114,10 +114,19 @@ public class ChartViewBaseDTO implements Serializable {
|
||||
*/
|
||||
private Map<String, Object> customAttr;
|
||||
|
||||
/**
|
||||
* 移动端图形属性
|
||||
*/
|
||||
private Map<String, Object> customAttrMobile;
|
||||
|
||||
/**
|
||||
* 组件样式
|
||||
*/
|
||||
private Map<String, Object> customStyle;
|
||||
/**
|
||||
* 移动端组件样式
|
||||
*/
|
||||
private Map<String, Object> customStyleMobile;
|
||||
|
||||
/**
|
||||
* 结果过滤
|
||||
|
||||
Reference in New Issue
Block a user