Skip to content

Commit

Permalink
更新图片透明度
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Feb 9, 2025
1 parent aac9225 commit d24a38d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<el-divider style="margin: 12px 0" />
<ElementShadow :hasShadow="hasShadow" />
<el-divider style="margin: 12px 0" />

<ElementOpacity />
<el-divider style="margin: 12px 0" />

<el-row>
Expand Down Expand Up @@ -105,6 +105,7 @@ import ElementFilter from "../Components/ElementFilter.vue";
import ElementMask from "../Components/ElementMask.vue";
import ElementBlend from "../Components/ElementBlend.vue";
import ElementEffects from "../Components/ElementEffects.vue";
import ElementOpacity from "../Components/ElementOpacity.vue";
import useCanvas from "@/views/Canvas/useCanvas";
const mainStore = useMainStore();
Expand Down

0 comments on commit d24a38d

Please sign in to comment.