修改样式
This commit is contained in:
parent
114e886533
commit
bf92e61236
@ -89,10 +89,6 @@
|
||||
<div class="report-content" v-if="selectedPatient">
|
||||
<!-- 基本信息 -->
|
||||
<div class="basic-info">
|
||||
<div class="photo-box">
|
||||
<img v-if="reportData.headPicUrl" :src="reportData.headPicUrl" alt="头像" class="photo"/>
|
||||
<div v-else class="no-photo">个人照片</div>
|
||||
</div>
|
||||
<div class="info-grid">
|
||||
<div class="info-row">
|
||||
<div class="info-item">
|
||||
@ -107,7 +103,6 @@
|
||||
<label>姓名:</label>
|
||||
<span>{{ reportData.pname }}</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="info-row">
|
||||
<div class="info-item">
|
||||
@ -1865,7 +1860,7 @@ border-left-color: #409EFF;
|
||||
.basic-info {
|
||||
display: flex;
|
||||
gap: 20px;
|
||||
padding: 20px;
|
||||
padding: 10px;
|
||||
background: #F8F9FA;
|
||||
border-radius: 4px;
|
||||
}
|
||||
@ -1979,10 +1974,10 @@ flex: 1;
|
||||
}
|
||||
|
||||
.result-table {
|
||||
margin: 20px 0;
|
||||
margin: 2px 0;
|
||||
border: 1px solid #ebeef5;
|
||||
border-radius: 4px;
|
||||
height: 520px; /* 固定高度,与Charge.vue保持一致 */
|
||||
height: 366px; /* 固定高度,与Charge.vue保持一致 */
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: #fff;
|
||||
@ -2507,6 +2502,7 @@ cursor: not-allowed;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.tabs-container {
|
||||
|
Loading…
Reference in New Issue
Block a user