Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
E
energyai_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
葛齐林
energyai_vue
Commits
1d66db05
Commit
1d66db05
authored
Mar 31, 2021
by
xiexingan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交
parent
71e1ec1a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
57 deletions
+6
-57
App.vue
src/App.vue
+0
-57
theme-base.scss
src/assets/style/theme/theme-base.scss
+5
-0
theme.scss
src/assets/style/theme/theme.scss
+1
-0
No files found.
src/App.vue
View file @
1d66db05
...
...
@@ -645,23 +645,8 @@ export default {
}
}
// -----------
.d2-layout-header-aside-group
.d2-layout-header-aside-content
.d2-theme-container
.d2-theme-container-main
.d2-theme-container-main-body
.container-component
.d2-container-full
.d2-container-full__body
{
margin-bottom
:
50px
;
}
//-- 公共样式--//
// page页背景色
.d2-container-full__body
{
background-color
:
#b9c9e3
!
important
;
}
// 弹出框
.el-dialog__title
{
...
...
@@ -721,48 +706,6 @@ export default {
transform
:
translateY
(
-12px
);
}
// 二级菜单
.monitor_menu
{
.menu_item
{
width
:
120px
;
height
:
46px
;
line-height
:
46px
;
text-align
:
center
;
color
:
#ccc
;
box-shadow
:
0px
0
2px
#000
!
important
;
background-image
:
linear-gradient
(
to
top
,
#335274
,
#4d759a
)
!
important
;
text-shadow
:
0px
2px
1px
rgba
(
0
,
0
,
0
,
0
.3
)
!
important
;
}
.is-active
{
color
:
#fff
!
important
;
background
:
linear-gradient
(
0deg
,
rgba
(
33
,
172
,
252
,
1
)
,
rgba
(
48
,
136
,
193
,
1
)
)
!
important
;
}
ul
{
a
:nth-child
(
1
)
{
li
{
border-radius
:
9px
0
0
9px
!
important
;
}
}
a
:last-child
{
li
{
border-radius
:
0
9px
9px
0
!
important
;
}
}
}
}
.el-table
.cell
{
/*display: flex;*/
/*justify-content: center;*/
}
//-- 公共样式--//
.my_checkbox
{
.el-checkbox__input.is-checked
+
.el-checkbox__label
{
...
...
src/assets/style/theme/theme-base.scss
View file @
1d66db05
...
...
@@ -86,15 +86,20 @@
padding
:
0px
;
position
:
relative
;
overflow
:
hidden
;
.d2-theme-container-main-layer
{
position
:
absolute
;
top
:
0px
;
bottom
:
0px
;
left
:
0px
;
right
:
0px
;
background
:
#E6EAEE
;
}
.d2-theme-container-main-body
{
position
:
relative
;
margin
:
24px
24px
85px
;
}
}
}
...
...
src/assets/style/theme/theme.scss
View file @
1d66db05
...
...
@@ -13,6 +13,7 @@
// 背景图片和遮罩
.d2-layout-header-aside-group
{
background-color
:
$theme-bg-color
;
background-color
:
#fff
;
.d2-layout-header-aside-mask
{
background
:
$theme-bg-mask
;
}
...
...
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