调整长者信息、审核管理各弹窗宽度(从vw改为px
This commit is contained in:
parent
cc7d04826e
commit
ffc93ca4f4
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<a-drawer :title="title" width="70vw" :visible="visible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
<a-drawer :title="title" width="1000px" :visible="visible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
:bodyStyle="{ padding: '14px' }" @close="handleCancel">
|
||||
<template #footer>
|
||||
<a-button type="primary" style="margin-right: 8px" @click="handleCancel">关闭</a-button>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
</ElderInfoForm>
|
||||
</a-drawer>
|
||||
<!-- 长者信息变更审核 -->
|
||||
<a-drawer :title="title" width="70vw" :visible="elderUpInfoVisible" :closable="true" :bodyStyle="{ padding: '14px' }"
|
||||
<a-drawer :title="title" width="1000px" :visible="elderUpInfoVisible" :closable="true" :bodyStyle="{ padding: '14px' }"
|
||||
:footer-style="{ textAlign: 'right' }" @close="handleElderUpInfoCancel">
|
||||
<template #footer>
|
||||
<a-button type="primary" style="margin-right: 8px" @click="handleElderUpInfoCancel">关闭</a-button>
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
</ElderUpInfoForm>
|
||||
</a-drawer>
|
||||
<!-- 监护人信息变更审核 -->
|
||||
<a-drawer :title="title" width="70vw" :visible="upInfoVisible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
<a-drawer :title="title" width="1000px" :visible="upInfoVisible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
:bodyStyle="{ padding: '14px' }" @close="handleUpInfoCancel">
|
||||
<template #footer>
|
||||
<a-button type="primary" style="margin-right: 8px" @click="handleUpInfoCancel">关闭</a-button>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
</ElderHllc>
|
||||
</a-drawer>
|
||||
<!-- 指派护理人员 -->
|
||||
<a-drawer :title="'优先派单'" width="70vw" :visible="hlryVisible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
<a-drawer :title="'优先派单'" width="1300px" :visible="hlryVisible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
:bodyStyle="{ padding: '14px' }" @close="handleHlryCancel">
|
||||
<template #footer>
|
||||
<a-button type="primary" style="margin-right: 8px" @click="handleHlryCancel">关闭</a-button>
|
||||
|
|
@ -51,7 +51,7 @@
|
|||
</EmployeesSelectList>
|
||||
</a-drawer>
|
||||
<!-- 审核历史 -->
|
||||
<a-drawer title="审核历史" width="80vw" :visible="auditHisVisible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
<a-drawer title="审核历史" width="1500px" :visible="auditHisVisible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
:bodyStyle="{ padding: '14px' }" @close="handleAuditHisCancel">
|
||||
<a-tabs v-model:activeKey="auditHisActiveKey" @change="auditHisTabChanged">
|
||||
<a-tab-pane key="zz" tab="长者审核历史">
|
||||
|
|
|
|||
Loading…
Reference in New Issue