|
@@ -41,16 +41,11 @@ const layoutColumns: ColumnItem[] = [
|
|
|
// dataIndex: "layout.padding",
|
|
|
// component: "Input",
|
|
|
// },
|
|
|
- // {
|
|
|
- // label: "左右偏移",
|
|
|
- // dataIndex: "layout.offsetX",
|
|
|
- // component: "Slider",
|
|
|
- // props: {
|
|
|
- // min: -375,
|
|
|
- // max: 375,
|
|
|
- // },
|
|
|
- // getValue: (v) => v || 0,
|
|
|
- // },
|
|
|
+ {
|
|
|
+ label: "偏移矩阵",
|
|
|
+ dataIndex: "layout.transformMatrix",
|
|
|
+ component: "Input",
|
|
|
+ },
|
|
|
// {
|
|
|
// label: "上下偏移",
|
|
|
// dataIndex: "layout.offsetY",
|