Commit df7e6560 authored by 高宇's avatar 高宇

调整预览图片初始大小

parent 077a11bf
...@@ -136,6 +136,9 @@ ...@@ -136,6 +136,9 @@
@click="clearForm(index)" @click="clearForm(index)"
/> />
</div>
<div class="contentDiv">
</div> </div>
<div class="Value"> <div class="Value">
<TextToolTip :text="item.differenceValue" :max-length="8" :disabled-show="false" /></div> <TextToolTip :text="item.differenceValue" :max-length="8" :disabled-show="false" /></div>
...@@ -189,6 +192,7 @@ ...@@ -189,6 +192,7 @@
<!-- 下方列表--> <!-- 下方列表-->
<div class="recordOneContent"> <div class="recordOneContent">
<div v-for="(item,index) in recode2" :key="index" :class="index === 0? 'oneContent': 'Content'"> <div v-for="(item,index) in recode2" :key="index" :class="index === 0? 'oneContent': 'Content'">
<div class="oneDiv">
<div class="number">{{ index + 11 }}</div> <div class="number">{{ index + 11 }}</div>
<div class="recordData"> <div class="recordData">
<el-input <el-input
...@@ -207,7 +211,7 @@ ...@@ -207,7 +211,7 @@
style="color: #5cbce5" style="color: #5cbce5"
@click="clearInspectionFormTwo(index)" @click="clearInspectionFormTwo(index)"
/> />
</div>
</div> </div>
<div class="Value"> <div class="Value">
<TextToolTip :text="item.differenceValue" :max-length="8" :disabled-show="false" /></div> <TextToolTip :text="item.differenceValue" :max-length="8" :disabled-show="false" /></div>
...@@ -2811,17 +2815,9 @@ export default { ...@@ -2811,17 +2815,9 @@ export default {
display: flex; display: flex;
margin-top: 16px; margin-top: 16px;
padding-bottom: 16px; padding-bottom: 16px;
.oneDiv{
.compareValue { width: 25%;
margin-left: 25%;
font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
color: #606266;
display: flex; display: flex;
align-items: center;
}
.number { .number {
width: 9px; width: 9px;
font-size: 14px; font-size: 14px;
...@@ -2834,8 +2830,8 @@ export default { ...@@ -2834,8 +2830,8 @@ export default {
.recordData { .recordData {
display: flex; display: flex;
margin-left: 3%; width: 80%;
width: 25%; margin-left:11%;
.el-icon-circle-close{ .el-icon-circle-close{
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -2843,6 +2839,52 @@ export default { ...@@ -2843,6 +2839,52 @@ export default {
cursor: pointer; cursor: pointer;
} }
} }
}
.Value {
//margin-left: 20px;
//margin-top: 8px;
width: 25%;
display: flex;
justify-content: center;
padding-right: 3%;
height: 18px;
font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
text-align: LEFT;
color: #0057ff;
//margin-left: 5%;
margin-top: -3%;
}
.averageValue {
//margin-left: 12%;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
display: flex;
justify-content: center;
padding-right: 11%;
font-size: 14px;
text-align: LEFT;
color: #0057ff;
width: 25%;
margin-top: -3%;
}
.compareValue {
//margin-left: 25%;
font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
color: #606266;
display: flex;
padding-left: 2%;
justify-content: center;
align-items: center;
}
} }
.Content { .Content {
...@@ -2850,7 +2892,9 @@ export default { ...@@ -2850,7 +2892,9 @@ export default {
margin-top: 16px; margin-top: 16px;
padding-bottom: 16px; padding-bottom: 16px;
//justify-content: center; //justify-content: center;
.oneDiv{
width: 25%;
display: flex;
.number { .number {
width: 9px; width: 9px;
font-size: 14px; font-size: 14px;
...@@ -2864,8 +2908,8 @@ export default { ...@@ -2864,8 +2908,8 @@ export default {
.recordData { .recordData {
//margin-left: 4%; //margin-left: 4%;
//margin-right: 2%; //margin-right: 2%;
width: 25%; width: 80%;
margin-left: 3%; margin-left:11%;
height: 32px; height: 32px;
border-radius: 4px; border-radius: 4px;
display: flex; display: flex;
...@@ -2876,44 +2920,54 @@ export default { ...@@ -2876,44 +2920,54 @@ export default {
cursor: pointer; cursor: pointer;
} }
} }
}
.Value { .Value {
//margin-left: 20px; //margin-left: 20px;
//margin-top: 8px; //margin-top: 8px;
width: 64px; width: 25%;
display: flex;
justify-content: center;
padding-right: 3%;
height: 18px; height: 18px;
font-size: 14px; font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400; font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400; font-weight: 400;
text-align: LEFT; text-align: LEFT;
color: #0057ff; color: #0057ff;
margin-left: 5%; //margin-left: 5%;
margin-top: -3%; margin-top: -3%;
} }
}
.averageValue { .averageValue {
margin-left: 12%; //margin-left: 12%;
font-family: Microsoft YaHei, Microsoft YaHei-400; font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400; font-weight: 400;
display: flex;
justify-content: center;
padding-right: 11%;
font-size: 14px; font-size: 14px;
text-align: LEFT; text-align: LEFT;
color: #0057ff; color: #0057ff;
width: 64px; width: 25%;
margin-top: -3%; margin-top: -3%;
} }
.compareValue { .compareValue {
width: 25%;
font-size: 14px; font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400; font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400; font-weight: 400;
padding-right: 19.2%;
color: #606266; color: #606266;
margin-left: 11%; //margin-left: 11%;
display: flex; display: flex;
justify-content: center;
align-items: center; align-items: center;
} }
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment