|
|
@ -19,17 +19,6 @@
|
|
|
|
<div class="lc-field-body">
|
|
|
|
<div class="lc-field-body">
|
|
|
|
<PosWhSetting :config="config" />
|
|
|
|
<PosWhSetting :config="config" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<SettingTitle v-if="config.border">
|
|
|
|
|
|
|
|
边框
|
|
|
|
|
|
|
|
</SettingTitle>
|
|
|
|
|
|
|
|
<div class="lc-field-body">
|
|
|
|
|
|
|
|
<BorderSetting
|
|
|
|
|
|
|
|
v-if="config.border"
|
|
|
|
|
|
|
|
label-width="100px"
|
|
|
|
|
|
|
|
:config="config.border"
|
|
|
|
|
|
|
|
:bigTitle='config.title'
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<SettingTitle>旋转</SettingTitle>
|
|
|
|
<SettingTitle>旋转</SettingTitle>
|
|
|
|
<div class="lc-field-body">
|
|
|
|
<div class="lc-field-body">
|
|
|
|
<RotateSetting
|
|
|
|
<RotateSetting
|
|
|
|