Showing
2 changed files
with
14 additions
and
9 deletions
@@ -55,7 +55,14 @@ | @@ -55,7 +55,14 @@ | ||
55 | .bottom-condition .el-input__inner,.bottom-condition .el-button{ | 55 | .bottom-condition .el-input__inner,.bottom-condition .el-button{ |
56 | border-color:#409eff; | 56 | border-color:#409eff; |
57 | } | 57 | } |
58 | -.drop { | 58 | +.analysis { |
59 | + position: relative; | ||
60 | + text-align: center; | ||
61 | + height:100%; | ||
62 | + width: 100%; | ||
63 | + /*max-width: 490px;*/ | ||
64 | +} | ||
65 | +.analysis .drop { | ||
59 | padding-top: 20px; | 66 | padding-top: 20px; |
60 | border: 2px dashed #0a93be; | 67 | border: 2px dashed #0a93be; |
61 | width: 600px; | 68 | width: 600px; |
@@ -69,7 +76,7 @@ | @@ -69,7 +76,7 @@ | ||
69 | position: relative; | 76 | position: relative; |
70 | } | 77 | } |
71 | 78 | ||
72 | -.el-upload__text { | 79 | +.analysis .el-upload__text { |
73 | height: 50px; | 80 | height: 50px; |
74 | line-height: 50px; | 81 | line-height: 50px; |
75 | em { | 82 | em { |
@@ -77,14 +84,12 @@ | @@ -77,14 +84,12 @@ | ||
77 | font-style: normal; | 84 | font-style: normal; |
78 | } | 85 | } |
79 | } | 86 | } |
80 | -.link-type, | ||
81 | -.link-type:focus { | 87 | +.analysis .link-type, |
88 | +.analysis .link-type:focus { | ||
82 | color: #337ab7; | 89 | color: #337ab7; |
83 | cursor: pointer; | 90 | cursor: pointer; |
84 | } | 91 | } |
85 | -.linkdiv{ | ||
86 | - width: 400px; | ||
87 | - height: 140px; | 92 | + |
88 | 93 | ||
89 | 94 | ||
90 | } | 95 | } |
@@ -2,8 +2,8 @@ | @@ -2,8 +2,8 @@ | ||
2 | <div class="add-top-title" style=" padding: 20px 20px 20px 20px;font-size: 16px;color:#337ab7"> | 2 | <div class="add-top-title" style=" padding: 20px 20px 20px 20px;font-size: 16px;color:#337ab7"> |
3 | 比对分析场景 | 3 | 比对分析场景 |
4 | </div> | 4 | </div> |
5 | - <div class="drop"> | ||
6 | - <router-link :to="'/analysis/add'" class="link-type"> | 5 | + <div class="analysis drop"> |
6 | + <router-link :to="'/analysis/add'" class="analysis link-type"> | ||
7 | <div class="analysis-index-container" style="display: grid;"> | 7 | <div class="analysis-index-container" style="display: grid;"> |
8 | <img src="/vue3/src/assets/images/analysis/icon-add.png"></img> | 8 | <img src="/vue3/src/assets/images/analysis/icon-add.png"></img> |
9 | <div class="el-upload__text"> | 9 | <div class="el-upload__text"> |
-
Please register or login to post a comment