提交 353b5ca6 authored 作者: wangjiahao's avatar wangjiahao

refactor:增加文字组件样式设置,修复只输入问题不显示保存问题

上级 e887a64d
...@@ -49,6 +49,14 @@ ...@@ -49,6 +49,14 @@
<el-input v-model="innerOpacity" type="number" size="mini" min="0" max="100" step="10" @change="styleChange" /> <el-input v-model="innerOpacity" type="number" size="mini" min="0" max="100" step="10" @change="styleChange" />
</div> </div>
<el-tooltip :content="$t('panel.borderRadius')">
<i style="float: left;margin-top: 3px;margin-left: 2px;" class="icon iconfont icon-fangxing-" />
</el-tooltip>
<div style="width: 70px;float: left;margin-top: 2px;margin-left: 2px;">
<el-input v-model="styleInfo.borderRadius" type="number" size="mini" min="0" max="100" step="1" @change="styleChange" />
</div>
<div style="width: 20px;float: left;margin-top: 2px;margin-left: 10px;"> <div style="width: 20px;float: left;margin-top: 2px;margin-left: 10px;">
<div style="width: 16px;height: 18px"> <div style="width: 16px;height: 18px">
<el-tooltip :content="$t('panel.color')"> <el-tooltip :content="$t('panel.color')">
...@@ -173,7 +181,7 @@ export default { ...@@ -173,7 +181,7 @@ export default {
ps = x + 60 ps = x + 60
} }
// 防止toolbar超出边界 // 防止toolbar超出边界
const xGap = ps + 495 - this.canvasWidth const xGap = ps + 565 - this.canvasWidth
// console.log('canvasWidth:' + this.canvasWidth + ';xGap:' + xGap) // console.log('canvasWidth:' + this.canvasWidth + ';xGap:' + xGap)
if (xGap > 0) { if (xGap > 0) {
return ps - xGap return ps - xGap
...@@ -205,7 +213,7 @@ export default { ...@@ -205,7 +213,7 @@ export default {
.el-card-main { .el-card-main {
height: 34px; height: 34px;
z-index: 10; z-index: 10;
width: 550px; width: 620px;
position: absolute; position: absolute;
} }
......
...@@ -57,8 +57,11 @@ const list = [ ...@@ -57,8 +57,11 @@ const list = [
fontWeight: 400, fontWeight: 400,
lineHeight: '', lineHeight: '',
letterSpacing: 0, letterSpacing: 0,
textAlign: 'left', textAlign: 'center',
color: '#000000' color: '#000000',
verticalAlign: 'middle',
backgroundColor: '#ffffff',
borderRadius: 0
} }
}, },
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论