🎨调整客户端列表样式

This commit is contained in:
coward 2024-06-07 14:44:08 +08:00
parent cee6ca58eb
commit 9d67b38796

View File

@ -1,7 +1,8 @@
<script setup lang="ts">
import {
deleteClient,
downloadClient, generateClientIP,
downloadClient,
generateClientIP,
getClients,
saveClient
} from "@/api/clients";
@ -309,7 +310,7 @@ getClientsApi(clientSearchForm.value);
</div>
<div class="content">
<el-card body-style="padding: inherit" shadow="hover">
<div class="flex flex-wrap gap-8">
<div class="flex flex-wrap gap-4" style="display: flex;justify-content: center;">
<el-card
v-for="val in clientsList.data"
style="float: left; width: 500px"
@ -418,7 +419,10 @@ getClientsApi(clientSearchForm.value);
</el-form>
</el-card>
</div>
<div class="paginate" style="background-color: #ffffff; margin-top: 5px">
<div
class="paginate"
style="background-color: #ffffff; margin-top: 5px"
>
<el-card>
<el-pagination
small