f7611a3a by renchao@pashanhoo.com

style:样式

1 parent c0aae42f
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-06-20 15:51:11
* @LastEditTime: 2023-06-20 15:57:59
-->
<template>
<div class="from-clues loadingtext" v-Loading="loading" element-loading-text="拼命加载中..." style="height:720px">
......@@ -12,7 +12,7 @@
</el-tabs>
<div class="no-data" v-if="headTabBdcqz.length == 0">暂无数据</div>
<canvas ref="zs" width="860" v-if="activeName==1" height="720"></canvas>
<canvas ref="zm" width="1460" v-else height="800"></canvas>
<canvas ref="zm" width="1180" v-else height="780"></canvas>
</div>
</template>
......@@ -169,7 +169,10 @@
context.fillText(line, 775, y + (index * 20)); // 调整行高
});
});
// fj
context.fillText(this.bdcqz.fj ? this.bdcqz.fj : '', 775, 650);
};
image.src = this.bdczmSrc;
}
}
......