|
@@ -79,7 +79,7 @@
|
|
|
<span class="label">出单协议</span>
|
|
<span class="label">出单协议</span>
|
|
|
<span class="words" style="color: #00a0f4" @click="toAgreementDetail">{{ detailData?.order?.agreementName ||
|
|
<span class="words" style="color: #00a0f4" @click="toAgreementDetail">{{ detailData?.order?.agreementName ||
|
|
|
'--'
|
|
'--'
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
|
<span class="label">协议类型</span>
|
|
<span class="label">协议类型</span>
|
|
@@ -111,17 +111,17 @@
|
|
|
</el-row>
|
|
</el-row>
|
|
|
<div class="p-[0_24px]">
|
|
<div class="p-[0_24px]">
|
|
|
<div class="tipsList">
|
|
<div class="tipsList">
|
|
|
- <div class="tipsItem" :class="{ 'active': tipsIndex === index }" v-for="(item, index) in tipsList"
|
|
|
|
|
|
|
+ <div class="tipsItem" :class="{ 'active': tipsIndex === item.id }" v-for="(item, index) in tipsList"
|
|
|
:key="index" @click="handleTipsIndexChange(item, index)">
|
|
:key="index" @click="handleTipsIndexChange(item, index)">
|
|
|
- <img :src="getAssetsFile(item.url + (tipsIndex === index ? 'Active' : ''))" />
|
|
|
|
|
|
|
+ <img :src="getAssetsFile(item.url + (tipsIndex === item.id ? 'Active' : ''))" />
|
|
|
<span class="tipsName">{{ item.name }}</span>
|
|
<span class="tipsName">{{ item.name }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
- <div id="TBMsg" class="TBMsg">
|
|
|
|
|
- <div class="title">投保信息</div>
|
|
|
|
|
|
|
+ <div class="TBMsg">
|
|
|
|
|
+ <div id="TBMsg" :ref="(el) => setSectionRef(el, 0)" class="title">投保信息</div>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="6" class="TBMsgItem">
|
|
<el-col :span="6" class="TBMsgItem">
|
|
|
<span class="label">保险公司</span>
|
|
<span class="label">保险公司</span>
|
|
@@ -215,7 +215,7 @@
|
|
|
<div class="taxList">
|
|
<div class="taxList">
|
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in taxList" :key="index">{{
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in taxList" :key="index">{{
|
|
|
item.name
|
|
item.name
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
@@ -340,8 +340,8 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="carMsg" class="carMsg">
|
|
|
|
|
- <div class="title">车辆信息</div>
|
|
|
|
|
|
|
+ <div class="carMsg">
|
|
|
|
|
+ <div id="carMsg" class="title" :ref="(el) => setSectionRef(el, 1)">车辆信息</div>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">类型</span>
|
|
<span class="label">类型</span>
|
|
@@ -370,12 +370,12 @@
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">使用性质</span>
|
|
<span class="label">使用性质</span>
|
|
|
<span class="value">{{ dictChange(optionObj['car_nature_code'], detailData?.carInfoVo?.carNatureCode)
|
|
<span class="value">{{ dictChange(optionObj['car_nature_code'], detailData?.carInfoVo?.carNatureCode)
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">车辆用途</span>
|
|
<span class="label">车辆用途</span>
|
|
|
<span class="value">{{ dictChange(optionObj['vehicle_use_code'], detailData?.carInfoVo?.vehicleUseCode)
|
|
<span class="value">{{ dictChange(optionObj['vehicle_use_code'], detailData?.carInfoVo?.vehicleUseCode)
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">车辆种类</span>
|
|
<span class="label">车辆种类</span>
|
|
@@ -384,12 +384,12 @@
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">车辆类型</span>
|
|
<span class="label">车辆类型</span>
|
|
|
<span class="value">{{ dictChange(optionObj['car_type_code'], detailData?.carInfoVo?.carTypeCode)
|
|
<span class="value">{{ dictChange(optionObj['car_type_code'], detailData?.carInfoVo?.carTypeCode)
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">能源种类</span>
|
|
<span class="label">能源种类</span>
|
|
|
<span class="value">{{ dictChange(optionObj['energy_type_code'], detailData?.carInfoVo?.energyTypeCode)
|
|
<span class="value">{{ dictChange(optionObj['energy_type_code'], detailData?.carInfoVo?.energyTypeCode)
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="6" class="carMsgItem">
|
|
<el-col :span="6" class="carMsgItem">
|
|
|
<span class="label">注册日期</span>
|
|
<span class="label">注册日期</span>
|
|
@@ -431,8 +431,8 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="personMsg" class="personMsg">
|
|
|
|
|
- <div class="title">车主信息</div>
|
|
|
|
|
|
|
+ <div class="personMsg">
|
|
|
|
|
+ <div id="personMsg" :ref="(el) => setSectionRef(el, 2)" class="title">车主信息</div>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="6" class="personMsgItem">
|
|
<el-col :span="6" class="personMsgItem">
|
|
|
<span class="label">车主姓名</span>
|
|
<span class="label">车主姓名</span>
|
|
@@ -495,7 +495,7 @@
|
|
|
<div class="taxList">
|
|
<div class="taxList">
|
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in tbList" :key="index">{{
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in tbList" :key="index">{{
|
|
|
item.name
|
|
item.name
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-row :gutter="20" v-if="!tbList[0].bool">
|
|
<el-row :gutter="20" v-if="!tbList[0].bool">
|
|
@@ -559,7 +559,7 @@
|
|
|
<div class="taxList">
|
|
<div class="taxList">
|
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in bbList" :key="index">{{
|
|
<span class="taxItem" :class="{ 'active': item.bool }" v-for="(item, index) in bbList" :key="index">{{
|
|
|
item.name
|
|
item.name
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-row :gutter="20" v-if="!bbList[0].bool && !bbList[1].bool">
|
|
<el-row :gutter="20" v-if="!bbList[0].bool && !bbList[1].bool">
|
|
@@ -619,9 +619,9 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="imageMsg" class="imageMsg">
|
|
|
|
|
- <div class="title special">
|
|
|
|
|
- <div>影像资料</div>
|
|
|
|
|
|
|
+ <div class="imageMsg">
|
|
|
|
|
+ <div id="imageMsg" class="title special" :ref="(el) => setSectionRef(el, 3)">
|
|
|
|
|
+ <div>影像资料</div>
|
|
|
<div class="btns">
|
|
<div class="btns">
|
|
|
<el-button size="small" type="primary" plain @click="batchDownload">下载选中影像</el-button>
|
|
<el-button size="small" type="primary" plain @click="batchDownload">下载选中影像</el-button>
|
|
|
<el-button size="small" type="primary" plain @click="handleImageSave">上传影像资料</el-button>
|
|
<el-button size="small" type="primary" plain @click="handleImageSave">上传影像资料</el-button>
|
|
@@ -651,8 +651,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="payMsg" class="payMsg">
|
|
|
|
|
- <div class="title special">
|
|
|
|
|
|
|
+ <div class="payMsg">
|
|
|
|
|
+ <div id="payMsg" class="title special" :ref="(el) => setSectionRef(el, 4)">
|
|
|
<div>支付信息</div>
|
|
<div>支付信息</div>
|
|
|
<div class="btns">
|
|
<div class="btns">
|
|
|
<el-button size="small" type="primary" plain v-if="!detailData?.qrcode?.jumpUrl"
|
|
<el-button size="small" type="primary" plain v-if="!detailData?.qrcode?.jumpUrl"
|
|
@@ -696,8 +696,8 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="appointMsg" class="appointMsg">
|
|
|
|
|
- <div class="title special">
|
|
|
|
|
|
|
+ <div class="appointMsg">
|
|
|
|
|
+ <div id="appointMsg" class="title special" :ref="(el) => setSectionRef(el, 5)">
|
|
|
<div>特别约定</div>
|
|
<div>特别约定</div>
|
|
|
<!-- <div class="btns">
|
|
<!-- <div class="btns">
|
|
|
<el-button size="small" type="primary" plain>修改特别约定</el-button>
|
|
<el-button size="small" type="primary" plain>修改特别约定</el-button>
|
|
@@ -720,8 +720,8 @@
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
|
</el-tabs>
|
|
</el-tabs>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="fileMsg" class="fileMsg">
|
|
|
|
|
- <div class="title">电子保单</div>
|
|
|
|
|
|
|
+ <div class="fileMsg">
|
|
|
|
|
+ <div id="fileMsg" :ref="(el) => setSectionRef(el, 6)" class="title">电子保单</div>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col class="fileItem" :span="6" v-for="(item, index) in fileList">
|
|
<el-col class="fileItem" :span="6" v-for="(item, index) in fileList">
|
|
|
<div class="fileType">{{ item.type ? `${item.type}:` : '' }}</div>
|
|
<div class="fileType">{{ item.type ? `${item.type}:` : '' }}</div>
|
|
@@ -742,8 +742,8 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="premiumMsg" class="premiumMsg">
|
|
|
|
|
- <div class="title">保费因素</div>
|
|
|
|
|
|
|
+ <div class="premiumMsg">
|
|
|
|
|
+ <div id="premiumMsg" :ref="(el) => setSectionRef(el, 7)" class="title">保费因素</div>
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="6" class="premiumMsgItem">
|
|
<el-col :span="6" class="premiumMsgItem">
|
|
|
<span class="label">评分</span>
|
|
<span class="label">评分</span>
|
|
@@ -779,9 +779,9 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="costMsg" class="costMsg">
|
|
|
|
|
- <div class="title special">
|
|
|
|
|
- <div>费用信息</div>
|
|
|
|
|
|
|
+ <div class="costMsg">
|
|
|
|
|
+ <div id="costMsg" class="title special" :ref="(el) => setSectionRef(el, 8)">
|
|
|
|
|
+ <div >费用信息</div>
|
|
|
<div class="btns">
|
|
<div class="btns">
|
|
|
<el-button size="small" type="primary" plain @click="handleCostView">查看出单费用</el-button>
|
|
<el-button size="small" type="primary" plain @click="handleCostView">查看出单费用</el-button>
|
|
|
</div>
|
|
</div>
|
|
@@ -978,9 +978,9 @@
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="salesChannelMsg" class="costMsg">
|
|
|
|
|
- <div class="title special">
|
|
|
|
|
- <div>分销信息</div>
|
|
|
|
|
|
|
+ <div class="costMsg">
|
|
|
|
|
+ <div id="salesChannelMsg" class="title special" :ref="(el) => setSectionRef(el, 9)">
|
|
|
|
|
+ <div >分销信息</div>
|
|
|
<div class="btns">
|
|
<div class="btns">
|
|
|
<el-button size="small" type="primary" plain @click="handleCostView">查看出单费用</el-button>
|
|
<el-button size="small" type="primary" plain @click="handleCostView">查看出单费用</el-button>
|
|
|
</div>
|
|
</div>
|
|
@@ -1008,7 +1008,7 @@
|
|
|
<div>一级分销</div>
|
|
<div>一级分销</div>
|
|
|
</th>
|
|
</th>
|
|
|
<th>
|
|
<th>
|
|
|
- <div>{{detailData?.insFeeOrders?.firstDistributionMember}}</div>
|
|
|
|
|
|
|
+ <div>{{ detailData?.insFeeOrders?.firstDistributionMember }}</div>
|
|
|
</th>
|
|
</th>
|
|
|
<th>
|
|
<th>
|
|
|
<div>¥{{ detailData?.insFeeOrders?.firstDistributionPremium }}</div>
|
|
<div>¥{{ detailData?.insFeeOrders?.firstDistributionPremium }}</div>
|
|
@@ -1024,7 +1024,7 @@
|
|
|
<div>二级分销</div>
|
|
<div>二级分销</div>
|
|
|
</th>
|
|
</th>
|
|
|
<th>
|
|
<th>
|
|
|
- <div>{{detailData?.insFeeOrders?.secondDistributionMember}}</div>
|
|
|
|
|
|
|
+ <div>{{ detailData?.insFeeOrders?.secondDistributionMember }}</div>
|
|
|
</th>
|
|
</th>
|
|
|
<th>
|
|
<th>
|
|
|
<div>¥{{ detailData?.insFeeOrders?.secondDistributionPremium }}</div>
|
|
<div>¥{{ detailData?.insFeeOrders?.secondDistributionPremium }}</div>
|
|
@@ -1041,7 +1041,7 @@
|
|
|
<div>三级分销</div>
|
|
<div>三级分销</div>
|
|
|
</th>
|
|
</th>
|
|
|
<th>
|
|
<th>
|
|
|
- <div>{{detailData?.insFeeOrders?.thirdDistributionMember}}</div>
|
|
|
|
|
|
|
+ <div>{{ detailData?.insFeeOrders?.thirdDistributionMember }}</div>
|
|
|
</th>
|
|
</th>
|
|
|
<th>
|
|
<th>
|
|
|
<div>¥{{ detailData?.insFeeOrders?.thirdDistributionPremium }}</div>
|
|
<div>¥{{ detailData?.insFeeOrders?.thirdDistributionPremium }}</div>
|
|
@@ -1055,8 +1055,8 @@
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div id="lineMsg" class="lineMsg">
|
|
|
|
|
- <div class="title">订单轨迹</div>
|
|
|
|
|
|
|
+ <div class="lineMsg">
|
|
|
|
|
+ <div id="lineMsg" :ref="(el) => setSectionRef(el, 10)" class="title">订单轨迹</div>
|
|
|
<el-table :data="orderData" height="300">
|
|
<el-table :data="orderData" height="300">
|
|
|
<el-table-column label="变更信息">
|
|
<el-table-column label="变更信息">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
@@ -1079,8 +1079,8 @@
|
|
|
<el-table-column prop="result" label="保司反馈"></el-table-column>
|
|
<el-table-column prop="result" label="保司反馈"></el-table-column>
|
|
|
</el-table>
|
|
</el-table>
|
|
|
</div>
|
|
</div>
|
|
|
- <div id="equities" class="equities">
|
|
|
|
|
- <div class="title">权益信息</div>
|
|
|
|
|
|
|
+ <div class="equities">
|
|
|
|
|
+ <div id="equities" :ref="(el) => setSectionRef(el, 11)" class="title">权益信息</div>
|
|
|
<el-table :data="equitiesData" height="200px">
|
|
<el-table :data="equitiesData" height="200px">
|
|
|
<el-table-column prop="equityPackageName" label="权益名称" align="center">
|
|
<el-table-column prop="equityPackageName" label="权益名称" align="center">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
@@ -1097,7 +1097,8 @@
|
|
|
<el-table-column prop="rightsCount" label="发放数量" align="center"></el-table-column>
|
|
<el-table-column prop="rightsCount" label="发放数量" align="center"></el-table-column>
|
|
|
<el-table-column prop="packagePrice" label="总价" align="center">
|
|
<el-table-column prop="packagePrice" label="总价" align="center">
|
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
|
- <div>{{ scope.row.packagePrice * scope.row.rightsCount || scope.row.contractRate * scope.row.rightsCount }}
|
|
|
|
|
|
|
+ <div>{{ scope.row.packagePrice * scope.row.rightsCount || scope.row.contractRate * scope.row.rightsCount
|
|
|
|
|
+ }}
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -1192,7 +1193,7 @@ const getAssetsFile = (url: string) => {
|
|
|
return new URL(`../../assets/images/insurancePolicy/${url}.png`, import.meta.url).href;
|
|
return new URL(`../../assets/images/insurancePolicy/${url}.png`, import.meta.url).href;
|
|
|
};
|
|
};
|
|
|
// 页签
|
|
// 页签
|
|
|
-let tipsIndex = ref(0)
|
|
|
|
|
|
|
+let tipsIndex = ref('TBMsg')
|
|
|
let tipsList = ref([
|
|
let tipsList = ref([
|
|
|
{
|
|
{
|
|
|
name: '投保信息',
|
|
name: '投保信息',
|
|
@@ -1246,7 +1247,6 @@ let tipsList = ref([
|
|
|
}
|
|
}
|
|
|
])
|
|
])
|
|
|
const handleTipsIndexChange = (item, index) => {
|
|
const handleTipsIndexChange = (item, index) => {
|
|
|
- tipsIndex.value = index
|
|
|
|
|
const element = document.getElementById(`${item.id}`)
|
|
const element = document.getElementById(`${item.id}`)
|
|
|
if (element) {
|
|
if (element) {
|
|
|
element.scrollIntoView({ behavior: 'smooth' })
|
|
element.scrollIntoView({ behavior: 'smooth' })
|
|
@@ -2102,6 +2102,57 @@ onMounted(() => {
|
|
|
initTrack();
|
|
initTrack();
|
|
|
})
|
|
})
|
|
|
|
|
|
|
|
|
|
+const sectionRefs = ref<HTMLElement[]>([]) // 存储所有区域的 DOM
|
|
|
|
|
+
|
|
|
|
|
+// 设置 ref 的回调函数(v-for 中推荐用法)
|
|
|
|
|
+const setSectionRef = (el: HTMLElement | null, index: number) => {
|
|
|
|
|
+ if (el) {
|
|
|
|
|
+ sectionRefs.value[index] = el
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+// ---------- 3. Intersection Observer 核心逻辑 ----------
|
|
|
|
|
+let observer: IntersectionObserver | null = null
|
|
|
|
|
+
|
|
|
|
|
+onMounted(() => {
|
|
|
|
|
+ // 顶部缩减 70px(让导航栏挡不住判定),底部缩减 50%(让下一个区域出现时才切换)
|
|
|
|
|
+ const rootMargin = `0px 0px -40% 0px`
|
|
|
|
|
+ observer = new IntersectionObserver(
|
|
|
|
|
+ (entries) => {
|
|
|
|
|
+ // 找出所有可见的区域中,最靠近视口顶部的那一个
|
|
|
|
|
+ const visibleEntries = entries.filter(entry => entry.isIntersecting)
|
|
|
|
|
+ if (visibleEntries.length > 0) {
|
|
|
|
|
+ // 按 top 值排序,取最靠上的(即用户最先看到的)
|
|
|
|
|
+ const topEntry = visibleEntries.sort(
|
|
|
|
|
+ (a, b) => a.boundingClientRect.top - b.boundingClientRect.top
|
|
|
|
|
+ )[0]
|
|
|
|
|
+ const targetId = topEntry.target.id
|
|
|
|
|
+ if (targetId && tipsIndex.value !== targetId) {
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ tipsIndex.value = targetId
|
|
|
|
|
+ }, 10);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ threshold: [0.5], // 多个阈值提高触发精度
|
|
|
|
|
+ rootMargin: rootMargin,
|
|
|
|
|
+ }
|
|
|
|
|
+ )
|
|
|
|
|
+
|
|
|
|
|
+ // 开始观察所有区域
|
|
|
|
|
+ sectionRefs.value.forEach((el) => {
|
|
|
|
|
+ if (el) observer?.observe(el)
|
|
|
|
|
+ })
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
|
|
+onUnmounted(() => {
|
|
|
|
|
+ if (observer) {
|
|
|
|
|
+ observer.disconnect()
|
|
|
|
|
+ observer = null
|
|
|
|
|
+ }
|
|
|
|
|
+})
|
|
|
|
|
+
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
@@ -2285,7 +2336,10 @@ onMounted(() => {
|
|
|
height: calc(100% - 280px);
|
|
height: calc(100% - 280px);
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
overflow-x: hidden;
|
|
overflow-x: hidden;
|
|
|
|
|
+ &>.title{
|
|
|
|
|
+ margin-left: 24px;
|
|
|
|
|
|
|
|
|
|
+ }
|
|
|
.title {
|
|
.title {
|
|
|
height: 18px;
|
|
height: 18px;
|
|
|
line-height: 18px;
|
|
line-height: 18px;
|
|
@@ -2295,6 +2349,9 @@ onMounted(() => {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
|
|
|
+ &:first-of-type{
|
|
|
|
|
+ margin-top: 12px;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.taxList {
|
|
.taxList {
|
|
|
display: flex;
|
|
display: flex;
|