Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
xxx_phase2_web
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
夏敏伟
xxx_phase2_web
Commits
4c4ee858
Commit
4c4ee858
authored
Dec 06, 2023
by
夏敏伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式bug
parent
d52c8f08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
src/view/flfg/flfg.vue
src/view/flfg/flfg.vue
+12
-10
No files found.
src/view/flfg/flfg.vue
View file @
4c4ee858
...
@@ -4,11 +4,12 @@
...
@@ -4,11 +4,12 @@
<el-menu
default-active=
"1"
class=
"second-router"
mode=
"horizontal"
@
open=
"handleOpen"
@
close=
"handleClose"
<el-menu
default-active=
"1"
class=
"second-router"
mode=
"horizontal"
@
open=
"handleOpen"
@
close=
"handleClose"
background-color=
"transparent"
text-color=
"#fff"
@
select=
"handleSelect"
>
background-color=
"transparent"
text-color=
"#fff"
@
select=
"handleSelect"
>
<template
v-for=
"(item, index) in module"
>
<template
v-for=
"(item, index) in module"
>
<el-menu-item
:class=
"index == choice_status ? 'change-bg' : 'change-bg1'"
<el-menu-item
:class=
"[index == choice_status ? 'change-bg' : 'change-bg1', item.name == '生成报告' ? 'createBrief' : '']"
:index=
"(index + 1).toString()"
@
click=
"href_choice(item, index)"
>
:index=
"(index + 1).toString()"
@
click=
"href_choice(item, index)"
>
<div>
<div>
<i
:class=
"item.icon"
></i>
<i
:class=
"item.icon"
></i>
<span
v-text=
"item.name"
></span>
<span
v-
if=
"item.name != '生成报告'"
v-
text=
"item.name"
></span>
</div>
</div>
</el-menu-item>
</el-menu-item>
</
template
>
</
template
>
...
@@ -46,11 +47,13 @@
...
@@ -46,11 +47,13 @@
&
:not
(
:first-child
)
{
&
:not
(
:first-child
)
{
margin-left
:
10px
;
margin-left
:
10px
;
}
}
}
&
:last-child
{
.createBrief
{
float
:
right
;
float
:
right
;
background
:
none
!
important
;
background
:
none
!
important
;
&
>
div
>
i
{
&
>
div
>
i
{
margin-top
:
10px
;
margin-top
:
10px
;
font-size
:
20px
;
font-size
:
20px
;
color
:
white
;
color
:
white
;
...
@@ -58,7 +61,6 @@
...
@@ -58,7 +61,6 @@
}
}
}
}
}
}
}
.myMain
{
.myMain
{
width
:
100%
;
width
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment