Long texts control edited
This commit is contained in:
parent
e71705de4d
commit
84cee1989c
@ -671,7 +671,7 @@ abstract class DocumentIndex extends Base
|
|||||||
return $class;
|
return $class;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 'col-xs-4 col-sm-4 col-md-4 col-lg-2 col-xl-2 text-left';
|
return 'col-xs-4 col-sm-4 col-md-4 col-lg-2 col-xl-2 text-left long-texts';
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getClassAmount($type, $classAmount)
|
protected function getClassAmount($type, $classAmount)
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
<td class="col-sm-2 col-md-1 col-lg-1 col-xl-1 d-none d-sm-block">
|
<td class="col-sm-2 col-md-1 col-lg-1 col-xl-1 d-none d-sm-block">
|
||||||
{{ Form::bulkActionGroup($item->id, $item->name) }}
|
{{ Form::bulkActionGroup($item->id, $item->name) }}
|
||||||
</td>
|
</td>
|
||||||
<td class="col-xs-4 col-sm-3 col-md-4 col-lg-3 col-xl-3 long-texts">
|
<td class="col-xs-4 col-sm-3 col-md-4 col-lg-3 col-xl-3">
|
||||||
<a class="col-aka" href="{{ route('vendors.show', $item->id) }}">{{ $item->name }}</a>
|
<a class="col-aka long-texts d-block" href="{{ route('vendors.show', $item->id) }}">{{ $item->name }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-3 col-lg-3 col-xl-3 d-none d-md-block long-texts">
|
<td class="col-md-3 col-lg-3 col-xl-3 d-none d-md-block long-texts">
|
||||||
<el-tooltip content="{{ !empty($item->phone) ? $item->phone : trans('general.na') }}"
|
<el-tooltip content="{{ !empty($item->phone) ? $item->phone : trans('general.na') }}"
|
||||||
|
@ -47,8 +47,8 @@
|
|||||||
<td class="col-sm-2 col-md-1 col-lg-1 col-xl-1 d-none d-sm-block">
|
<td class="col-sm-2 col-md-1 col-lg-1 col-xl-1 d-none d-sm-block">
|
||||||
{{ Form::bulkActionGroup($item->id, $item->name) }}
|
{{ Form::bulkActionGroup($item->id, $item->name) }}
|
||||||
</td>
|
</td>
|
||||||
<td class="col-xs-4 col-sm-3 col-md-4 col-lg-3 col-xl-3 long-texts">
|
<td class="col-xs-4 col-sm-3 col-md-4 col-lg-3 col-xl-3">
|
||||||
<a class="col-aka" href="{{ route('customers.show', $item->id) }}">{{ $item->name }}</a>
|
<a class="col-aka long-texts d-block" href="{{ route('customers.show', $item->id) }}">{{ $item->name }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="col-md-3 col-lg-3 col-xl-3 d-none d-md-block long-texts">
|
<td class="col-md-3 col-lg-3 col-xl-3 d-none d-md-block long-texts">
|
||||||
<el-tooltip content="{{ !empty($item->phone) ? $item->phone : trans('general.na') }}"
|
<el-tooltip content="{{ !empty($item->phone) ? $item->phone : trans('general.na') }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user