incomplete

Signed-off-by: Chenx221 <chenx221@yandex.com>
This commit is contained in:
Chenx221 2023-06-14 18:59:12 +08:00
parent c83162e39b
commit 9f50b94ac4
2 changed files with 14 additions and 14 deletions

View File

@ -28,7 +28,7 @@
.table-container table {
width: 100%;
height: 100%;
/*height: 100%;*/
}
</style>
</head>
@ -155,11 +155,11 @@
<td>${user.roles}</td>
<td>${user.detail}</td>
<td>${user.disabled}</td>
<td>
<td class="pt-2 pb-2 d-flex align-items-center">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
<button type="button" class="btn btn-primary">Right</button>
<button type="button" class="btn btn-primary btn-sm">Left</button>
<button type="button" class="btn btn-primary btn-sm">Middle</button>
<button type="button" class="btn btn-primary btn-sm">Right</button>
</div>
</td>
</tr>

View File

@ -28,7 +28,7 @@
.table-container table {
width: 100%;
height: 100%;
/*height: 100%;*/
}
</style>
</head>
@ -155,11 +155,11 @@
<td>${user.roles}</td>
<td>${user.detail}</td>
<td>${user.disabled}</td>
<td>
<td class="pt-2 pb-2 d-flex align-items-center">
<div class="btn-group" role="group" aria-label="Basic example">
<button type="button" class="btn btn-primary">Left</button>
<button type="button" class="btn btn-primary">Middle</button>
<button type="button" class="btn btn-primary">Right</button>
<button type="button" class="btn btn-primary btn-sm">Left</button>
<button type="button" class="btn btn-primary btn-sm">Middle</button>
<button type="button" class="btn btn-primary btn-sm">Right</button>
</div>
</td>
</tr>