Commit fec83479 authored by youjie's avatar youjie

no message

parent 787cb1a1
......@@ -25,9 +25,9 @@
<div class="cursorInitial fz14">{{x}} * {{y}}</div>
</el-tooltip>
<el-tooltip class="item" effect="dark" content="设置字体大小(默认34px),最小值30,最大值40" placement="top" v-if="isFontSize">
<p class="row-aic" style="padding: 0 0 8px 0;">
<p class="row-aic">
<span class="fz14" style="flex-shrink: 0;margin-right: 3px;">字体大小</span>
<el-input-number class="" min="30" max="40" v-model="FeatureData.dataObj.ShadowFontSize2"></el-input-number>
<el-input-number :min="30" :max="40" v-model="FeatureData.dataObj.ShadowFontSize2" controls-position="right"></el-input-number>
<!-- <el-input class="ShadowFontSize" type="number" size="mini" v-model="FeatureData.dataObj.ShadowFontSize2" style="width: 80px;height: 34px;"></el-input> -->
<span class="cursorInitial fz14" style="flex-shrink: 0;margin-left: 5px;">
<span class="relative" style="top: -3px;">px</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment