Commit df7e6560 authored by 高宇's avatar 高宇

调整预览图片初始大小

parent 077a11bf
......@@ -136,6 +136,9 @@
@click="clearForm(index)"
/>
</div>
<div class="contentDiv">
</div>
<div class="Value">
<TextToolTip :text="item.differenceValue" :max-length="8" :disabled-show="false" /></div>
......@@ -189,6 +192,7 @@
<!-- 下方列表-->
<div class="recordOneContent">
<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="recordData">
<el-input
......@@ -207,7 +211,7 @@
style="color: #5cbce5"
@click="clearInspectionFormTwo(index)"
/>
</div>
</div>
<div class="Value">
<TextToolTip :text="item.differenceValue" :max-length="8" :disabled-show="false" /></div>
......@@ -2811,17 +2815,9 @@ export default {
display: flex;
margin-top: 16px;
padding-bottom: 16px;
.compareValue {
margin-left: 25%;
font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
color: #606266;
.oneDiv{
width: 25%;
display: flex;
align-items: center;
}
.number {
width: 9px;
font-size: 14px;
......@@ -2834,8 +2830,8 @@ export default {
.recordData {
display: flex;
margin-left: 3%;
width: 25%;
width: 80%;
margin-left:11%;
.el-icon-circle-close{
display: flex;
align-items: center;
......@@ -2843,6 +2839,52 @@ export default {
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 {
......@@ -2850,7 +2892,9 @@ export default {
margin-top: 16px;
padding-bottom: 16px;
//justify-content: center;
.oneDiv{
width: 25%;
display: flex;
.number {
width: 9px;
font-size: 14px;
......@@ -2864,8 +2908,8 @@ export default {
.recordData {
//margin-left: 4%;
//margin-right: 2%;
width: 25%;
margin-left: 3%;
width: 80%;
margin-left:11%;
height: 32px;
border-radius: 4px;
display: flex;
......@@ -2876,44 +2920,54 @@ export default {
cursor: pointer;
}
}
}
.Value {
//margin-left: 20px;
//margin-top: 8px;
width: 64px;
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-left: 5%;
margin-top: -3%;
}
}
.averageValue {
margin-left: 12%;
//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: 64px;
width: 25%;
margin-top: -3%;
}
.compareValue {
width: 25%;
font-size: 14px;
font-family: Microsoft YaHei, Microsoft YaHei-400;
font-weight: 400;
padding-right: 19.2%;
color: #606266;
margin-left: 11%;
//margin-left: 11%;
display: flex;
justify-content: 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