Commit 1ecbe7ea by qiaoyanqi

扫描问题修改

parent b002be7c
......@@ -25,7 +25,7 @@
}
.title {
font-family: Microsoft YaHei;
font-family: Microsoft YaHei, sans-serif;
margin-left: 4px;
font-size: 14px;
color: #222222;
......
<template>
<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">
<Button @click="handleCancel" class="btnInner">关闭</Button>
</div>
......
......@@ -126,7 +126,7 @@
display: inline-block;
margin-right: 4px;
line-height: 1;
font-family: SimSun;
font-family: SimSun, sans-serif;
font-size: 12px;
color: #ED664B;
}
......
......@@ -13,7 +13,7 @@ export default {
&& selectFileObject.FieldDataType == 10){ // 判断配置字段是否为关联基础数据类型
let table_Obj = context.getTableType(table);
let _data = '';
let _data = {};
if(table_Obj && table_Obj.type == "master"){//如果是主表字段
//获取字段对应值
_data =context.getMasterData().getValue(_key);
......
......@@ -150,8 +150,7 @@ export default {
font-size: 16px;
font-weight: 500;
height: 22px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
color: #0f0f0f;
line-height: 22px;
margin-bottom: 16px;
......@@ -168,7 +167,7 @@ export default {
width: 45px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400;
color: #5369d8;
line-height: 20px;
......
......@@ -39,7 +39,7 @@ export default {
font-size: 14px;
font-weight: 400;
height: 20px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
color: #0f0f0f;
line-height: 20px;
overflow: hidden;
......
......@@ -91,7 +91,7 @@ export default {
font-size: 14px;
font-weight: 400;
height: 20px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
color: #0f0f0f;
line-height: 20px;
overflow: hidden;
......@@ -101,7 +101,7 @@ export default {
.file-createdtime {
height: 17px;
font-size: 12px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400;
color: #7f7f7f;
line-height: 17px;
......
......@@ -81,8 +81,7 @@ export default {
font-size: 16px;
font-weight: 500;
height: 22px;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
font-family: PingFangSC-Medium, PingFang SC, sans-serif;
color: #0f0f0f;
line-height: 22px;
margin-bottom: 16px;
......@@ -99,7 +98,7 @@ export default {
width: 45px;
height: 20px;
font-size: 14px;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400;
color: #5369d8;
line-height: 20px;
......
......@@ -81,7 +81,7 @@ export default {
.news-name {
font-size: 14px;
font-weight: 400;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
color: #0f0f0f;
height: 24px;
line-height: 24px;
......@@ -90,10 +90,9 @@ export default {
text-overflow: ellipsis;
}
.news-createdtime {
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Regular, PingFang SC, sans-serif;
font-weight: 400;
color: #7f7f7f;
line-height: 17px;
height: 20px;
font-size: 12px;
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