Skip to content

Commit 62858a8

Browse files
committed
refactor(属性面板): 拆分单个属性组件
1 parent 0a8fb97 commit 62858a8

37 files changed

+3339
-1042
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"@kuaitu/core": "workspace:^",
2222
"@vueuse/core": "^10.1.0",
2323
"axios": "^1.3.4",
24-
"color-gradient-picker-vue3": "^2.0.7",
2524
"dayjs": "^1.11.11",
2625
"events": "^3.3.0",
2726
"fabric": "^5.3.0",
@@ -76,4 +75,4 @@
7675
"prettier --write"
7776
]
7877
}
79-
}
78+
}

packages/core/plugin/ControlsPlugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: 秦少卫
33
* @Date: 2023-06-13 23:00:43
44
* @LastEditors: 秦少卫
5-
* @LastEditTime: 2024-04-10 17:32:54
5+
* @LastEditTime: 2024-05-21 15:07:27
66
* @Description: 控制条插件
77
*/
88

@@ -231,7 +231,7 @@ class ControlsPlugin {
231231
}
232232
init() {
233233
// 删除图标
234-
deleteControl(this.canvas);
234+
// deleteControl(this.canvas);
235235
// 顶点图标
236236
peakControl();
237237
// 中间横杠图标

src/components/align.vue

Lines changed: 177 additions & 169 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)