Commit fae09a40 by 马小涵

串查指纹

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