|
@@ -1,9 +1,14 @@
|
|
|
<template>
|
|
|
<div class="AddChemicalAndCommonMappingWrapper clearfix">
|
|
|
- <div class="groupTitle"><i
|
|
|
+ <!-- <div class="groupTitle"><i
|
|
|
class="el-icon-back"
|
|
|
@click="back"
|
|
|
- ></i> 化验大小项与公表项对应维护--添加关联</div>
|
|
|
+ ></i> 化验大小项与公表项对应维护--添加关联</div> -->
|
|
|
+ <crumbs
|
|
|
+ title="化验大小项与公表项对应维护--添加关联"
|
|
|
+ class="topBack"
|
|
|
+ linkTo="/admin/LT-YXSJWH-HYDXXYGBXDY"
|
|
|
+ ></crumbs>
|
|
|
<div class="AddChemicalAndCommonMappingBox clearfix">
|
|
|
<div class="titleBox clearfix">
|
|
|
<h3 class="title">关联公表项</h3>
|
|
@@ -263,18 +268,21 @@ export default {
|
|
|
<style lang="less">
|
|
|
.AddChemicalAndCommonMappingWrapper {
|
|
|
min-width: 980px;
|
|
|
- background: #fff;
|
|
|
- .groupTitle {
|
|
|
- width: calc(100% - 50px);
|
|
|
- height: 40px;
|
|
|
- background: #fff;
|
|
|
- padding: 0 20px 0 30px;
|
|
|
- margin-bottom: 20px;
|
|
|
- line-height: 40px;
|
|
|
- position: relative;
|
|
|
- z-index: 5;
|
|
|
-
|
|
|
+
|
|
|
+ .topBack {
|
|
|
+ top: 0;
|
|
|
}
|
|
|
+ // .groupTitle {
|
|
|
+ // width: calc(100% - 50px);
|
|
|
+ // height: 40px;
|
|
|
+ // background: #fff;
|
|
|
+ // padding: 0 20px 0 30px;
|
|
|
+ // margin-bottom: 20px;
|
|
|
+ // line-height: 40px;
|
|
|
+ // position: relative;
|
|
|
+ // z-index: 5;
|
|
|
+
|
|
|
+ // }
|
|
|
.titleBox {
|
|
|
border-bottom: 1px solid #000;
|
|
|
padding: 0 0 10px 0px;
|
|
@@ -284,7 +292,9 @@ export default {
|
|
|
float: left;
|
|
|
}
|
|
|
.AddChemicalAndCommonMappingBox {
|
|
|
- padding: 0 30px 20px 30px;
|
|
|
+ padding: 20px 30px 20px 30px;
|
|
|
+ margin: 70px 20px 0 20px;
|
|
|
+ background: #fff;
|
|
|
}
|
|
|
.leftBox , .midBox, .rightBox{
|
|
|
width: 40%;
|