liwei 1 년 전
부모
커밋
5d5ca4aa90
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      src/modules/editor/assets/icons/group.svg
  2. 1 1
      src/modules/editor/components/CompUI/basicUI/Container/index.ts

+ 1 - 0
src/modules/editor/assets/icons/group.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g transform="translate(-292 -40)"><rect fill="none" opacity="0.128" width="16" height="16" transform="translate(292 40)"/><g transform="translate(288 35.707)"><rect fill="none" stroke="#a9abaf" stroke-linecap="round" stroke-linejoin="round" width="12" height="12" rx="1" transform="translate(6 6.293)"/></g><g transform="translate(291.156 38.863)"><rect fill="none" stroke="#a9abaf" stroke-linecap="round" stroke-linejoin="round" width="6" height="6" rx="1" transform="translate(5.844 6.137)"/></g></g></svg>

+ 1 - 1
src/modules/editor/components/CompUI/basicUI/Container/index.ts

@@ -5,7 +5,7 @@ export { Component } from "./component";
 
 export const options = {
   name: "图层",
-  thumbnail: require("@/modules/editor/assets/icons/container.svg"),
+  thumbnail: require("@/modules/editor/assets/icons/group.svg"),
 };
 
 export const { createComp, useCompData } = createCompHooks({