@@ -304,7 +310,7 @@ export default {
* @param num1 确收金额
* @param num2 年度待确收金额
* */
- calcPercent(num1,num2){
+ calcPercent(num1, num2) {
let pointNo = Number(num1) / Number(num2) * 100
return pointNo.toFixed(1) + '%'
}
@@ -335,19 +341,20 @@ export default {
/deep/ .ant-table-thead tr > th {
color: #050525;
font-weight: bold;
- background: rgb(245,245,246);
+ background: rgb(245, 245, 246);
border: none;
}
+
/deep/ .ant-table-tbody tr > td {
color: rgba(5, 5, 37, 0.8);
border: none;
- border-bottom: 1px solid rgb(245,245,246);
+ border-bottom: 1px solid rgb(245, 245, 246);
}
/deep/ .ant-table-tbody tr > td:first-child {
color: #050525;
font-weight: bold;
- background: rgb(245,245,246);
+ background: rgb(245, 245, 246);
}
\ No newline at end of file