Commit fae09a40 by 马小涵

串查指纹

parent 27dd2334
......@@ -10,7 +10,7 @@
<el-menu-item index="2">平面</el-menu-item>
</el-menu>
</div>
<div class="tt_finger_src">
<div class="outside">
<div class="tt_finger_src_label">
<div class="tt_finger_src_label_font">源数据</div>
</div>
......@@ -47,7 +47,7 @@
</div>
</div>
</div>
<div class="tt_finger_dest">
<div class="outside">
<div class="tt_finger_dest_label">
<div class="tt_finger_dest_label_font">目标数据</div>
</div>
......@@ -124,15 +124,8 @@ div {
height: 800px;
width: 100%;
}
/*源数据外层*/
.tt_finger .tt_finger_src {
height: 390px;
width: 100%;
display: flex;
flex-direction: row;
}
/*目标数据外层*/
.tt_finger .tt_finger_dest {
/*外层*/
.outside {
height: 390px;
width: 100%;
display: flex;
......@@ -140,7 +133,6 @@ div {
}
/*源标题*/
.tt_finger_src_label {
border: #0b6cd9 1px solid;
width: 40px;
height: 340px;
background: #f6f8fa;
......@@ -163,7 +155,6 @@ div {
}
.tt_finger_dest_label {
border: #f6a51a 1px solid;
width: 40px;
height: 340px;
background: #f6f8fa;
......@@ -185,20 +176,20 @@ div {
.finger_prints {
width: 100%;
padding: 0 8px 0 8px;
margin-left: -70px;
}
.finger_print_div {
border: #333333 1px solid;
width: 340px;
height: 390px;
background: #ffffff;
border-radius: 8px;
border: 1px solid #cccccc;
margin: 0 8px 0 8px;
}
.finger_print {
border: black 1px solid;
width: 340px;
height: 340px;
background: #ffffff;
border-radius: 8px;
border: 1px solid #cccccc;
}
.finger_pring_label {
width: 100%;
......
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