fix: [流程查询] 更改基础信息的展示问题
This commit is contained in:
parent
08243e4a37
commit
4b692a3578
@ -39,10 +39,11 @@
|
||||
基础信息
|
||||
</div>
|
||||
<div class="info-grid">
|
||||
<div class="info-item">
|
||||
<div class="theme-info-item">
|
||||
<span class="label">流程主题</span>
|
||||
<span class="value">{{ progressDetail.progressTitle || '--' }}</span>
|
||||
</div>
|
||||
<div class="remain-info">
|
||||
<div class="info-item">
|
||||
<span class="label">模板名称</span>
|
||||
<span class="value">{{ progressDetail.contentName || '--' }}</span>
|
||||
@ -52,6 +53,7 @@
|
||||
<span class="value">{{ progressDetail.templateVersion || '--' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="block-section">
|
||||
@ -764,7 +766,7 @@ export default {
|
||||
|
||||
.detail-panel {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
// max-width: 1200px;
|
||||
background: #ffffff;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
@ -842,17 +844,8 @@ export default {
|
||||
}
|
||||
|
||||
.info-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(200px, 1fr));
|
||||
gap: 16px 24px;
|
||||
|
||||
.info-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 6px;
|
||||
|
||||
.label {
|
||||
font-size: 13px;
|
||||
font-size: 15px;
|
||||
color: #909399;
|
||||
}
|
||||
|
||||
@ -861,6 +854,25 @@ export default {
|
||||
color: #303133;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.theme-info-item {
|
||||
display: flex;
|
||||
gap: 16px 24px;
|
||||
margin-bottom: 16px;
|
||||
.value {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.remain-info {
|
||||
display: flex;
|
||||
gap: 16px 24px;
|
||||
|
||||
.info-item {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
gap: 16px 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -37,10 +37,11 @@
|
||||
基础信息
|
||||
</div>
|
||||
<div class="info-grid">
|
||||
<div class="info-item">
|
||||
<div class="theme-info-item">
|
||||
<span class="label">流程主题</span>
|
||||
<span class="value">{{ progressDetail.processTitle || '--' }}</span>
|
||||
</div>
|
||||
<div class="remain-info">
|
||||
<div class="info-item">
|
||||
<span class="label">机型名称</span>
|
||||
<span class="value">{{ progressDetail.modelName || '--' }}</span>
|
||||
@ -50,6 +51,7 @@
|
||||
<span class="value">{{ progressDetail.applicant || '--' }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="block-section">
|
||||
<div class="section-title">
|
||||
@ -862,7 +864,7 @@ export default {
|
||||
|
||||
.detail-panel {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
// max-width: 1200px;
|
||||
background: #ffffff;
|
||||
border-radius: 12px;
|
||||
overflow: hidden;
|
||||
@ -939,20 +941,9 @@ export default {
|
||||
}
|
||||
|
||||
.info-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(200px, 1fr));
|
||||
gap: 16px 24px;
|
||||
|
||||
.info-item {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
.label {
|
||||
font-size: 16px;
|
||||
font-size: 15px;
|
||||
color: #909399;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.value {
|
||||
@ -960,6 +951,25 @@ export default {
|
||||
color: #303133;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.theme-info-item {
|
||||
display: flex;
|
||||
gap: 16px 24px;
|
||||
margin-bottom: 16px;
|
||||
.value {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.remain-info {
|
||||
display: flex;
|
||||
gap: 16px 24px;
|
||||
|
||||
.info-item {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
gap: 16px 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user