头部使用search组件

parent 126b5c88
<template>
<view class="container">
<Header title="售后详情"></Header>
<Search :showTitle="true" title="售后详情" backgroundBox="white"></Search>
<view class="content">
<view class="box box1" v-if="afterSaleDetail">
......@@ -54,7 +54,6 @@
</template>
<script setup>
import Header from '@/pages/order/components/Header/index.vue';
import { afterSale } from '@/api/order';
const fileDomain = import.meta.env.VITE_APP_IMG_URL;
const orderNumber = ref('');
......@@ -83,7 +82,7 @@ page {
margin: 0 auto;
.content {
padding-top: 88rpx;
//padding-top: 88rpx;
.box1 {
display: flex;
flex-direction: column;
......
......@@ -2,7 +2,6 @@
<view class="container">
<Search :showTitle="true" title="商家入驻" backgroundBox="white"></Search>
<view class="content">
<view class="formmain">
<wd-form ref="form" :model="formData" :rules="rules">
......@@ -838,7 +837,7 @@ page {
padding-bottom: 40rpx;
.content {
// padding-top: 88rpx;
// padding-top: 88rpx;
padding-bottom: 44rpx;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment