1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
| td,
| th {
| color: #000;
| font-size: 12px;
| }
|
| .print-item {
| margin-bottom: 40px;
| }
|
| .el-table {
| margin-top: 15px;
| }
|
| .el-table__footer-wrapper td {
| font-size: 18px;
| color: #000;
| font-weight: bold;
| }
|
| .el-table__footer-wrapper td .cell {
| white-space: pre-wrap;
| }
|
| .area-text {
| text-align: center;
| font-size: 18px;
| color: #000;
| font-weight: 600;
| margin-bottom: 15px;
| }
|
| .desc-info {
| display: flex;
| color: #000;
| font-size: 16px;
| color: #000;
| line-height: 26px;
| }
| .desc-info__value {
| flex: 1;
| }
|
| .el-table {
| border: 1px solid #000 !important;
| border-bottom-width: 2px !important;
| border-right-width: 2px !important;
| }
|
| .el-table__cell {
| border: 1px solid #000 !important;
| }
|
|