submit
This commit is contained in:
parent
da93883a3f
commit
8d9f1d7280
@ -20,7 +20,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.content1{
|
.content1{
|
||||||
width: 100%;
|
|
||||||
height: 52rpx;
|
height: 52rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<view :style="{background:'url('+'../../static/bbj1@3x.png'+')'}" class="main">
|
<view :style="{background:'url('+'../../static/bbj1@3x.png'+')'}" class="main">
|
||||||
<title-block title="寄存"></title-block>
|
<title-block style="flex-shrink: 0;width: 100%" title="寄存"></title-block>
|
||||||
<view class="order" @click="goConsignmen">
|
<view class="order" @click="goConsignmen">
|
||||||
<view class="order-item">
|
<view class="order-item">
|
||||||
<image src="@/static/image/write.png" mode="scaleToFill" style="width: 63rpx;height: 62rpx" />
|
<image src="@/static/image/write.png" mode="scaleToFill" style="width: 63rpx;height: 62rpx" />
|
||||||
|
Loading…
Reference in New Issue
Block a user