quantity width and forgotten styles updated
This commit is contained in:
		@@ -44,7 +44,7 @@
 | 
			
		||||
                                        @stack('name_th_end')
 | 
			
		||||
 | 
			
		||||
                                        @stack('quantity_th_start')
 | 
			
		||||
                                            <th class="text-center border-right-0 border-bottom-0">{{ trans('bills.quantity') }}</th>
 | 
			
		||||
                                            <th class="text-center border-right-0 border-bottom-0 w-10">{{ trans('bills.quantity') }}</th>
 | 
			
		||||
                                        @stack('quantity_th_end')
 | 
			
		||||
 | 
			
		||||
                                        @stack('price_th_start')
 | 
			
		||||
 
 | 
			
		||||
@@ -45,7 +45,7 @@
 | 
			
		||||
                                        @stack('name_th_end')
 | 
			
		||||
 | 
			
		||||
                                        @stack('quantity_th_start')
 | 
			
		||||
                                            <th class="text-center border-right-0 border-bottom-0">{{ trans('bills.quantity') }}</th>
 | 
			
		||||
                                            <th class="text-center border-right-0 border-bottom-0 w-10">{{ trans('bills.quantity') }}</th>
 | 
			
		||||
                                        @stack('quantity_th_end')
 | 
			
		||||
 | 
			
		||||
                                        @stack('price_th_start')
 | 
			
		||||
 
 | 
			
		||||
@@ -58,7 +58,7 @@
 | 
			
		||||
    @stack('name_td_end')
 | 
			
		||||
 | 
			
		||||
    @stack('quantity_td_start')
 | 
			
		||||
        <td class="border-right-0 border-bottom-0"
 | 
			
		||||
        <td class="border-right-0 border-bottom-0 w-10"
 | 
			
		||||
            :class="[{'has-error': form.errors.has('items.' + index + '.quantity') }]">
 | 
			
		||||
            @stack('quantity_input_start')
 | 
			
		||||
                <input type="text"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user