🎨调整客户端列表卡片样式
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward 2024-06-07 14:44:47 +08:00
parent 97e6e80d5a
commit 92f5f26ad5

View File

@ -309,10 +309,10 @@ getClientsApi(clientSearchForm.value);
</div>
<div class="content">
<el-card body-style="padding: inherit" shadow="hover">
<div class="flex flex-wrap gap-4">
<div class="flex flex-wrap gap-4" style="display: flex;justify-content: center;">
<el-card
v-for="val in clientsList.data"
style="width: 540px"
style="float: left; width: 500px"
shadow="hover"
>
<template #header>