Skip to content

Commit

Permalink
chore: 画布背景色添加透明度选择
Browse files Browse the repository at this point in the history
  • Loading branch information
woai3c committed Jul 28, 2022
1 parent b826d27 commit 4f687a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Toolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
<div class="canvas-config canvas-bg">
<span>画布背景色</span>
<el-color-picker v-model="canvasStyleData.background"></el-color-picker>
<el-color-picker v-model="canvasStyleData.background" show-alpha></el-color-picker>
</div>
</div>

Expand Down

0 comments on commit 4f687a8

Please sign in to comment.