公里标转换按钮位置调整
This commit is contained in:
parent
565900536a
commit
c5e186911a
@ -36,12 +36,6 @@
|
||||
</template>
|
||||
</q-btn-toggle>
|
||||
</q-toolbar-title>
|
||||
<q-btn
|
||||
color="orange"
|
||||
label="公里标转换"
|
||||
style="margin-right: 10px"
|
||||
@click="openkilometerConvertList"
|
||||
/>
|
||||
<q-btn square color="purple" style="margin-right: 10px" icon="search">
|
||||
<q-popup-edit
|
||||
ref="popupEdit"
|
||||
@ -76,6 +70,11 @@
|
||||
<q-item-label>关联设备列表</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item clickable v-close-popup @click="openkilometerConvertList">
|
||||
<q-item-section>
|
||||
<q-item-label>公里标转换</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-btn-dropdown>
|
||||
<q-btn color="info" label="返回" @click="backConfirm" />
|
||||
|
Loading…
Reference in New Issue
Block a user