Commit 2ab6aa38 by luoqi

fix(plans): 患者卡片头右侧动作链接改顶对齐(items-start)

潜在治疗/原始档案链接原垂直居中于两行左栏(名字+年龄),改为与第一行(名字)顶对齐。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
parent 84787808
Pipeline #3353 failed in 0 seconds
...@@ -1007,7 +1007,7 @@ function IdentityCard({ ...@@ -1007,7 +1007,7 @@ function IdentityCard({
<section className="bg-white rounded-lg border border-slate-100 shadow-sm flex-none"> <section className="bg-white rounded-lg border border-slate-100 shadow-sm flex-none">
<div className="p-3 flex items-start gap-2.5"> <div className="p-3 flex items-start gap-2.5">
<div className="min-w-0 flex-1"> <div className="min-w-0 flex-1">
<div className="flex items-center justify-between gap-2"> <div className="flex items-start justify-between gap-2">
<div className="flex items-center gap-1.5 flex-wrap min-w-0"> <div className="flex items-center gap-1.5 flex-wrap min-w-0">
<span className="text-[15px] font-semibold text-slate-900 leading-tight">{patient.name}</span> <span className="text-[15px] font-semibold text-slate-900 leading-tight">{patient.name}</span>
{patient.medicalRecordNumber && ( {patient.medicalRecordNumber && (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment