fix: Bug #413 医生个人报卡管理界面统一(弹窗宽度1100px+标题对齐门诊医生站)

This commit is contained in:
2026-04-23 22:19:41 +08:00
parent 24758414f2
commit 9c48744cb1

View File

@@ -153,8 +153,8 @@
<el-dialog <el-dialog
v-model="detailVisible" v-model="detailVisible"
:title="detailMode === 'view' ? '报卡详情' : '编辑报卡'" :title="detailMode === 'view' ? '报卡详情 - 中华人民共和国传染病报告卡' : '编辑报卡 - 中华人民共和国传染病报告卡'"
width="900px" width="1100px"
destroy-on-close destroy-on-close
class="card-detail-dialog" class="card-detail-dialog"
> >
@@ -162,7 +162,7 @@
:mode=" detailMode" :mode=" detailMode"
:card-data="currentCard" :card-data="currentCard"
@submit-edit="handleSaveEdit" @submit-edit="handleSaveEdit"
style="max-height: 70vh; overflow-y: auto;" style="max-height: 75vh; overflow-y: auto;"
/> />
<template #footer> <template #footer>
<el-button @click="detailVisible = false">关闭</el-button> <el-button @click="detailVisible = false">关闭</el-button>