|
@@ -11,8 +11,8 @@
|
|
|
></crumbs>
|
|
|
<div class="AddChemicalAndCommonMappingBox clearfix">
|
|
|
<div class="titleBox clearfix">
|
|
|
- <h3 class="title">关联公表项</h3>
|
|
|
- <h3 class="title">关联化验项</h3>
|
|
|
+ <p class="title">关联公表项</p>
|
|
|
+ <p class="title">关联化验项</p>
|
|
|
</div>
|
|
|
<div class="leftBox clearfix" >
|
|
|
|
|
@@ -57,7 +57,8 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="midBox">
|
|
|
- <h3>相互关联</h3>
|
|
|
+ <img class="midLogo" src="../../images/relation.png" alt="">
|
|
|
+ <p class="midTitle">相互关联</p>
|
|
|
</div>
|
|
|
<div class="rightBox">
|
|
|
<div class="itemLabel">
|
|
@@ -275,7 +276,7 @@ export default {
|
|
|
<style lang="less">
|
|
|
.AddChemicalAndCommonMappingWrapper {
|
|
|
.AddChemicalAndCommonMappingBox {
|
|
|
- min-width: 900px;
|
|
|
+ min-width: 940px;
|
|
|
}
|
|
|
color: #606266;
|
|
|
.topBack {
|
|
@@ -293,12 +294,12 @@ export default {
|
|
|
|
|
|
// }
|
|
|
.titleBox {
|
|
|
- border-bottom: 1px solid #dcdfe6;
|
|
|
padding: 0 0 10px 0px;
|
|
|
}
|
|
|
.title {
|
|
|
width: 50%;
|
|
|
float: left;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
.AddChemicalAndCommonMappingBox {
|
|
|
padding: 20px 30px 20px 30px;
|
|
@@ -312,8 +313,20 @@ export default {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.midBox {
|
|
|
- width: 10%;
|
|
|
+ width: 6%;
|
|
|
padding: 50px 0 0 0;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ .midTitle {
|
|
|
+ width: 40px;
|
|
|
+ margin: 0 auto;
|
|
|
+ }
|
|
|
+ .midLogo {
|
|
|
+ margin: 0 auto;
|
|
|
+ }
|
|
|
+ .leftBox, .rightBox {
|
|
|
+ border: 1px solid #dcdfe6;
|
|
|
+ padding: 20px 20px;
|
|
|
}
|
|
|
.itemLabel {
|
|
|
width: 100%;
|
|
@@ -337,17 +350,17 @@ export default {
|
|
|
}
|
|
|
.searchInput, .searchName {
|
|
|
display: inline-block;
|
|
|
- height: 30px;
|
|
|
- line-height: 30px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
border: 1px solid #dcdfe6;
|
|
|
margin: 9px 0 0 0;
|
|
|
}
|
|
|
|
|
|
.searchName {
|
|
|
- width: 39px;
|
|
|
text-align: center;
|
|
|
border-left: none;
|
|
|
cursor: pointer;
|
|
|
+ padding: 0 14px;
|
|
|
}
|
|
|
.itemList {
|
|
|
position: absolute;
|
|
@@ -379,11 +392,12 @@ export default {
|
|
|
background-color: #fff;
|
|
|
margin: 0px 20px;
|
|
|
padding: 20px;
|
|
|
- min-width: 920px;
|
|
|
+ min-width: 960px;
|
|
|
+ height: 80px;
|
|
|
.el-button {
|
|
|
position: absolute;
|
|
|
right: 80px;
|
|
|
- top: -20px;
|
|
|
+ top: 20px;
|
|
|
}
|
|
|
}
|
|
|
.sumbit {
|