Show template edited

This commit is contained in:
Burak Civan
2021-06-25 18:10:58 +03:00
parent eb8d94a31a
commit 2f85448ff7
5 changed files with 282 additions and 278 deletions

View File

@ -837,7 +837,7 @@ abstract class TransactionShow extends Base
return $class;
}
return 'col-md-2';
return 'col-4 col-lg-3';
}
protected function getClassHeaderContact($type, $classHeaderContact)
@ -852,7 +852,7 @@ abstract class TransactionShow extends Base
return $class;
}
return 'col-md-3';
return 'col-4 col-lg-2';
}
protected function getClassHeaderCategory($type, $classHeaderCategory)
@ -867,7 +867,7 @@ abstract class TransactionShow extends Base
return $class;
}
return 'col-md-3';
return 'col-4 col-lg-3';
}
protected function getClassHeaderAmount($type, $classHeaderAmount)
@ -882,7 +882,7 @@ abstract class TransactionShow extends Base
return $class;
}
return 'col-md-2';
return 'col-4 col-lg-2';
}
protected function getClassHeaderPaidAt($type, $classHeaderPaidAt)
@ -897,7 +897,7 @@ abstract class TransactionShow extends Base
return $class;
}
return 'col-md-2';
return 'col-4 col-lg-2';
}
protected function getTextContentTitle($type, $textContentTitle)
@ -1187,4 +1187,4 @@ abstract class TransactionShow extends Base
return 'col-sm-6 col-md-6 col-lg-6 col-xl-6';
}
}
}