Browse Source

样式修改

purui 1 day ago
parent
commit
7f864ddcc3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/merchant/src/pages/agent/trends/index.vue

+ 2 - 2
packages/merchant/src/pages/agent/trends/index.vue

@@ -138,7 +138,7 @@ onLoad(async (options?: Record<string | 'id', any>) => {
 	</PageHelperEvo>
 	<!-- 筛选action-sheet -->
 	<wd-action-sheet v-model="filterState" title="筛选" @close="filterState = false">
-	  <view class="flex flex-col p-4 overflow-y-auto h-[calc(75vh)]">
+	  <view class="flex flex-col p-4 overflow-y-auto h-[calc(60vh)]">
 	    <SectionHeading title="会员等级"></SectionHeading>
 	    <wd-checkbox-group shape="button" v-model="filterQuery.memberLevel">
 	      <template
@@ -151,7 +151,7 @@ onLoad(async (options?: Record<string | 'id', any>) => {
 	        <wd-checkbox custom-class="w-50%!" :model-value="tag.value">{{ tag.label }}</wd-checkbox>
 	      </template>
 	    </wd-checkbox-group>
-
+		<div class="h-[40rpx]"></div>
 	    <SectionHeading title="时间区间"></SectionHeading>
 	    <div class="flex items-center justify-between py-4">
 	      <wd-calendar type="daterange" v-model="timeRange" :display-format="formatter" @confirm="timeChange" />