|
|
@@ -33,7 +33,7 @@ const textbox = () => {
|
|
|
|
|
|
|
|
|
<div class="flex left mar-top-10">
|
|
|
- <div class="edit-font-size flex left position-r">
|
|
|
+ <div class="edit-font-size flex left position-r" style="margin-right: 10px">
|
|
|
<el-select :value="editLayer.fontSize" :clearable="false"
|
|
|
style="width: 80px"
|
|
|
@change="(val)=>editObj({label:'fontSize',value:val})">
|
|
|
@@ -42,22 +42,20 @@ const textbox = () => {
|
|
|
<div class="bq fs-14 c-999">px</div>
|
|
|
</div>
|
|
|
<el-color-picker class="mar-left-10" :value="editLayer.fill"
|
|
|
- size="small"
|
|
|
@change="(val)=>editObj({label:'fill',value:val})"></el-color-picker>
|
|
|
</div>
|
|
|
<div class="flex left">
|
|
|
<div class="label title_two">行高</div>
|
|
|
<el-input-number
|
|
|
v-model="editLayer.lineHeight"
|
|
|
- style="width:80px"
|
|
|
controls-position="right"
|
|
|
:precision="2"
|
|
|
:step="0.01"
|
|
|
class="mar-left-10"
|
|
|
+ style="width: 100px"
|
|
|
@change="(val)=>editObj({label:'lineHeight',value:val} )"
|
|
|
:min="0.01"
|
|
|
:max="100"/>
|
|
|
- </div>
|
|
|
</div>
|
|
|
|
|
|
<div class="flex left">
|
|
|
@@ -65,7 +63,7 @@ const textbox = () => {
|
|
|
|
|
|
<el-input-number
|
|
|
:value="editLayer.charSpacing"
|
|
|
- style="width:80px"
|
|
|
+ style="width: 100px"
|
|
|
class="mar-left-10"
|
|
|
controls-position="right"
|
|
|
:precision="1"
|