Authored by 袁晋鹏

比对分析

... ... @@ -55,7 +55,14 @@
.bottom-condition .el-input__inner,.bottom-condition .el-button{
border-color:#409eff;
}
.drop {
.analysis {
position: relative;
text-align: center;
height:100%;
width: 100%;
/*max-width: 490px;*/
}
.analysis .drop {
padding-top: 20px;
border: 2px dashed #0a93be;
width: 600px;
... ... @@ -69,7 +76,7 @@
position: relative;
}
.el-upload__text {
.analysis .el-upload__text {
height: 50px;
line-height: 50px;
em {
... ... @@ -77,14 +84,12 @@
font-style: normal;
}
}
.link-type,
.link-type:focus {
.analysis .link-type,
.analysis .link-type:focus {
color: #337ab7;
cursor: pointer;
}
.linkdiv{
width: 400px;
height: 140px;
}
\ No newline at end of file
... ...
... ... @@ -2,8 +2,8 @@
<div class="add-top-title" style=" padding: 20px 20px 20px 20px;font-size: 16px;color:#337ab7">
比对分析场景
</div>
<div class="drop">
<router-link :to="'/analysis/add'" class="link-type">
<div class="analysis drop">
<router-link :to="'/analysis/add'" class="analysis link-type">
<div class="analysis-index-container" style="display: grid;">
<img src="/vue3/src/assets/images/analysis/icon-add.png"></img>
<div class="el-upload__text">
... ...