员工、长者、监护人信息变更审核界面边距调整
This commit is contained in:
parent
ebc6f58a9e
commit
123f868235
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="container2">
|
||||
<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"
|
||||
:rowClassName="setRowClassName">
|
||||
<template #bodyCell="{ column, record }">
|
||||
|
|
@ -263,7 +263,7 @@ defineExpose({
|
|||
}
|
||||
|
||||
.antd-modal-form {
|
||||
padding: 14px;
|
||||
// padding: 14px;
|
||||
}
|
||||
|
||||
:deep(.ant-table-cell) {
|
||||
|
|
@ -277,7 +277,7 @@ defineExpose({
|
|||
|
||||
// 表单样式调整
|
||||
:deep(.ant-form-item) {
|
||||
margin-bottom: 16px;
|
||||
// margin-bottom: 16px;
|
||||
}
|
||||
|
||||
:deep(.ant-table-cell-row-hover) {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="container2">
|
||||
<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"
|
||||
:rowClassName="setRowClassName">
|
||||
<template #bodyCell="{ column, record }">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="container2">
|
||||
<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"
|
||||
:rowClassName="setRowClassName">
|
||||
<template #bodyCell="{ column, record }">
|
||||
|
|
|
|||
Loading…
Reference in New Issue