|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
|
<view class="main">
|
|
|
- <view class="one">
|
|
|
+ <!-- <view class="one">
|
|
|
<view class="one_1">
|
|
|
<input type="text" v-model="searchInfo.name" placeholder="请输入活动名称">
|
|
|
</view>
|
|
|
<view class="one_2">
|
|
|
<button size="mini" class="button" type="primary" @click="toInput">搜索</button>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="two">
|
|
|
<tabs :tabs="tabs" @tabsChange="tabsChange">
|
|
|
<view class="tabsList">
|
|
@@ -304,7 +304,8 @@
|
|
|
.tabsList {
|
|
|
position: relative;
|
|
|
width: 100vw;
|
|
|
- height: 82vh;
|
|
|
+ // height: 82vh;
|
|
|
+ height: 90vh;
|
|
|
|
|
|
.list {
|
|
|
background-color: var(--mainColor);
|