修复页面bug
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { fontFamily } from "html2canvas/dist/types/css/property-descriptors/font-family";
|
||||
import { opacity } from "html2canvas/dist/types/css/property-descriptors/opacity";
|
||||
|
||||
export default {
|
||||
Header: {
|
||||
hello: "你好",
|
||||
@@ -1253,6 +1256,24 @@ export default {
|
||||
MediumCoarse:'中粗',
|
||||
Pachytene:'粗线',
|
||||
Watercolour:'水彩',
|
||||
//添加文字弹窗面板
|
||||
EditTextStyle:'编辑文本样式',
|
||||
close:'取消',
|
||||
confirmEdit:'确认',
|
||||
fontFamily:'字体',
|
||||
fontStyle:'样式',
|
||||
design:'设计',
|
||||
size:'尺寸',
|
||||
charSpacing:'字符间距',
|
||||
lineHeight:'行高',
|
||||
opacity:'透明度',
|
||||
property:'字体属性',
|
||||
fontColor:'字体颜色',
|
||||
BGColor:'背景色',
|
||||
BGOpacity:'透明',
|
||||
SelectTextColor:'选择文字颜色',
|
||||
SelectBGColor:'选择背景颜色',
|
||||
ok:'确定',
|
||||
},
|
||||
speedList:{
|
||||
High:'高级',
|
||||
@@ -1273,6 +1294,7 @@ export default {
|
||||
pressure:'压力',
|
||||
distortion:'失真',
|
||||
power:'动力',
|
||||
LiquefactionTool:'液化工具',
|
||||
},
|
||||
event:{
|
||||
back:'返回'
|
||||
|
||||
Reference in New Issue
Block a user