部门预算执行表格格子改短

master
xy 2 years ago
parent 64b4c2f3f0
commit 4cccb2b415

@ -92,7 +92,7 @@ export default {
label: '项目', label: '项目',
fixed: 'left', fixed: 'left',
prop: 'department.name', prop: 'department.name',
minWidth: 200, minWidth: 260,
sortable: false, sortable: false,
customFn:row => { customFn:row => {
return ( return (
@ -160,7 +160,7 @@ export default {
{ {
label: '计划支出', label: '计划支出',
sortable: false, sortable: false,
width: 160, width: 140,
customFn: row => { customFn: row => {
return ( return (
<div style="display: flex;flex-direction: column;"> <div style="display: flex;flex-direction: column;">
@ -183,7 +183,7 @@ export default {
{ {
label: '实际支出', label: '实际支出',
sortable: false, sortable: false,
width: 160, width: 140,
customFn: row => { customFn: row => {
return ( return (
<div style="display: flex;flex-direction: column;"> <div style="display: flex;flex-direction: column;">
@ -206,7 +206,7 @@ export default {
{ {
label: '执行率', label: '执行率',
sortable: false, sortable: false,
width: 160, width: 100,
customFn: row => { customFn: row => {
return ( return (
<div style="display: flex;flex-direction: column;"> <div style="display: flex;flex-direction: column;">
@ -281,7 +281,7 @@ export default {
text-align: left; text-align: left;
border-top: 1px solid #EBEEF5; border-top: 1px solid #EBEEF5;
padding: 5px; padding: 10px;
&:nth-child(1) { &:nth-child(1) {
border-top: none; border-top: none;
@ -290,7 +290,6 @@ export default {
text-align: center; text-align: center;
font-weight: 600; font-weight: 600;
padding: 10px 0;
} }
} }
</style> </style>

Loading…
Cancel
Save