修改样式

This commit is contained in:
yyhouc 2023-04-26 15:29:32 +08:00
parent f9e7e64815
commit 500e91cdc6
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<el-config-provider :locale="en">
<el-row :gutter="10">
<el-col :span="24">
<el-card shadow="hover">
<el-card shadow="hover" style="height: 83vh;margin:25px ;">
<div class="system-user-search mb15">
<el-form>
<el-row>
@ -37,7 +37,7 @@
</div>
<el-table :data="state.tableData.data" style="width: 100%" v-loading="state.tableData.loading"
<el-table :data="state.tableData.data" style="width: 100%;height: 65vh;" v-loading="state.tableData.loading"
@selection-change="handleSelectionChange">
<el-table-column prop="userName" label="User name"> </el-table-column>
<el-table-column prop="email" label="Email"> </el-table-column>

View File

@ -3,7 +3,7 @@
<el-config-provider :locale="en">
<el-row :gutter="10">
<el-col :span="24">
<el-card shadow="hover">
<el-card shadow="hover" style="margin:25px ;height: 83vh;">
<div class="system-user-search mb15">
<el-form>
<el-row>
@ -40,7 +40,7 @@
</el-button>
</el-row> -->
</div>
<el-table :data="state.tableData.data" style="width: 100%" v-loading="state.tableData.loading"
<el-table :data="state.tableData.data" style="width: 100%;height: 65vh;" v-loading="state.tableData.loading"
@selection-change="handleSelectionChange">
<el-table-column prop="toolName" label="Tool Name">
<template #default="scope">