|
|
@@ -4,14 +4,18 @@
|
|
|
<up-navbar :fixed="true" :bgColor="navBarBgColor">
|
|
|
<template #left>
|
|
|
<view class="d-flex a-c pb-5" id="topup-navbar" :style="{ width: `${bubble.left - 30}px` }">
|
|
|
- <image class="home_icon mr-20" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images/common/home.png" mode="widthFix" />
|
|
|
+ <image class="home_icon mr-20"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images/common/home.png"
|
|
|
+ mode="widthFix" />
|
|
|
<text class="f-s-40 c-333 f-w-5 w-s-no">中药材种植全链条追溯</text>
|
|
|
<view class="flex1"></view>
|
|
|
</view>
|
|
|
</template>
|
|
|
</up-navbar>
|
|
|
</template>
|
|
|
- <view class="h-500 w-100%" style="background: linear-gradient(to left, #d2f7d5, #eafad8); position: absolute; top: 0; left: 0; z-index: -1"> </view>
|
|
|
+ <view class="h-500 w-100%"
|
|
|
+ style="background: linear-gradient(to left, #d2f7d5, #eafad8); position: absolute; top: 0; left: 0; z-index: -1">
|
|
|
+ </view>
|
|
|
<template>
|
|
|
<up-navbar :fixed="false" bgColor="transparent">
|
|
|
<template #left>
|
|
|
@@ -20,7 +24,8 @@
|
|
|
</up-navbar>
|
|
|
<view class="user-page-header pd-10 d-flex a-c mg-14 p-rtv">
|
|
|
<view class="user-page-header-avatar mr-20 p-rtv">
|
|
|
- <up-avatar size="116rpx" :src="avatar || 'https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images/common/avatar.png'"></up-avatar>
|
|
|
+ <up-avatar size="116rpx"
|
|
|
+ :src="avatar || 'https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images/common/avatar.png'"></up-avatar>
|
|
|
</view>
|
|
|
<view class="flex1 ov-hd mr-40">
|
|
|
<view class="p-rtv d-flex a-c mb-6">
|
|
|
@@ -29,7 +34,8 @@
|
|
|
<text class="c-999 f-s-24">{{ setCipByNum(phone ?? null, 3, 4) || '-' }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="f-s-22 mr-10 radius-30 pt-4 pb-4 pl-10 pr-10 c-primary bg-#b7e8bc" style="width: max-content">
|
|
|
+ <view class="f-s-22 mr-10 radius-30 pt-4 pb-4 pl-10 pr-10 c-primary bg-#b7e8bc"
|
|
|
+ style="width: max-content">
|
|
|
{{ currentCpyName }}
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -38,46 +44,63 @@
|
|
|
<template>
|
|
|
<view class="p-rtv">
|
|
|
<view class="pd-10 mg-14">
|
|
|
- <view class="b-radius pd-6" style="border: 1rpx solid #fff; background: linear-gradient(90deg, #c1f3c5 0%, rgba(193, 243, 197, 0.5) 20%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 50%, rgba(232, 255, 234, 0.5) 100%, #e8ffea 100%), linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.3) 80%, transparent 100%)">
|
|
|
+ <view class="b-radius pd-6"
|
|
|
+ style="border: 1rpx solid #fff; background: linear-gradient(90deg, #c1f3c5 0%, rgba(193, 243, 197, 0.5) 20%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 50%, rgba(232, 255, 234, 0.5) 100%, #e8ffea 100%), linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.3) 80%, transparent 100%)">
|
|
|
<view class="b-radius pd-10 p-rtv" style="border: 1rpx solid #baedbf">
|
|
|
- <image class="w-200" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/typeofBusiness.png" mode="widthFix" style="position: absolute; top: 10rpx; left: 10rpx" />
|
|
|
+ <image class="w-200"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/typeofBusiness.png"
|
|
|
+ mode="widthFix" style="position: absolute; top: 10rpx; left: 10rpx" />
|
|
|
<view v-if="!speciesArray.length" class="pd-20"></view>
|
|
|
<view v-if="speciesArray.length" class="d-flex pr-15">
|
|
|
<view class="flex1"></view>
|
|
|
- <view class="f-s-22 c-primary" @click="$u.route({ url: '/plant/species/config/index' })">去修改{{ '>' }}</view>
|
|
|
+ <view class="f-s-22 c-primary"
|
|
|
+ @click="$u.route({ url: '/plant/species/config/index' })">去修改{{ '>' }}</view>
|
|
|
</view>
|
|
|
<view v-if="speciesArray.length" class="c-#333 f-s-24 d-flex pl-40 pr-15 pb-15 pt-15">
|
|
|
<view class="ov-hd tx-ov w-s-no">{{ speciesArray.join('、') }}</view>
|
|
|
- <view v-if="speciesArray.length > 4" class="flex1 w-s-no">等{{ speciesArray.length }}个品种 </view>
|
|
|
+ <view v-if="speciesArray.length > 4" class="flex1 w-s-no">等{{ speciesArray.length }}个品种
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view v-if="!speciesArray.length" @click="$u.route({ url: '/plant/species/config/index' })" class="c-primary bg-#E3F6E7 f-s-22 mg-at radius-10 w-250 h-50 d-flex a-c j-c"> 暂未配置品种,去配置{{ '>' }}</view>
|
|
|
+ <view v-if="!speciesArray.length" @click="$u.route({ url: '/plant/species/config/index' })"
|
|
|
+ class="c-primary bg-#E3F6E7 f-s-22 mg-at radius-10 w-250 h-50 d-flex a-c j-c">
|
|
|
+ 暂未配置品种,去配置{{ '>' }}</view>
|
|
|
<view v-if="!speciesArray.length" class="pd-7"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="b-radius pt-0 bg-#f7f7f7" style="border: 1rpx solid #fff; border-bottom-color: transparent; margin-top: -40rpx">
|
|
|
+ <view class="b-radius pt-0 bg-#f7f7f7"
|
|
|
+ style="border: 1rpx solid #fff; border-bottom-color: transparent; margin-top: -40rpx">
|
|
|
<up-sticky :offset-top="stickyTop" zIndex="10">
|
|
|
<view class="pd-24 p-rtv bg-#f7f7f7">
|
|
|
- <image src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/basePlotBG.png" class="w-100%" mode="widthFix" style="position: absolute; top: 0; left: 0"></image>
|
|
|
+ <image src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/basePlotBG.png"
|
|
|
+ class="w-100%" mode="widthFix" style="position: absolute; top: 0; left: 0"></image>
|
|
|
<view class="d-flex a-c mb-26 p-rtv">
|
|
|
<view class="p-rtv d-flex flex-cln">
|
|
|
<view class="c-333 f-s-32 f-w-5 z-index-1">基地与地块管理</view>
|
|
|
- <image class="w-230 h-11" style="margin-top: -10rpx" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/BasePlotManagement.png" mode="widthFix" />
|
|
|
+ <image class="w-230 h-11" style="margin-top: -10rpx"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/BasePlotManagement.png"
|
|
|
+ mode="widthFix" />
|
|
|
</view>
|
|
|
<view class="flex1"></view>
|
|
|
- <view @click="$u.route({ url: '/plant/base/gap-base-info/index' })" class="c-primary f-s-22 z-index-1">GAP基地获评信息管理{{ '>' }}</view>
|
|
|
+ <view @click="$u.route({ url: '/plant/base/gap-base-info/index' })"
|
|
|
+ class="c-primary f-s-22 z-index-1">GAP基地获评信息管理{{ '>' }}</view>
|
|
|
</view>
|
|
|
<view class="d-flex a-c p-rtv">
|
|
|
<view class="w-220">
|
|
|
- <ut-action-sheet v-model="form.queryType" :tabs="typeNums" @change="onRefresh" title="选择原料类型">
|
|
|
+ <ut-action-sheet v-model="form.queryType" :tabs="typeNums" @change="onRefresh"
|
|
|
+ title="选择原料类型">
|
|
|
<view class="d-flex search-select-item a-c">
|
|
|
- <view class="flex1 ov-hd f-s-26 c-333 text-center f-w-5 w-s-no up-line-1">{{ selectDictLabel(typeNums, form?.queryType) || '全部' }} </view>
|
|
|
- <up-icon size="24rpx" color="#333" name="arrow-down-fill" class="ml-5"></up-icon>
|
|
|
+ <view class="flex1 ov-hd f-s-26 c-333 text-center f-w-5 w-s-no up-line-1">{{
|
|
|
+ selectDictLabel(typeNums, form?.queryType) || '全部' }} </view>
|
|
|
+ <up-icon size="24rpx" color="#333" name="arrow-down-fill"
|
|
|
+ class="ml-5"></up-icon>
|
|
|
</view>
|
|
|
</ut-action-sheet>
|
|
|
</view>
|
|
|
<view class="pl-16 flex1 ov-hd">
|
|
|
- <ut-search ref="searchRef" v-model="form.keyword" @search="changeSeach" margin="0" :border="false" placeholder="搜基地名称、编号、地址、负责人" bgColor="#fff" height="86rpx" borderRadius="10rpx"></ut-search>
|
|
|
+ <ut-search ref="searchRef" v-model="form.keyword" @search="changeSeach" margin="0"
|
|
|
+ :border="false" placeholder="搜基地名称、编号、地址、负责人" bgColor="#fff" height="86rpx"
|
|
|
+ borderRadius="10rpx"></ut-search>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -85,8 +108,10 @@
|
|
|
<view class="pd4-10-24-24-24">
|
|
|
<template>
|
|
|
<up-swipe-action>
|
|
|
- <up-swipe-action-item v-for="(item, index) in list" :key="index" :name="item?.id" :options="optionsActionTemp" @click="clickTempSwipe" class="mb-20 b-radius">
|
|
|
- <view class="b-radius bg-#fff pd-20 p-rtv" @click.stop="$u.route({ url: '/plant/base/base-detail/index', params: { id: item.id } })">
|
|
|
+ <up-swipe-action-item v-for="(item, index) in list" :key="index" :name="item?.id"
|
|
|
+ :options="optionsActionTemp" @click="clickTempSwipe" class="mb-20 b-radius">
|
|
|
+ <view class="b-radius bg-#fff pd-20 p-rtv"
|
|
|
+ @click.stop="$u.route({ url: '/plant/base/base-detail/index', params: { id: item.id } })">
|
|
|
<view class="c-333 f-s-34 pd-5 f-w-5">{{ item?.baseName }}</view>
|
|
|
<view class="c-ccc f-s-24 pd-5 pt-0">{{ item?.baseCode }}</view>
|
|
|
<view class="d-flex a-c">
|
|
|
@@ -102,27 +127,45 @@
|
|
|
</view>
|
|
|
<view class="c-333 f-s-28 pd-5">
|
|
|
<text class="c-#666">基地地址:</text>
|
|
|
- <text class="f-w-5">{{ (item?.gapInfo?.adcodeName || '') + (item?.gapInfo?.address || '') || '-' }}</text>
|
|
|
+ <text class="f-w-5">{{ (item?.gapInfo?.adcodeName || '') +
|
|
|
+ (item?.gapInfo?.address || '') || '-' }}</text>
|
|
|
</view>
|
|
|
<view v-if="item?.plantingVarieties?.length" class="c-333 f-s-28 pd-5 d-flex">
|
|
|
<text class="c-#666 w-s-no">当前在地品种:</text>
|
|
|
- <text class="ov-hd tx-ov w-s-no f-w-5">{{ item.plantingVarieties?.map((items) => items.variety).join('、') || '-' }}</text>
|
|
|
- <text v-if="item?.plantingVarieties?.length" class="flex1 w-s-no f-w-5">等{{ item.plantingVarieties?.length }}个品种</text>
|
|
|
+ <text class="ov-hd tx-ov w-s-no f-w-5">{{
|
|
|
+ item.plantingVarieties?.map((items) => items.variety).join('、') || '-'
|
|
|
+ }}</text>
|
|
|
+ <text v-if="item?.plantingVarieties?.length" class="flex1 w-s-no f-w-5">等{{
|
|
|
+ item.plantingVarieties?.length }}个品种</text>
|
|
|
</view>
|
|
|
<template v-if="item.gapInfo?.basePic">
|
|
|
<view class="pd-10"></view>
|
|
|
<view class="p-rtv">
|
|
|
- <image class="w-full h-310" :src="item.gapInfo?.basePic" mode="aspectFill"></image>
|
|
|
- <view class="d-flex flex-cln a-ed" style="position: absolute; bottom: 20rpx; right: 0">
|
|
|
- <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-10" style="border-radius: 10rpx 0 0 10rpx; width: max-content">{{ item?.contactName }}负责</view>
|
|
|
- <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-10" style="border-radius: 10rpx 0 0 10rpx; width: max-content">{{ selectDictLabel(pt_org_type, item?.orgType) }}</view>
|
|
|
- <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20" style="border-radius: 10rpx 0 0 10rpx; width: max-content">经度:E{{ item?.gapInfo?.lng }} 纬度:N{{ item?.gapInfo?.lat }}</view>
|
|
|
+ <image class="w-full h-310" :src="item.gapInfo?.basePic"
|
|
|
+ mode="aspectFill"></image>
|
|
|
+ <view class="d-flex flex-cln a-ed"
|
|
|
+ style="position: absolute; bottom: 20rpx; right: 0">
|
|
|
+ <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-10"
|
|
|
+ style="border-radius: 10rpx 0 0 10rpx; width: max-content">{{
|
|
|
+ item?.contactName }}负责</view>
|
|
|
+ <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20 mb-10"
|
|
|
+ style="border-radius: 10rpx 0 0 10rpx; width: max-content">{{
|
|
|
+ selectDictLabel(pt_org_type, item?.orgType) }}</view>
|
|
|
+ <view class="pd2-10-20 bg-black-op-0.5 c-#ccc f-s-20"
|
|
|
+ style="border-radius: 10rpx 0 0 10rpx; width: max-content">
|
|
|
+ 经度:E{{ item?.gapInfo?.lng }} 纬度:N{{ item?.gapInfo?.lat }}</view>
|
|
|
</view>
|
|
|
<view style="position: absolute; top: 20rpx; left: 0">
|
|
|
<template v-for="(resq, index) in item?.resInfo" :key="index">
|
|
|
- <view class="base-status-gap-1" v-if="resq?.res == '1'">获评{{ resq?.medicineName }}{{ selectDictLabel(pt_base_form, resq?.type) }}基地</view>
|
|
|
- <view class="base-status-gap-2" v-if="resq?.res == '2'">标记{{ resq?.medicineName }}{{ selectDictLabel(pt_base_form, resq?.type) }}基地未通过审核</view>
|
|
|
- <view class="base-status-gap-0" v-if="resq?.res == '0'">标记{{ resq?.medicineName }}{{ selectDictLabel(pt_base_form, resq?.type) }}基地待审核</view>
|
|
|
+ <view class="base-status-gap-1" v-if="resq?.res == '1'">获评{{
|
|
|
+ resq?.medicineName }}{{ selectDictLabel(pt_base_form,
|
|
|
+ resq?.type) }}基地</view>
|
|
|
+ <view class="base-status-gap-2" v-if="resq?.res == '2'">标记{{
|
|
|
+ resq?.medicineName }}{{ selectDictLabel(pt_base_form,
|
|
|
+ resq?.type) }}基地未通过审核</view>
|
|
|
+ <view class="base-status-gap-0" v-if="resq?.res == '0'">标记{{
|
|
|
+ resq?.medicineName }}{{ selectDictLabel(pt_base_form,
|
|
|
+ resq?.type) }}基地待审核</view>
|
|
|
</template>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -134,11 +177,13 @@
|
|
|
</view>
|
|
|
<view v-if="item?.orgType" class="c-333 f-s-28 pd-5">
|
|
|
<text class="c-#666">组织方式:</text>
|
|
|
- <text class="f-w-5">{{ selectDictLabel(pt_org_type, item?.orgType) }}</text>
|
|
|
+ <text class="f-w-5">{{ selectDictLabel(pt_org_type, item?.orgType)
|
|
|
+ }}</text>
|
|
|
</view>
|
|
|
<view v-if="item?.orgType" class="c-333 f-s-28 pd-5">
|
|
|
<text class="c-#666">经纬度:</text>
|
|
|
- <text class="f-w-5">E{{ item?.gapInfo?.lng }},N{{ item?.gapInfo?.lat }}</text>
|
|
|
+ <text class="f-w-5">E{{ item?.gapInfo?.lng }},N{{ item?.gapInfo?.lat
|
|
|
+ }}</text>
|
|
|
</view>
|
|
|
</template>
|
|
|
<view v-if="+(item?.tempFlag ?? 0)" class="temp_flag">暂存</view>
|
|
|
@@ -152,9 +197,13 @@
|
|
|
</template>
|
|
|
<template #empty>
|
|
|
<view class="" style="margin-top: -200rpx">
|
|
|
- <ut-empty class="mg-at" color="#ccc" size="28rpx" image="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/noEmptyBase.png">尚未添加绘制种养殖基地信息~</ut-empty>
|
|
|
- <view class="b-radius c-#fff f-s-36 bg-#37A954 h-78 w-382 d-flex a-c j-c mg-at" @click="showDeleteDialog = true">
|
|
|
- <img class="w-38 h-36 mr-10" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/chooseGAP.png" alt="" mode="widthFix" />
|
|
|
+ <ut-empty class="mg-at" color="#ccc" size="28rpx"
|
|
|
+ image="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/noEmptyBase.png">尚未添加绘制种养殖基地信息~</ut-empty>
|
|
|
+ <view class="b-radius c-#fff f-s-36 bg-#37A954 h-78 w-382 d-flex a-c j-c mg-at"
|
|
|
+ @click="showDeleteDialog = true">
|
|
|
+ <img class="w-38 h-36 mr-10"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/chooseGAP.png" alt=""
|
|
|
+ mode="widthFix" />
|
|
|
<text>去添加基地</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -164,24 +213,38 @@
|
|
|
</template>
|
|
|
</z-paging>
|
|
|
|
|
|
- <ut-confirm-dialog v-model:show="showDeleteDialog" width="80vw" title="请选择要添加到基地类型" :confirmText="'确认选择'" :cancelText="'取消'" @confirm="handlechoseConfirm" @cancel="handleDeleteCancel">
|
|
|
+ <ut-confirm-dialog v-model:show="showDeleteDialog" width="80vw" title="请选择要添加到基地类型" :confirmText="'确认选择'"
|
|
|
+ :cancelText="'取消'" @confirm="handlechoseConfirm" @cancel="handleDeleteCancel">
|
|
|
<view class="" v-for="item in pt_base_type" :key="item?.value">
|
|
|
- <view style="border: 1rpx solid" :style="{ backgroundColor: item?.value == basetype ? '#EBF6EE' : '#f7f7f7', borderColor: item?.value == basetype ? '#37A954' : 'transparent' }" class="pr-30 d-flex a-c mb-20 radius-100" @click="handlechose(item.value)">
|
|
|
+ <view style="border: 1rpx solid"
|
|
|
+ :style="{ backgroundColor: item?.value == basetype ? '#EBF6EE' : '#f7f7f7', borderColor: item?.value == basetype ? '#37A954' : 'transparent' }"
|
|
|
+ class="pr-30 d-flex a-c mb-20 radius-100" @click="handlechose(item.value)">
|
|
|
<view class="radius-50% mg-8">
|
|
|
- <up-avatar size="90rpx" :src="item?.avatar || 'https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images/common/avatar.png'" class="mr-20"></up-avatar>
|
|
|
+ <up-avatar v-if="+item?.value == 1" size="90rpx"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/Herbal_Cultivation.png"
|
|
|
+ class="mr-20" />
|
|
|
+ <up-avatar v-if="+item?.value == 2" size="90rpx"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/TCM_Animal_Farming.png"
|
|
|
+ class="mr-20" />
|
|
|
+ <up-avatar v-if="+item?.value == 3" size="90rpx"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/Tissue_Culture_Lab.png"
|
|
|
+ class="mr-20" />
|
|
|
</view>
|
|
|
<view class="c-#333 f-s-34">
|
|
|
{{ item?.label }}
|
|
|
</view>
|
|
|
<view class="flex1"></view>
|
|
|
<view class="d-flex">
|
|
|
- <img v-if="basetype === item.value" class="w-30 h-30" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/chooseSuccessfully.png" mode="widthFix" alt="" />
|
|
|
+ <img v-if="basetype === item.value" class="w-30 h-30"
|
|
|
+ src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/chooseSuccessfully.png"
|
|
|
+ mode="widthFix" alt="" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</ut-confirm-dialog>
|
|
|
<ut-suspension @click="showDeleteDialog = true">
|
|
|
- <image src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/addBase.png" mode="widthFix" class="w-120 h-120"></image>
|
|
|
+ <image src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/addBase.png" mode="widthFix"
|
|
|
+ class="w-120 h-120"></image>
|
|
|
</ut-suspension>
|
|
|
</template>
|
|
|
<script setup lang="ts">
|
|
|
@@ -422,6 +485,7 @@ onShow(() => {
|
|
|
box-sizing: border-box;
|
|
|
padding: 12rpx;
|
|
|
}
|
|
|
+
|
|
|
.temp_flag {
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
@@ -432,6 +496,7 @@ onShow(() => {
|
|
|
padding: 4rpx 16rpx;
|
|
|
border-radius: 0 16rpx 0 16rpx;
|
|
|
}
|
|
|
+
|
|
|
.base-status-gap-1 {
|
|
|
font-size: 24rpx;
|
|
|
color: #fff;
|
|
|
@@ -440,6 +505,7 @@ onShow(() => {
|
|
|
padding: 6rpx 24rpx 6rpx 16rpx;
|
|
|
border-radius: 0 20rpx 20rpx 0;
|
|
|
}
|
|
|
+
|
|
|
.base-status-gap-2 {
|
|
|
font-size: 24rpx;
|
|
|
color: #fff;
|
|
|
@@ -448,6 +514,7 @@ onShow(() => {
|
|
|
padding: 6rpx 24rpx 6rpx 16rpx;
|
|
|
border-radius: 0 20rpx 20rpx 0;
|
|
|
}
|
|
|
+
|
|
|
.base-status-gap-0 {
|
|
|
font-size: 24rpx;
|
|
|
color: #fff;
|