Browse Source

commit

master
xuhuihui 3 years ago
parent
commit
548c0486be
  1. 4
      04.系统编码/Frontend/src/components/RamanLidar.vue

4
04.系统编码/Frontend/src/components/RamanLidar.vue

@ -99,7 +99,7 @@
<h2 class="title">边界层高度</h2>
<div id="BoundaryLayerHeight" style="width: 650px;height: 450px" v-loading="loadingBoundaryLayerHeightStatus" custom-class="loading" element-loading-text="加载中"></div>
</div>
<div class="picture">
<div class="picture special-picture">
<h2 class="title">气溶胶PM</h2>
<div v-loading="loadingPmStatus"
style="width: 100%;"
@ -110,7 +110,7 @@
</div>
</div>
<div class="picture">
<div class="picture special-picture">
<h2 class="title">边界层特征值</h2>
<div v-loading="loadingBackscatterStatus"
style="width: 100%;"

Loading…
Cancel
Save