liyinglin 2 years ago
parent 547331e0fd
commit 69dfd8db01

@ -1,6 +1,17 @@
@extends("admin.layouts.layout")
@section("content")
<style>
.table td {
word-break: keep-all;
white-space: nowrap;
}
.table th {
word-break: keep-all;
white-space: nowrap;
}
</style>
<div class="row">
<div class="col-12">
<div class="card">

Loading…
Cancel
Save