Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
袁晋鹏
4 years ago
Commit
b59b8e5a24a1e059e30d036bca4ee89197660184
1 parent
b9f09fce
比对分析
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/analysis.css
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/index.html
hg-monitor-web-zj/src/main/resources/static/vue3/public/css/analysis.css
View file @
b59b8e5
...
...
@@ -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
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/analysis/index.html
View file @
b59b8e5
...
...
@@ -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"
>
...
...
Please
register
or
login
to post a comment