incomplete
Signed-off-by: Chenx221 <chenx221@yandex.com>
This commit is contained in:
parent
c83162e39b
commit
9f50b94ac4
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
.table-container table {
|
.table-container table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
/*height: 100%;*/
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -155,11 +155,11 @@
|
|||||||
<td>${user.roles}</td>
|
<td>${user.roles}</td>
|
||||||
<td>${user.detail}</td>
|
<td>${user.detail}</td>
|
||||||
<td>${user.disabled}</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">
|
<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 btn-sm">Left</button>
|
||||||
<button type="button" class="btn btn-primary">Middle</button>
|
<button type="button" class="btn btn-primary btn-sm">Middle</button>
|
||||||
<button type="button" class="btn btn-primary">Right</button>
|
<button type="button" class="btn btn-primary btn-sm">Right</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
.table-container table {
|
.table-container table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
/*height: 100%;*/
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
@ -155,11 +155,11 @@
|
|||||||
<td>${user.roles}</td>
|
<td>${user.roles}</td>
|
||||||
<td>${user.detail}</td>
|
<td>${user.detail}</td>
|
||||||
<td>${user.disabled}</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">
|
<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 btn-sm">Left</button>
|
||||||
<button type="button" class="btn btn-primary">Middle</button>
|
<button type="button" class="btn btn-primary btn-sm">Middle</button>
|
||||||
<button type="button" class="btn btn-primary">Right</button>
|
<button type="button" class="btn btn-primary btn-sm">Right</button>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Reference in New Issue
Block a user