Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
Project
Project
Details
Activity
Releases
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
刘照晖
DC-TOM
Commits
5082b90e
Commit
5082b90e
authored
Jul 03, 2025
by
Cai Wei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(*): 样式修改
parent
75068100
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
41 additions
and
11 deletions
+41
-11
index.vue
src/layout/index.vue
+10
-5
style.css
src/style.css
+2
-2
theme.scss
src/theme.scss
+14
-0
paramsSetings.vue
src/views/equipmentManagement/components/paramsSetings.vue
+7
-1
index.vue
src/views/equipmentManagement/index.vue
+5
-0
index.vue
src/views/login/index.vue
+3
-3
No files found.
src/layout/index.vue
View file @
5082b90e
...
...
@@ -11,7 +11,7 @@
:is-active=
"sidebar"
/>
<h3>
DC-TOM管理平台
</h3>
<div
class=
"go-tom"
@
click=
"goTom"
>
Eco
-TOM
三流合一
</div>
<div
class=
"go-tom"
@
click=
"goTom"
>
Eco
TOM
三流合一
</div>
<div
class=
"right-block"
>
<el-dropdown
class=
"right-menu-item"
trigger=
"click"
>
<div
class=
"user-info"
>
...
...
@@ -212,13 +212,18 @@ export default {
padding
:
0
20px
;
position
:
absolute
;
right
:
200px
;
color
:
#ffffff
;
background-color
:
var
(
--
bg-primary
);
border
:
1px
solid
var
(
--
success
);
color
:
#36f1cd
;
background-color
:
var
(
--
bg-secondary
);
border
:
1px
solid
#434343
;
// color: #ffffff;
// background-color: var(--bg-primary);
// border: 1px solid var(--success);
border-radius
:
6px
;
cursor
:
pointer
;
transition
:
all
0
.3s
ease
;
&
:hover
{
border
:
1px
solid
rgba
(
54
,
241
,
205
,
.7
);
box-shadow
:
0px
1
.33px
16px
0px
rgba
(
83
,
100
,
170
,
0
.5
);
}
}
...
...
@@ -242,7 +247,7 @@ export default {
align-items
:
center
;
margin-right
:
3
.125rem
;
font-size
:
1
.25rem
!
important
;
color
:
#
606266
;
color
:
#
ccc
;
height
:
100%
;
.user-avatar
{
width
:
1
.5rem
;
...
...
src/style.css
View file @
5082b90e
...
...
@@ -54,11 +54,11 @@
}
.view-btn
{
color
:
#2182a0
!important
;
color
:
var
(
--success
)
!important
;
}
.edit-btn
{
color
:
#2182a0
!important
;
color
:
var
(
--success
)
!important
;
}
.el-button--primary
{
...
...
src/theme.scss
View file @
5082b90e
...
...
@@ -417,3 +417,17 @@
border-bottom
:
1px
solid
#434343
!
important
;
border-left
:
1px
solid
#434343
!
important
;
}
.el-dropdown-menu
{
background-color
:
#181d21
!
important
;
border-color
:
#434343
!
important
;
.el-dropdown-menu__item
{
color
:
#ccc
!
important
;
&
:hover
{
background-color
:
#434343
!
important
;
}
}
.el-dropdown-menu__item
:not
(
.is-disabled
)
:focus
,
.el-dropdown-menu__item
:not
(
.is-disabled
)
:hover
{
background-color
:
#434343
!
important
;
}
}
\ No newline at end of file
src/views/equipmentManagement/components/paramsSetings.vue
View file @
5082b90e
...
...
@@ -387,7 +387,7 @@ body {
.title
{
color
:
#fff
;
font-size
:
1
.8rem
;
font-size
:
1
8px
;
margin-bottom
:
1rem
;
padding-bottom
:
0
.5rem
;
border-bottom
:
1px
solid
#434343
;
...
...
@@ -618,4 +618,10 @@ input[type="checkbox"] {
.el-self-container
.device-label
{
color
:
#fff
;
}
</
style
>
<
style
>
.equipment-management
.el-input__inner
{
color
:
#fff
!important
;
}
</
style
>
\ No newline at end of file
src/views/equipmentManagement/index.vue
View file @
5082b90e
...
...
@@ -482,6 +482,9 @@ onMounted(() => {
height
:
calc
(
100vh
-
400px
);
flex
:
1
;
}
.el-button.is-text
:not
(
.is-disabled
)
:hover
{
background-color
:
#434343
;
}
}
.default-btn
{
width
:
85px
;
...
...
@@ -497,6 +500,8 @@ onMounted(() => {
.margin-right-10
{
margin-right
:
10px
;
}
</
style
>
<
style
>
.equipment-management
.el-upload-list
{
...
...
src/views/login/index.vue
View file @
5082b90e
...
...
@@ -1134,7 +1134,7 @@ $cursor: #ccc;
-webkit-appearance
:
none
;
border-radius
:
0px
;
padding
:
12px
5px
12px
15px
;
color
:
#
7f7b7b
;
color
:
#
fff
;
height
:
47px
;
caret-color
:
$cursor
;
width
:
100%
;
...
...
@@ -1160,7 +1160,7 @@ $cursor: #ccc;
.captcha
{
input
{
color
:
#
666
;
color
:
#
fff
;
/*font-size: 18px;*/
}
}
...
...
@@ -1168,7 +1168,7 @@ $cursor: #ccc;
.el-form-item
{
border
:
none
;
border-bottom
:
1px
solid
#fff
;
background
:
#
fff
;
background
:
#
181d21
;
padding-right
:
0px
;
box-sizing
:
border-box
;
}
...
...
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