单风机:子系统详情显示调整
This commit is contained in:
parent
1f4d81f208
commit
1453953ea4
@ -236,12 +236,14 @@
|
|||||||
<div class="dialogContent">
|
<div class="dialogContent">
|
||||||
<el-scrollbar>
|
<el-scrollbar>
|
||||||
<div class="PitchPart">
|
<div class="PitchPart">
|
||||||
<el-row :gutter="20">
|
<!-- <el-row > -->
|
||||||
<div class="Pitchitem" v-for="item in subSystemDataList" :key="item.name">
|
<!-- <el-col :span="12"> -->
|
||||||
<span class="PitchitemLeft">{{ item.name }}</span>
|
<div class="Pitchitem" v-for="item in subSystemDataList" :key="item.name">
|
||||||
<span class="PitchitemRight">{{ item.value }}</span>
|
<span class="PitchitemLeft">{{ item.name }}</span>
|
||||||
</div>
|
<span class="PitchitemRight">{{ item.value }}</span>
|
||||||
</el-row>
|
</div>
|
||||||
|
<!-- </el-col> -->
|
||||||
|
<!-- </el-row> -->
|
||||||
</div>
|
</div>
|
||||||
</el-scrollbar>
|
</el-scrollbar>
|
||||||
</div>
|
</div>
|
||||||
@ -1498,17 +1500,19 @@ $labelHeight: 24px;
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
.dialogContent {
|
.dialogContent {
|
||||||
|
width: 100%;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
// overflow-x: hidden;
|
// overflow-x: hidden;
|
||||||
.PitchPart {
|
.PitchPart {
|
||||||
width: calc(100% - 10px);
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
width: 100%;
|
||||||
.Pitchitem {
|
.Pitchitem {
|
||||||
border: 1px solid #e1edf6;
|
border: 1px solid #e1edf6;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-left: 15px;
|
width: 50%;
|
||||||
width: 480px;
|
|
||||||
.PitchitemLeft {
|
.PitchitemLeft {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
Reference in New Issue
Block a user