13688801 by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents b059e1c4 c392706d
......@@ -194,12 +194,11 @@
type: "html",
maxWidth: 800, // 最大宽度
font_size: "", // 不设置则使用默认字体大小
style: `@font-face {
font-family: "STZHONGS";
src: url(${window.ttf}) format("truetype");
}`,
// 继承原来的所有样式
targetStyles: ["*"],
scanStyle:false,
});
this.render = false
},
......
......@@ -12,7 +12,7 @@
style="page-break-after: always">
<div class="title">{{ title }}</div>
<div class="num">{{ datass.length }}页,第{{ indexx + 1 }}</div>
<table class="xxTable">
<table class="xxxTable">
<tr v-for="item in columns" :key="item.name">
<td>
{{ item.despriction }}
......@@ -109,10 +109,12 @@
</script>
<style lang="scss" scoped>
.tbalede {
width: 100%;
margin: auto;
position: relative;
background-color: salmon;
.num {
position: absolute;
right: 10px;
......@@ -128,12 +130,12 @@
position: relative;
margin: 0 3px;
}
.xxTable {
.xxxTable {
width: 100%;
border-collapse: collapse;
tr td {
border: 2px solid rgb(227, 226, 226);
border: 1px solid rgb(139, 137, 137);
text-align: center;
height: 40px;
font-size: 13px;
......@@ -148,4 +150,6 @@
}
}
}
</style>
......