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