单风机:子系统详情显示调整

This commit is contained in:
高云鹏 2024-12-19 17:11:51 +08:00
parent 1f4d81f208
commit 1453953ea4

View File

@ -236,12 +236,14 @@
<div class="dialogContent">
<el-scrollbar>
<div class="PitchPart">
<el-row :gutter="20">
<!-- <el-row > -->
<!-- <el-col :span="12"> -->
<div class="Pitchitem" v-for="item in subSystemDataList" :key="item.name">
<span class="PitchitemLeft">{{ item.name }}</span>
<span class="PitchitemRight">{{ item.value }}</span>
</div>
</el-row>
<!-- </el-col> -->
<!-- </el-row> -->
</div>
</el-scrollbar>
</div>
@ -1498,17 +1500,19 @@ $labelHeight: 24px;
float: right;
}
.dialogContent {
width: 100%;
height: 500px;
// overflow-y: auto;
// overflow-x: hidden;
.PitchPart {
width: calc(100% - 10px);
display: flex;
flex-wrap: wrap;
width: 100%;
.Pitchitem {
border: 1px solid #e1edf6;
display: flex;
justify-content: space-between;
margin-left: 15px;
width: 480px;
width: 50%;
.PitchitemLeft {
display: flex;
align-items: center;