update at 2026-02-13 23:27:50
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
<text class="upload-text">{{uploadMessage}}</text>
|
||||
</view>
|
||||
|
||||
<view class="toolbar-spacer" />
|
||||
|
||||
<view class="export-box">
|
||||
<image class="export-main" src="../../assets/icons/export.svg" mode="aspectFit" />
|
||||
<image class="export-icon" src="../../assets/icons/export-svg.svg" mode="aspectFit" bindtap="onExportSvg" />
|
||||
@@ -47,10 +45,7 @@
|
||||
</view>
|
||||
|
||||
<view class="direction-item" bindtap="onToggleDirection">
|
||||
<view class="vertical-label">
|
||||
<text>方</text>
|
||||
<text>向</text>
|
||||
</view>
|
||||
<text class="inline-label">方向</text>
|
||||
<view class="direction-switch {{direction === 'source-to-target' ? 'on' : ''}}">
|
||||
<text class="direction-text">{{direction === 'source-to-target' ? 'source' : 'target'}}</text>
|
||||
<view class="direction-thumb" />
|
||||
@@ -58,10 +53,7 @@
|
||||
</view>
|
||||
|
||||
<view class="picker-item">
|
||||
<view class="vertical-label">
|
||||
<text>位</text>
|
||||
<text>置</text>
|
||||
</view>
|
||||
<text class="inline-label">位置</text>
|
||||
<picker mode="selector" range="{{labelPositionOptionLabels}}" value="{{labelPositionIndex}}" bindchange="onChangeLabelPosition">
|
||||
<view class="select-pill">
|
||||
<text>{{labelPositionOptionLabels[labelPositionIndex]}}</text>
|
||||
@@ -71,10 +63,7 @@
|
||||
</view>
|
||||
|
||||
<view class="picker-item">
|
||||
<view class="vertical-label">
|
||||
<text>对</text>
|
||||
<text>齐</text>
|
||||
</view>
|
||||
<text class="inline-label">对齐</text>
|
||||
<picker mode="selector" range="{{targetAlignOptionLabels}}" value="{{targetAlignIndex}}" bindchange="onChangeTargetAlign">
|
||||
<view class="select-pill wide">
|
||||
<text>{{targetAlignOptionLabels[targetAlignIndex]}}</text>
|
||||
|
||||
Reference in New Issue
Block a user