refactor(custom): 调整后结点单首页背景图
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<view class="line"></view>
|
||||
<Home class="iconfont" @click="goHome" />
|
||||
</view>
|
||||
<text style="width: 410px;text-align: center;">{{ props.title }}</text>
|
||||
<text style="width: 2000px;text-align: center;">{{ props.title }}</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
height: 100vh;
|
||||
background-image: url("https://cdn-we-retail.ym.tencent.com/miniapp/template/user-center-bg-v1.png");
|
||||
background-size: auto 40%;
|
||||
background-image: url("./static/WechatIMG10.jpg");
|
||||
background-size: 100% 35%;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
.card {
|
||||
margin-top: 240px;
|
||||
margin-top: 450px;
|
||||
width: 703px;
|
||||
height: 301px;
|
||||
background: #ffffff;
|
||||
|
||||
@@ -1,15 +1,21 @@
|
||||
<template>
|
||||
<view>
|
||||
<back-component title="点单" />
|
||||
<back-component />
|
||||
<view class="container">
|
||||
<view class="card">
|
||||
<view class="comm" @click="navTo('/pages/admin/add_order/add_table/index')">
|
||||
<view
|
||||
class="comm"
|
||||
@click="navTo('/pages/admin/add_order/add_table/index')"
|
||||
>
|
||||
<text class="title">开始点单</text>
|
||||
<image src="./static/dc.png"></image>
|
||||
<text class="sub">线上点单后结系统</text>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
<view class="comm" @click="navTo('/pages/admin/add_order/pending_order/index')">
|
||||
<view
|
||||
class="comm"
|
||||
@click="navTo('/pages/admin/add_order/pending_order/index')"
|
||||
>
|
||||
<text class="title">我的订单</text>
|
||||
<image src="./static/ddan.png"></image>
|
||||
<text class="sub">查看我点餐的订单</text>
|
||||
|
||||
BIN
src/pages/admin/add_order/static/WechatIMG10.jpg
Normal file
BIN
src/pages/admin/add_order/static/WechatIMG10.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 306 KiB |
Reference in New Issue
Block a user