头部使用search组件

parent 126b5c88
<template> <template>
<view class="container"> <view class="container">
<Header title="售后详情"></Header> <Search :showTitle="true" title="售后详情" backgroundBox="white"></Search>
<view class="content"> <view class="content">
<view class="box box1" v-if="afterSaleDetail"> <view class="box box1" v-if="afterSaleDetail">
...@@ -54,7 +54,6 @@ ...@@ -54,7 +54,6 @@
</template> </template>
<script setup> <script setup>
import Header from '@/pages/order/components/Header/index.vue';
import { afterSale } from '@/api/order'; import { afterSale } from '@/api/order';
const fileDomain = import.meta.env.VITE_APP_IMG_URL; const fileDomain = import.meta.env.VITE_APP_IMG_URL;
const orderNumber = ref(''); const orderNumber = ref('');
...@@ -83,7 +82,7 @@ page { ...@@ -83,7 +82,7 @@ page {
margin: 0 auto; margin: 0 auto;
.content { .content {
padding-top: 88rpx; //padding-top: 88rpx;
.box1 { .box1 {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<view class="container"> <view class="container">
<Search :showTitle="true" title="商家入驻" backgroundBox="white"></Search> <Search :showTitle="true" title="商家入驻" backgroundBox="white"></Search>
<view class="content"> <view class="content">
<view class="formmain"> <view class="formmain">
<wd-form ref="form" :model="formData" :rules="rules"> <wd-form ref="form" :model="formData" :rules="rules">
...@@ -838,7 +837,7 @@ page { ...@@ -838,7 +837,7 @@ page {
padding-bottom: 40rpx; padding-bottom: 40rpx;
.content { .content {
// padding-top: 88rpx; // padding-top: 88rpx;
padding-bottom: 44rpx; 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