员工、长者、监护人信息变更审核界面边距调整

This commit is contained in:
1378012178@qq.com 2025-11-07 08:57:38 +08:00
parent ebc6f58a9e
commit 123f868235
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="container2"> <div class="container2">
<a-row> <a-row>
<a-col :span="24" style="padding-top: 10px;padding-left: 30px;padding-right: 30px;"> <a-col :span="24" >
<a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small" <a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small"
:rowClassName="setRowClassName"> :rowClassName="setRowClassName">
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">
@ -263,7 +263,7 @@ defineExpose({
} }
.antd-modal-form { .antd-modal-form {
padding: 14px; // padding: 14px;
} }
:deep(.ant-table-cell) { :deep(.ant-table-cell) {
@ -277,7 +277,7 @@ defineExpose({
// //
:deep(.ant-form-item) { :deep(.ant-form-item) {
margin-bottom: 16px; // margin-bottom: 16px;
} }
:deep(.ant-table-cell-row-hover) { :deep(.ant-table-cell-row-hover) {

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="container2"> <div class="container2">
<a-row> <a-row>
<a-col :span="24" style="padding-top: 10px;padding-left: 30px;padding-right: 30px;"> <a-col :span="24" >
<a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small" <a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small"
:rowClassName="setRowClassName"> :rowClassName="setRowClassName">
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">

View File

@ -1,7 +1,7 @@
<template> <template>
<div class="container2"> <div class="container2">
<a-row> <a-row>
<a-col :span="24" style="padding-top: 10px;padding-left: 30px;padding-right: 30px;"> <a-col :span="24" >
<a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small" <a-table :dataSource="filteredTableData" :columns="columns" :pagination="false" bordered size="small"
:rowClassName="setRowClassName"> :rowClassName="setRowClassName">
<template #bodyCell="{ column, record }"> <template #bodyCell="{ column, record }">