340 预约管理-门诊预约挂号:选择患者弹窗列表数据字段显示错位

This commit is contained in:
2026-04-07 16:37:09 +08:00
parent 7b6c972a12
commit 2584c8f076

View File

@@ -892,8 +892,8 @@ export default {
</script>
<style scoped>
/* 颜色变量定义 */
:root {
/* 颜色变量定义 - 使用组件内CSS变量 */
.ticket-management-container {
--primary-color: #1890FF;
--secondary-color: #FF6B35;
--status-unbooked: #5A8DEE;
@@ -967,7 +967,8 @@ export default {
}
.date-picker {
width: 100%;
width: 160px;
z-index: 1;
}
/* 搜索控件样式 */
@@ -1038,12 +1039,6 @@ export default {
cursor: not-allowed;
}
/* 日期选择器样式 */
.date-picker {
width: 160px;
z-index: 1;
}
/* 状态筛选器样式 */
.status-filter {
z-index: 2;
@@ -1598,9 +1593,28 @@ export default {
}
.modal-header {
padding: 16px 20px;
border-bottom: 1px solid #e0e0e0;
display: flex;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
}
.modal-header h3 {
margin: 0;
font-size: 18px;
font-weight: 600;
}
.close-btn {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #999;
}
.modal-body {
flex: 1;
overflow-y: auto;
@@ -1668,32 +1682,6 @@ export default {
border-color: var(--primary-color);
}
.modal-header {
padding: 16px 20px;
border-bottom: 1px solid #e0e0e0;
display: flex;
justify-content: space-between;
align-items: center;
}
.modal-header h3 {
margin: 0;
font-size: 18px;
font-weight: 600;
}
.close-btn {
background: none;
border: none;
font-size: 24px;
cursor: pointer;
color: #999;
}
.modal-body {
padding: 20px;
}
.patient-search-toolbar {
display: flex;
align-items: center;