diff --git a/src/views/statisticalReport/quarterlyStatistics.vue b/src/views/statisticalReport/quarterlyStatistics.vue index ddc57f5..ac15f48 100644 --- a/src/views/statisticalReport/quarterlyStatistics.vue +++ b/src/views/statisticalReport/quarterlyStatistics.vue @@ -92,7 +92,7 @@ export default { label: '项目', fixed: 'left', prop: 'department.name', - minWidth: 200, + minWidth: 260, sortable: false, customFn:row => { return ( @@ -160,7 +160,7 @@ export default { { label: '计划支出', sortable: false, - width: 160, + width: 140, customFn: row => { return (
@@ -183,7 +183,7 @@ export default { { label: '实际支出', sortable: false, - width: 160, + width: 140, customFn: row => { return (
@@ -206,7 +206,7 @@ export default { { label: '执行率', sortable: false, - width: 160, + width: 100, customFn: row => { return (
@@ -281,7 +281,7 @@ export default { text-align: left; border-top: 1px solid #EBEEF5; - padding: 5px; + padding: 10px; &:nth-child(1) { border-top: none; @@ -290,7 +290,6 @@ export default { text-align: center; font-weight: 600; - padding: 10px 0; } }