This commit is contained in:
X1627315083@163.com
2026-03-27 10:22:13 +08:00
parent b3aedd3fce
commit a8aa9deea2

View File

@@ -1,6 +1,6 @@
<template>
<div class="my-textTools">
<input class="color" type="color" ref="colorInput" @change="changeColor" />
<input class="color" type="color" v-model="textStyle['--font-color']" ref="colorInput" @change="changeColor" />
<div class="interval"></div>
<div class="fontFamily">
<my-select v-model="textStyle['--font-family']" @change="changeFontFamily" :list="fontFamilyList[locale]" >