mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 新增图表居中拖拽
This commit is contained in:
@@ -13,6 +13,7 @@ export const useComponentStyle = (attr: AttrType, index: number) => {
|
||||
}
|
||||
return componentStyle
|
||||
}
|
||||
|
||||
export const useSizeStyle = (attr: AttrType) => {
|
||||
const sizeStyle = {
|
||||
width: `${attr.w}px`,
|
||||
|
||||
Reference in New Issue
Block a user