修改下拉菜单色调和添加text的icon增大
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
const tools = ref([
|
||||
{ name: TOOLS.SELECT, icon: 'c-select', iconSize: 16, disabled: ref(false) },
|
||||
{ name: TOOLS.MOVE, icon: 'c-move', iconSize: 18, disabled: ref(false) },
|
||||
{ name: TOOLS.TEXT, icon: 'c-text', iconSize: 18, disabled: ref(false) },
|
||||
{ name: TOOLS.TEXT, icon: 'c-text', iconSize: 22, disabled: ref(false) },
|
||||
{ type: 'line' },
|
||||
{
|
||||
name: TOOLS.UNDO,
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
@paste.prevent
|
||||
@keydown.stop
|
||||
></div>
|
||||
<div class="tools" @mousedown="onMouseDown">
|
||||
<div class="tools" @mousedown="onMouseDown" v-if="active">
|
||||
<myTextTools :textStyle="data.textStyle"></myTextTools>
|
||||
</div>
|
||||
<span class="delete" @mousedown.stop @click="emit('delete-node')" v-show="active">
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
}
|
||||
.fontFamily{
|
||||
width: 103px;
|
||||
|
||||
--el-text-color-regular: #000
|
||||
}
|
||||
.color{
|
||||
width: 55px;
|
||||
|
||||
Reference in New Issue
Block a user