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>
@ -136,7 +136,7 @@
<button type="button" class="btn btn-primary" onclick="location.href='../dashboard'">返回</button>
<div class="table-container rounded-4 shadow-3-strong"
style="background-color: rgba(255,255,255,0.9); overflow-y: auto; max-height: 400px">
<table class="table table-striped table-hover border-primary">
<table class="table table-striped table-hover border-primary ">
<thead>
<tr>
<th scope="col">用户ID</th>
@ -144,7 +144,7 @@
<th scope="col">身份</th>
<th scope="col">身份ID</th>
<th scope="col">禁用状态</th>
<th scope="col">操作</th>
<th scope="col">操作</th>
</tr>
</thead>
<tbody>
@ -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>
@ -136,7 +136,7 @@
<button type="button" class="btn btn-primary" onclick="location.href='../dashboard'">返回</button>
<div class="table-container rounded-4 shadow-3-strong"
style="background-color: rgba(255,255,255,0.9); overflow-y: auto; max-height: 400px">
<table class="table table-striped table-hover border-primary">
<table class="table table-striped table-hover border-primary ">
<thead>
<tr>
<th scope="col">用户ID</th>
@ -144,7 +144,7 @@
<th scope="col">身份</th>
<th scope="col">身份ID</th>
<th scope="col">禁用状态</th>
<th scope="col">操作</th>
<th scope="col">操作</th>
</tr>
</thead>
<tbody>
@ -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>