feat: fix border
This commit is contained in:
		@@ -66,6 +66,10 @@
 | 
			
		||||
            background-color: #dbdbdb;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        tr {
 | 
			
		||||
            page-break-inside: avoid;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        td, th {
 | 
			
		||||
            padding: 16px 13px;
 | 
			
		||||
        }
 | 
			
		||||
@@ -90,6 +94,11 @@
 | 
			
		||||
            width: 170px;
 | 
			
		||||
            margin-bottom: 15px;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        table tfoot {
 | 
			
		||||
            border-top: 2px solid black;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    </style>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
@@ -124,6 +133,8 @@
 | 
			
		||||
                    <th>Цена</th>
 | 
			
		||||
                    <th>Сумма</th>
 | 
			
		||||
                </tr>
 | 
			
		||||
                <tfoot>
 | 
			
		||||
                </tfoot>
 | 
			
		||||
                </thead>
 | 
			
		||||
                <tbody>
 | 
			
		||||
                {% for service in services %}
 | 
			
		||||
@@ -135,6 +146,7 @@
 | 
			
		||||
                </tr>
 | 
			
		||||
                {% endfor %}
 | 
			
		||||
                </tbody>
 | 
			
		||||
 | 
			
		||||
            </table>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="footer">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user