Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
dd566d98
Commit
dd566d98
authored
Mar 02, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 样式修改
parent
c129a4a6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
src/common/components/element-ui.js
+2
-0
src/views/taskManage/index.vue
+5
-5
No files found.
src/common/components/element-ui.js
View file @
dd566d98
...
...
@@ -28,6 +28,7 @@ import {
Dropdown
,
DropdownItem
,
DropdownMenu
,
Tooltip
,
}
from
'element-ui'
const
components
=
[
...
...
@@ -55,6 +56,7 @@ const components = [
Dropdown
,
DropdownItem
,
DropdownMenu
,
Tooltip
,
]
export
default
{
...
...
src/views/taskManage/index.vue
View file @
dd566d98
...
...
@@ -780,27 +780,27 @@ export default {
&::v-deep
{
.order-blue
{
background-color
:
#
29b6f6
!important
;
background-color
:
#
409EFF
!important
;
color
:
#fff
;
}
.order-red
{
background-color
:
#
f44336
!important
;
background-color
:
#
F56C6C
!important
;
color
:
#fff
;
}
.order-green
{
background-color
:
#
4caf50
!important
;
background-color
:
#
67C23A
!important
;
color
:
#fff
;
}
.order-orange
{
background-color
:
#
FB8C00
!important
;
background-color
:
#
E6A23C
!important
;
color
:
#fff
;
}
.order-grey
{
background-color
:
#
bdbdbd
!important
;
background-color
:
#
909399
!important
;
color
:
#fff
;
}
.set-blue
{
...
...
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