Compare commits
2 Commits
846a316282
...
ba7c36ba50
Author | SHA1 | Date | |
---|---|---|---|
ba7c36ba50 | |||
0621989d0e |
@ -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;
|
||||
}
|
||||
/* 心电图内容区域和图片样式 */
|
||||
|
Loading…
Reference in New Issue
Block a user