Commit 1ecbe7ea by qiaoyanqi

扫描问题修改

parent b002be7c
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
} }
.title { .title {
font-family: Microsoft YaHei; font-family: Microsoft YaHei, sans-serif;
margin-left: 4px; margin-left: 4px;
font-size: 14px; font-size: 14px;
color: #222222; color: #222222;
......
<template> <template>
<div> <div>
<iframe :src="pdfUrl" frameborder="0" style="width: 100%; height: calc(100vh - 50px)"></iframe> <iframe :src="pdfUrl" frameborder="0" title="print" name="print" style="width: 100%; height: calc(100vh - 50px)"></iframe>
<div class="btn"> <div class="btn">
<Button @click="handleCancel" class="btnInner">关闭</Button> <Button @click="handleCancel" class="btnInner">关闭</Button>
</div> </div>
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
display: inline-block; display: inline-block;
margin-right: 4px; margin-right: 4px;
line-height: 1; line-height: 1;
font-family: SimSun; font-family: SimSun, sans-serif;
font-size: 12px; font-size: 12px;
color: #ED664B; color: #ED664B;
} }
......
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
&& selectFileObject.FieldDataType == 10){ // 判断配置字段是否为关联基础数据类型 && selectFileObject.FieldDataType == 10){ // 判断配置字段是否为关联基础数据类型
let table_Obj = context.getTableType(table); let table_Obj = context.getTableType(table);
let _data = ''; let _data = {};
if(table_Obj && table_Obj.type == "master"){//如果是主表字段 if(table_Obj && table_Obj.type == "master"){//如果是主表字段
//获取字段对应值 //获取字段对应值
_data =context.getMasterData().getValue(_key); _data =context.getMasterData().getValue(_key);
......
...@@ -150,8 +150,7 @@ export default { ...@@ -150,8 +150,7 @@ export default {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
height: 22px; height: 22px;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC, sans-serif;
font-weight: 500;
color: #0f0f0f; color: #0f0f0f;
line-height: 22px; line-height: 22px;
margin-bottom: 16px; margin-bottom: 16px;
...@@ -168,7 +167,7 @@ export default { ...@@ -168,7 +167,7 @@ export default {
width: 45px; width: 45px;
height: 20px; height: 20px;
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400; font-weight: 400;
color: #5369d8; color: #5369d8;
line-height: 20px; line-height: 20px;
......
...@@ -39,7 +39,7 @@ export default { ...@@ -39,7 +39,7 @@ export default {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
height: 20px; height: 20px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC, sans-serif;
color: #0f0f0f; color: #0f0f0f;
line-height: 20px; line-height: 20px;
overflow: hidden; overflow: hidden;
......
...@@ -91,7 +91,7 @@ export default { ...@@ -91,7 +91,7 @@ export default {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
height: 20px; height: 20px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC, sans-serif;
color: #0f0f0f; color: #0f0f0f;
line-height: 20px; line-height: 20px;
overflow: hidden; overflow: hidden;
...@@ -101,7 +101,7 @@ export default { ...@@ -101,7 +101,7 @@ export default {
.file-createdtime { .file-createdtime {
height: 17px; height: 17px;
font-size: 12px; font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400; font-weight: 400;
color: #7f7f7f; color: #7f7f7f;
line-height: 17px; line-height: 17px;
......
...@@ -81,8 +81,7 @@ export default { ...@@ -81,8 +81,7 @@ export default {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
height: 22px; height: 22px;
font-family: PingFangSC-Medium, PingFang SC; font-family: PingFangSC-Medium, PingFang SC, sans-serif;
font-weight: 500;
color: #0f0f0f; color: #0f0f0f;
line-height: 22px; line-height: 22px;
margin-bottom: 16px; margin-bottom: 16px;
...@@ -99,7 +98,7 @@ export default { ...@@ -99,7 +98,7 @@ export default {
width: 45px; width: 45px;
height: 20px; height: 20px;
font-size: 14px; font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400; font-weight: 400;
color: #5369d8; color: #5369d8;
line-height: 20px; line-height: 20px;
......
...@@ -81,7 +81,7 @@ export default { ...@@ -81,7 +81,7 @@ export default {
.news-name { .news-name {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC, sans-serif;
color: #0f0f0f; color: #0f0f0f;
height: 24px; height: 24px;
line-height: 24px; line-height: 24px;
...@@ -90,10 +90,9 @@ export default { ...@@ -90,10 +90,9 @@ export default {
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.news-createdtime { .news-createdtime {
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400; font-weight: 400;
color: #7f7f7f; color: #7f7f7f;
line-height: 17px;
height: 20px; height: 20px;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment