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
6cd2aeca
Commit
6cd2aeca
authored
Dec 06, 2023
by
夏敏伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
789b63a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
7 deletions
+16
-7
src/view/flfg/flfg.vue
src/view/flfg/flfg.vue
+9
-3
src/view/home.vue
src/view/home.vue
+7
-4
No files found.
src/view/flfg/flfg.vue
View file @
6cd2aeca
<
template
>
<el-container
class=
"myContainer"
>
<el-container
class=
"myContainer
-flfg
"
>
<el-header
class=
"myHeader"
>
<el-menu
default-active=
"1"
class=
"second-router"
mode=
"horizontal"
@
open=
"handleOpen"
@
close=
"handleClose"
background-color=
"transparent"
text-color=
"#fff"
@
select=
"handleSelect"
>
...
...
@@ -23,7 +23,7 @@
</template>
<
style
lang=
"scss"
>
.myContainer
{
.myContainer
-flfg
{
width
:
100%
;
height
:
100%
;
margin
:
0
;
...
...
@@ -47,8 +47,14 @@
margin-left
:
10px
;
}
&
:last-child
{
&
:last-child
{
float
:
right
;
background
:
none
!
important
;
&
>
div
>
i
{
margin-top
:
10px
;
font-size
:
20px
;
color
:
white
;
}
}
}
}
...
...
src/view/home.vue
View file @
6cd2aeca
...
...
@@ -29,7 +29,7 @@
</a>
</div>
-->
 
<el-dropdown
@
command=
"handleCommand"
style=
"float: left;margin-top:
10
px;margin-left: 10px;"
>
<el-dropdown
@
command=
"handleCommand"
style=
"float: left;margin-top:
3
px;margin-left: 10px;"
>
<span
class=
"el-dropdown-link"
>
<i
class=
"el-icon-more setting_button"
></i>
</span>
...
...
@@ -402,7 +402,7 @@ export default {
position
:
absolute
;
text-align
:
center
;
top
:
20px
;
left
:
7
%
;
left
:
8
%
;
.module-info
{
width
:
33%
;
...
...
@@ -440,7 +440,7 @@ export default {
right
:
0px
;
text-align
:
center
;
top
:
20px
;
right
:
7
%
;
right
:
8
%
;
.module-info
{
width
:
33%
;
...
...
@@ -484,7 +484,7 @@ export default {
}
.top-nav3
{
width
:
1
11
px
;
width
:
1
30
px
;
height
:
40px
;
padding-left
:
1%
;
position
:
absolute
;
...
...
@@ -577,6 +577,9 @@ export default {
.el-dropdown-link
{
cursor
:
pointer
;
color
:
white
;
.el-icon-more.setting_button
{
font-size
:
25px
;
}
}
.el-icon-arrow-down
{
...
...
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