Compare commits

...

2 Commits

Author SHA1 Message Date
ba7c36ba50 Merge branch 'main' of http://114.55.171.231:3000/lxd/report-service 2025-04-26 19:45:09 +08:00
0621989d0e 样式修改 2025-04-26 19:44:44 +08:00

View File

@ -18,7 +18,7 @@
border-radius: 4px;
overflow-y: auto;
white-space: pre-line;
line-height: 3;
line-height: 2;
font-size: 16px;
text-align: left;
}
@ -43,6 +43,8 @@
border: 1px solid #000;
padding: 8px;
text-align: center;
font-size: 16px;
line-height: 2;
}
/* 头像容器样式 */
@ -706,8 +708,8 @@
.constitution-table td {
padding: 8px !important;
font-size: 18px !important;
line-height: 1.5 !important;
font-size: 16px !important;
line-height: 2 !important;
height: 30px !important; /* 设置单元格高度 */
border: 1px solid #000 !important;
}
@ -718,7 +720,7 @@
margin-right: 20px !important;
width: calc(100% - 140px) !important; /* 调整内容区域宽度 */
font-size: 16px !important;
line-height: 3 !important;
line-height: 2 !important;
border: none !important;
}
/* 心电图内容区域和图片样式 */