|
|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<z-paging ref="paging" bgColor="#F7F7F7" safe-area-inset-bottom paging-class="paging-btm-shadow" scroll-with-animation>
|
|
|
<template #top>
|
|
|
- <ut-navbar title="种源详情" :fixed="false" border></ut-navbar>
|
|
|
+ <ut-navbar title="农资详情" :fixed="false" border></ut-navbar>
|
|
|
</template>
|
|
|
|
|
|
<template>
|
|
|
@@ -16,13 +16,18 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="bg-#fff pd-24">
|
|
|
- <view class="d-flex j-sb a-c li-item-head mb-16">
|
|
|
- <view class="li-left-tag" :class="{ [`bg-${selectDictListClass(pt_seed_instore_type, form?.instoreType)}`]: true }">{{ selectDictLabel(pt_seed_instore_type, form?.instoreType) }}</view>
|
|
|
+ <view class="d-flex j-ed a-c mb-16">
|
|
|
<view class="f-s-22 c-#666">{{ form?.updateTime || form?.createTime }}</view>
|
|
|
</view>
|
|
|
- <view class="mb-10">
|
|
|
- <span class="f-s-34 c-#333 f-w-500 mr-10">{{ form?.variety }}</span>
|
|
|
- <span class="f-s-24 c-#666">{{ selectDictLabel(pt_seed_type, form?.seedType) }}</span>
|
|
|
+ <view class="d-flex flex1 mb-10">
|
|
|
+ <view class="flex1">
|
|
|
+ <span class="f-s-34 c-#333 f-w-500 mr-10">{{ form?.materialName }}</span>
|
|
|
+ <span class="f-s-24 c-#666">{{ selectDictLabel(pt_material_type, form?.materialType) }}</span>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <view v-if="form?.examinReport?.length" class="tag-span c-primary bg-#EBF6EE">已检验</view>
|
|
|
+ <view v-else class="tag-span c-danger bg-#F9ECEA">未检验</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="pd2-4-0 f-s-28">
|
|
|
<span class="c-#666">入库批号:</span>
|
|
|
@@ -32,10 +37,7 @@
|
|
|
<span class="c-#666">溯源批号:</span>
|
|
|
<span class="c-#333 f-w-500">暂无</span>
|
|
|
</view> -->
|
|
|
- <view v-if="['A3', 'A4'].includes(form?.fungusCodeType)" class="pd2-4-0 f-s-28">
|
|
|
- <span class="c-#666">菌种/菌株编号:</span>
|
|
|
- <span class="c-#333 f-w-500">{{ selectDictLabel(pt_fungus_code_type, form?.fungusCodeType) }}/{{ form?.fungusCode }}</span>
|
|
|
- </view>
|
|
|
+
|
|
|
<view class="pd2-4-0 f-s-28">
|
|
|
<span class="c-#666">供应商:</span>
|
|
|
<span class="c-#333 f-w-500">{{ form?.supplier }}</span>
|
|
|
@@ -50,179 +52,88 @@
|
|
|
<span class="c-#333 f-w-500">{{ form?.inputAmount || '0' }}{{ form?.unit }}</span>
|
|
|
</view>
|
|
|
<view v-if="form?.restAmount" class="pd2-4-0 f-s-28 flex1">
|
|
|
- <span class="c-primary">剩余量:</span>
|
|
|
- <span class="c-primary f-w-500">{{ form?.restAmount || '0' }}{{ form?.unit }}</span>
|
|
|
+ <span class="c-danger">剩余量:</span>
|
|
|
+ <span class="c-danger f-w-500">{{ form?.restAmount || '0' }}{{ form?.unit }}</span>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pd-24">
|
|
|
- <view class="startline-title">种源信息</view>
|
|
|
+ <view class="startline-title">农资信息</view>
|
|
|
</view>
|
|
|
<view class="bg-#fff pd-24">
|
|
|
- <!-- 种源信息详情 -->
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">种源类型:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ selectDictLabel(pt_seed_type, form?.seedType) || '-' }}</span>
|
|
|
- </view>
|
|
|
+ <!-- 农资信息详情,对应 info-edit 表单字段顺序 -->
|
|
|
<view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">物种基原:</view>
|
|
|
- <view class="bg-#FBFDFB card-info-block pd-24 p-rtv">
|
|
|
- <view class="mb-10">
|
|
|
- <span class="f-s-34 c-#333 f-w-5 mr-16">{{ form?.varietyInfo?.varietyName }}</span>
|
|
|
- <span class="f-s-24 c-#666">{{ form?.varietyInfo?.latinName }}</span>
|
|
|
- </view>
|
|
|
- <view>
|
|
|
- <span class="f-s-28 c-#333 f-w-5 mr-16">{{ form?.varietyInfo?.genusName }}</span>
|
|
|
- <span class="f-s-24 c-#666">{{ form?.varietyInfo?.genusLatinName }}</span>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <span class="c-#666">产品名称:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ form?.materialName || '-' }}</span>
|
|
|
</view>
|
|
|
<view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">具体品种/品系名称:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ form?.seedName || '-' }}</span>
|
|
|
+ <span class="c-#666">农资类别:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ selectDictLabel(pt_material_type, form?.materialType) || '-' }}</span>
|
|
|
</view>
|
|
|
<view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">种源来源:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ selectDictLabel(pt_seed_source, form?.seedSource) || '-' }}</span>
|
|
|
- </view>
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom" v-if="form?.instoreBizInfo?.motherFatherFlag">
|
|
|
- <span class="c-#666">父母本情况:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ selectDictLabel(pt_mother_father_flag, form?.instoreBizInfo?.motherFatherFlag) || '-' }}</span>
|
|
|
- </view>
|
|
|
- <view v-if="form?.instoreBizInfo?.motherFatherFlag == '2' && form?.instoreBizInfo?.fatherVarietyInfo" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">父本品种:</view>
|
|
|
- <view class="bg-#FBFDFB card-info-block pd-24 p-rtv">
|
|
|
- <view class="mb-10">
|
|
|
- <span class="f-s-34 c-#333 f-w-5 mr-16">{{ form?.instoreBizInfo?.fatherVarietyInfo?.varietyName }}</span>
|
|
|
- <span class="f-s-24 c-#666">{{ form?.instoreBizInfo?.fatherVarietyInfo?.latinName }}</span>
|
|
|
- </view>
|
|
|
- <view>
|
|
|
- <span class="f-s-28 c-#333 f-w-5 mr-16">{{ form?.instoreBizInfo?.fatherVarietyInfo?.genusName }}</span>
|
|
|
- <span class="f-s-24 c-#666">{{ form?.instoreBizInfo?.fatherVarietyInfo?.genusLatinName }}</span>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view v-if="form?.instoreBizInfo?.motherVarietyInfo" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">母本品种:</view>
|
|
|
- <view class="bg-#FBFDFB card-info-block pd-24 p-rtv">
|
|
|
- <view class="mb-10">
|
|
|
- <span class="f-s-34 c-#333 f-w-5 mr-16">{{ form?.instoreBizInfo?.motherVarietyInfo?.varietyName }}</span>
|
|
|
- <span class="f-s-24 c-#666">{{ form?.instoreBizInfo?.motherVarietyInfo?.latinName }}</span>
|
|
|
- </view>
|
|
|
- <view>
|
|
|
- <span class="f-s-28 c-#333 f-w-5 mr-16">{{ form?.instoreBizInfo?.motherVarietyInfo?.genusName }}</span>
|
|
|
- <span class="f-s-24 c-#666">{{ form?.instoreBizInfo?.motherVarietyInfo?.genusLatinName }}</span>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
+ <span class="c-#666">入库量:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ form?.capacity }}{{ form?.unit }}</span>
|
|
|
</view>
|
|
|
- <template v-if="['A3', 'A4'].includes(form?.seedType as string)">
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">{{ genCountMap[form?.seedType as 'A3' | 'A4'] }}:</span>
|
|
|
- <span class="c-#333 f-w-600">
|
|
|
- {{ form?.instoreBizInfo?.genCount || '-' }}
|
|
|
- <text v-if="form?.instoreBizInfo?.genUnit">{{ selectDictLabel(pt_gen_unit, form?.instoreBizInfo?.genUnit) }}</text>
|
|
|
- </span>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- <template v-else>
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">繁衍世代:</span>
|
|
|
- <span class="c-#333 f-w-600">
|
|
|
- {{ form?.instoreBizInfo?.genCount || '-' }}
|
|
|
- <text v-if="form?.instoreBizInfo?.genUnit">{{ selectDictLabel(pt_gen_unit, form?.instoreBizInfo?.genUnit) }}</text>
|
|
|
- </span>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- <view v-if="form?.entrustId" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">受托单位:</view>
|
|
|
- <view class="bg-#FBFDFB card-info-block pd-24 p-rtv">
|
|
|
- <view class="f-s-34 c-#333 f-w-500">{{ form?.entrustInfo?.cusName }}</view>
|
|
|
- <view class="f-s-24 c-#666">{{ form?.entrustInfo?.cusCode }}</view>
|
|
|
- </view>
|
|
|
+ <view class="f-s-30 pd2-16-0 info-border-bottom" v-if="form?.spec">
|
|
|
+ <span class="c-#666">规格:</span>
|
|
|
+ <span class="c-#333 f-w-600">
|
|
|
+ {{ form?.spec }}
|
|
|
+ <text v-if="form?.specUnit">{{ selectDictLabel(pt_materail_spec_unit, form?.specUnit) }}</text>
|
|
|
+ <text v-if="form?.unit">/{{ selectDictLabel(pt_materail_unit, form?.unit) }}</text>
|
|
|
+ </span>
|
|
|
</view>
|
|
|
- <view v-if="form?.examinReport && form?.examinReport.length" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">检验报告:</view>
|
|
|
- <ut-album :urls="form?.examinReport"></ut-album>
|
|
|
+ <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <span class="c-#666">农资来源:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ selectDictLabel(pt_source_type, form?.sourceType) || '-' }}</span>
|
|
|
</view>
|
|
|
- <view v-if="['2', '3'].includes(form?.seedSource as string)" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">供应商:</view>
|
|
|
- <view class="bg-#FBFDFB card-info-block pd-24 p-rtv">
|
|
|
- <view class="f-s-34 c-#333 f-w-500">{{ form?.supplierInfo?.cusName }}</view>
|
|
|
- <view class="f-s-24 c-#666">{{ form?.supplierInfo?.cusCode }}</view>
|
|
|
- </view>
|
|
|
+ <view v-if="form?.supplier" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <span class="c-#666">供应商:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ form?.supplier || form?.supplierInfo?.cusName || '-' }}</span>
|
|
|
</view>
|
|
|
- <view v-if="['2', '3'].includes(form?.seedSource as string)" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <view v-if="form?.sourceType === '1'" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
<span class="c-#666">供应商是否是生产商:</span>
|
|
|
<span class="c-#333 f-w-600">{{ selectDictLabel(yes_no, form?.supplierProducerFlag) || '-' }}</span>
|
|
|
</view>
|
|
|
- <view v-if="['2', '3'].includes(form?.seedSource as string)" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <view v-if="form?.sourceType === '1'" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
<span class="c-#666">生产商:</span>
|
|
|
<span class="c-#333 f-w-600">{{ form?.producer || '-' }}</span>
|
|
|
</view>
|
|
|
- <view v-if="['A4', 'A8'].includes(form?.seedType as string)" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">{{ selectDictLabel(pt_seed_type, form?.seedType as string) }}编号:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ selectDictLabel(pt_fungus_code_type, form?.fungusCodeType) }}/{{ form?.fungusCode }}</span>
|
|
|
+ <view v-if="form?.productCode" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <span class="c-#666">生产批号:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ form?.productCode }}</span>
|
|
|
</view>
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom" v-if="form?.instoreBizInfo?.idFlag">
|
|
|
- <span class="c-#666">是否有个体标识:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ selectDictLabel(yes_no, form?.instoreBizInfo?.idFlag) || '-' }}</span>
|
|
|
+ <view v-if="form?.productDate" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <span class="c-#666">生产日期:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ form?.productDate }}</span>
|
|
|
</view>
|
|
|
- <view v-if="form?.instoreBizInfo?.animals && form?.instoreBizInfo?.animals.length" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">个体标识号:</view>
|
|
|
- <template v-for="(animal, index) in form?.instoreBizInfo?.animals" :key="index">
|
|
|
- <view class="bg-#FBFDFB card-info-block pd-24 p-rtv mb-10 f-s-28 c-#333 f-w-500">
|
|
|
- {{ animal.animalId }}
|
|
|
- </view>
|
|
|
- </template>
|
|
|
+ <view v-if="form?.brand" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <span class="c-#666">品牌:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ form?.brand }}</span>
|
|
|
</view>
|
|
|
- <view v-if="form?.instoreBizInfo?.storageMethod" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">保藏方法:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ form?.instoreBizInfo?.storageMethod || '-' }}</span>
|
|
|
+ <view v-if="['1', '2'].includes(form?.materialType as string)" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <span class="c-#666">登记证号:</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ form?.materialCode || '-' }}</span>
|
|
|
</view>
|
|
|
<view v-if="form?.imgs" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">种源图片:</view>
|
|
|
+ <view class="c-#666 mb-10">农资图片:</view>
|
|
|
<ut-album :urls="form?.imgs"></ut-album>
|
|
|
</view>
|
|
|
<view v-if="form?.vedios" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">种源视频:</view>
|
|
|
+ <view class="c-#666 mb-10">农资视频:</view>
|
|
|
<ut-album :urls="form?.vedios"></ut-album>
|
|
|
</view>
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">种源产地:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ form?.adcodeName || '-' }}</span>
|
|
|
- </view>
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">繁殖材料:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ form?.generationMaterial ? selectDictLabels(pt_breeding_materials, form?.generationMaterial, ',') : '-' }}</span>
|
|
|
- </view>
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">繁殖地点/采集地点:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ form?.generationAdcodeName || '-' }}</span>
|
|
|
- </view>
|
|
|
- <view v-if="form?.spCert && form?.spCert.length" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">物种鉴定证书:</view>
|
|
|
- <ut-album :urls="form?.spCert"></ut-album>
|
|
|
- </view>
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">种源检疫证号:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ form?.seedCheckSn || '-' }}</span>
|
|
|
- </view>
|
|
|
- <view v-if="form?.seedCheckCert && form?.seedCheckCert.length" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <view class="c-#666 mb-10">种源检疫证书:</view>
|
|
|
- <ut-album :urls="form?.seedCheckCert"></ut-album>
|
|
|
+ <view v-if="form?.examinReport && form?.examinReport.length" class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
+ <view class="c-#666 mb-10">检验报告:</view>
|
|
|
+ <ut-album :urls="form?.examinReport"></ut-album>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pd-24">
|
|
|
<view class="startline-title">入库信息</view>
|
|
|
</view>
|
|
|
<view class="bg-#fff pd-24">
|
|
|
- <view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
- <span class="c-#666">种源级别:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ form?.seedLevel || '-' }}</span>
|
|
|
- </view>
|
|
|
<view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
<span class="c-#666">入库类型:</span>
|
|
|
- <span class="c-#333 f-w-600">{{ selectDictLabel(pt_seed_instore_type, form?.instoreType) || '-' }}</span>
|
|
|
+ <span class="c-#333 f-w-600">{{ selectDictLabel(pt_seed_instore_type, form?.instoreType) || '非溯源入库' }}</span>
|
|
|
</view>
|
|
|
<view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
<span class="c-#666">入库日期:</span>
|
|
|
@@ -234,7 +145,7 @@
|
|
|
</view>
|
|
|
<view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
<span class="c-#666">库房类型:</span>
|
|
|
- <span class="c-#333 f-w-600">种源库</span>
|
|
|
+ <span class="c-#333 f-w-600">农资库</span>
|
|
|
</view>
|
|
|
<view class="f-s-30 pd2-16-0 info-border-bottom">
|
|
|
<span class="c-#666">存放库房:</span>
|
|
|
@@ -269,24 +180,17 @@
|
|
|
<script setup lang="ts">
|
|
|
import { formItemBtnStyle } from '@/assets/styles/uview-plus';
|
|
|
import { useClientRequest } from '@/utils/request';
|
|
|
-import { selectDictListClass } from '@/utils/ruoyi';
|
|
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
|
|
-
|
|
|
-const { pt_seed_instore_type, pt_warehouse_type, pt_seed_type, pt_seed_source, pt_materail_unit, pt_mother_father_flag, pt_op_method, pt_seed_unit, pt_fungus_code_type, pt_breeding_materials, yes_no, pt_cus_type, pt_cpy_type, pt_gen_unit } = toRefs<any>(proxy?.useDict('pt_seed_instore_type', 'pt_warehouse_type', 'pt_seed_type', 'pt_seed_source', 'pt_materail_unit', 'pt_mother_father_flag', 'pt_op_method', 'pt_seed_unit', 'pt_fungus_code_type', 'pt_breeding_materials', 'yes_no', 'pt_cus_type', 'pt_cpy_type', 'pt_gen_unit'));
|
|
|
+// 使用到的字典:入库类型、库房类型、农资类别、来源、单位、规格单位、是否
|
|
|
+const { pt_seed_instore_type, pt_warehouse_type, pt_material_type, pt_source_type, pt_materail_unit, pt_materail_spec_unit, yes_no } = toRefs<any>(proxy?.useDict('pt_seed_instore_type', 'pt_warehouse_type', 'pt_material_type', 'pt_source_type', 'pt_materail_unit', 'pt_materail_spec_unit', 'yes_no'));
|
|
|
const paging = ref<any>(null);
|
|
|
const form = ref<any>({});
|
|
|
const did = ref('');
|
|
|
|
|
|
-// 繁衍世代显示文案
|
|
|
-const genCountMap = reactive({
|
|
|
- A4: '累计扩繁代数',
|
|
|
- A3: '继代培养次数',
|
|
|
-});
|
|
|
-
|
|
|
// 获取详情(仓库信息)
|
|
|
const getDetailById = async (id: string) => {
|
|
|
if (!id) return;
|
|
|
- const res = await useClientRequest.get(`/plt-api/app/storageSeed/getById/${id}`);
|
|
|
+ const res = await useClientRequest.get(`/plt-api/app/material/getInfo/${id}`);
|
|
|
if (res && res.code === 200) {
|
|
|
form.value = res.data || {};
|
|
|
}
|
|
|
@@ -303,7 +207,7 @@ const clickEdit = () => {
|
|
|
});
|
|
|
uni.$u.route({
|
|
|
type: 'navigateTo',
|
|
|
- url: '/plant/storage/seed-source/info-update/index',
|
|
|
+ url: '/plant/storage/agro-product/info-update/index',
|
|
|
params: {
|
|
|
id: did.value,
|
|
|
},
|
|
|
@@ -321,15 +225,9 @@ onLoad((options: any) => {
|
|
|
border: 1rpx solid #afddbb;
|
|
|
border-radius: 10rpx;
|
|
|
}
|
|
|
-.li-item-head {
|
|
|
- margin-left: -24rpx;
|
|
|
- margin-top: -24rpx;
|
|
|
-}
|
|
|
-.li-left-tag {
|
|
|
- padding: 6rpx 16rpx;
|
|
|
- color: #fff;
|
|
|
- border-radius: 0 0 16rpx 0;
|
|
|
+.tag-span {
|
|
|
+ padding: 4rpx 12rpx;
|
|
|
font-size: 20rpx;
|
|
|
- font-weight: 500;
|
|
|
+ border-radius: 18rpx;
|
|
|
}
|
|
|
</style>
|