style:样式
Showing
1 changed file
with
5 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-06-20 15:51:11 | 4 | * @LastEditTime: 2023-06-20 15:57:59 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px"> | 7 | <div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px"> |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | </el-tabs> | 12 | </el-tabs> |
13 | <div class="no-data" v-if="headTabBdcqz.length == 0">暂无数据</div> | 13 | <div class="no-data" v-if="headTabBdcqz.length == 0">暂无数据</div> |
14 | <canvas ref="zs" width="860" v-if="activeName==1" height="720"></canvas> | 14 | <canvas ref="zs" width="860" v-if="activeName==1" height="720"></canvas> |
15 | <canvas ref="zm" width="1460" v-else height="800"></canvas> | 15 | <canvas ref="zm" width="1180" v-else height="780"></canvas> |
16 | </div> | 16 | </div> |
17 | </template> | 17 | </template> |
18 | 18 | ||
... | @@ -169,7 +169,10 @@ | ... | @@ -169,7 +169,10 @@ |
169 | context.fillText(line, 775, y + (index * 20)); // 调整行高 | 169 | context.fillText(line, 775, y + (index * 20)); // 调整行高 |
170 | }); | 170 | }); |
171 | }); | 171 | }); |
172 | // fj | ||
173 | context.fillText(this.bdcqz.fj ? this.bdcqz.fj : '', 775, 650); | ||
172 | }; | 174 | }; |
175 | |||
173 | image.src = this.bdczmSrc; | 176 | image.src = this.bdczmSrc; |
174 | } | 177 | } |
175 | } | 178 | } | ... | ... |
-
Please register or sign in to post a comment