styling for monthly preview for report details
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
    <table class="w-full rp-border-collapse">
 | 
			
		||||
        <thead>
 | 
			
		||||
            <tr>
 | 
			
		||||
                <th class="{{ $class->column_name_width }} print-alignment"> </th>
 | 
			
		||||
                <th class="{{ $class->column_name_width }} w-24 print-alignment"> </th>
 | 
			
		||||
 | 
			
		||||
                @foreach($class->dates as $date)
 | 
			
		||||
                <th class="{{ $class->column_value_width }} ltr:text-right rtl:text-left text-purple font-medium text-xs uppercase print-alignment">
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
 | 
			
		||||
<tfoot>
 | 
			
		||||
    <tr>
 | 
			
		||||
        <td class="{{ $class->column_name_width }} py-4 ltr:text-left rtl:text-right text-black-400 font-bold uppercase">
 | 
			
		||||
        <td class="{{ $class->column_name_width }} w-24 py-4 ltr:text-left rtl:text-right text-black-400 font-bold uppercase">
 | 
			
		||||
            {{ trans('reports.net') }}
 | 
			
		||||
        </td>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user