mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
refactor: 组件在矩阵模式下增加最小宽高的限制
This commit is contained in:
@@ -34,7 +34,9 @@ const drawPanel = {
|
||||
textAlign: '',
|
||||
color: ''
|
||||
},
|
||||
component: 'de-number-range'
|
||||
component: 'de-number-range',
|
||||
miniSizex: 1,
|
||||
miniSizey: 2
|
||||
}
|
||||
|
||||
class NumberRangeServiceImpl extends WidgetService {
|
||||
|
||||
Reference in New Issue
Block a user