Browse Source

提交修改

jiexi1_1
YF-yuan 3 years ago
parent
commit
66cae36a02
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/views/leftCompoents/landUse.vue
  2. +1
    -1
      src/views/leftCompoents/popupComponents.vue

+ 2
- 2
src/views/leftCompoents/landUse.vue View File

}, },
}); });
chart.coordinate("theta", { chart.coordinate("theta", {
radius: 0.65,
innerRadius: 0.7,
radius: 0.6,
innerRadius: 0.6,
}); });
chart.tooltip({ chart.tooltip({
showTitle: false, showTitle: false,

+ 1
- 1
src/views/leftCompoents/popupComponents.vue View File

<template> <template>
<div id="popupComponents"> <div id="popupComponents">
<p class="popupNav"> <p class="popupNav">
<span class="title">采样点数据</span>
<span class="title">{{dataList.gid}}号采样点数据</span>
<img class="closePopup" src="../../assets/img/gisdemo/close.png" alt="" @click="closePopup" <img class="closePopup" src="../../assets/img/gisdemo/close.png" alt="" @click="closePopup"
> >
</p> </p>

Loading…
Cancel
Save