|
@@ -19,8 +19,8 @@
|
|
|
|
|
|
.content {
|
|
.content {
|
|
width: 1000px;
|
|
width: 1000px;
|
|
- height: 583px;
|
|
|
|
- margin: auto;
|
|
|
|
|
|
+ padding: 30px 20px 20px 20px;
|
|
|
|
+ font-size: 18px;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
@@ -66,7 +66,8 @@
|
|
|
|
|
|
.title {
|
|
.title {
|
|
text-align: center;
|
|
text-align: center;
|
|
- font-size: 24px;
|
|
|
|
|
|
+ font-size: 36px;
|
|
|
|
+ font-weight: 500;
|
|
}
|
|
}
|
|
|
|
|
|
.number {
|
|
.number {
|
|
@@ -117,6 +118,7 @@
|
|
<body>
|
|
<body>
|
|
<div id="app">
|
|
<div id="app">
|
|
<div class="content" v-if="bigContent">
|
|
<div class="content" v-if="bigContent">
|
|
|
|
+ <div class="title">{{tableData.compName}}</div>
|
|
<div class="title">粮食质检单</div>
|
|
<div class="title">粮食质检单</div>
|
|
<div class="number">{{tableData.qualityNo}}</div>
|
|
<div class="number">{{tableData.qualityNo}}</div>
|
|
<table class="table">
|
|
<table class="table">
|