Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
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
TFMOM
TF-MOM-WEB
Commits
a6c3fc14
Commit
a6c3fc14
authored
Sep 15, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
界面表格根据主题色变化
parent
7fbb3daf
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
1 deletion
+12
-1
Purple.scss
...cations/architecture-dee/src/styles/dee-theme/Purple.scss
+1
-0
blue.scss
applications/architecture-dee/src/styles/dee-theme/blue.scss
+1
-0
champagne.scss
...ions/architecture-dee/src/styles/dee-theme/champagne.scss
+1
-0
dreamPurple.scss
...ns/architecture-dee/src/styles/dee-theme/dreamPurple.scss
+1
-0
festiveRed.scss
...ons/architecture-dee/src/styles/dee-theme/festiveRed.scss
+1
-0
green.scss
...ications/architecture-dee/src/styles/dee-theme/green.scss
+1
-0
inkBlack.scss
...tions/architecture-dee/src/styles/dee-theme/inkBlack.scss
+1
-0
localTyrantGold.scss
...rchitecture-dee/src/styles/dee-theme/localTyrantGold.scss
+1
-0
mistyForest.scss
...ns/architecture-dee/src/styles/dee-theme/mistyForest.scss
+1
-0
common.scss
.../architecture-dee/src/styles/dee-theme/mixins/common.scss
+1
-1
red.scss
applications/architecture-dee/src/styles/dee-theme/red.scss
+1
-0
roseGold.scss
...tions/architecture-dee/src/styles/dee-theme/roseGold.scss
+1
-0
No files found.
applications/architecture-dee/src/styles/dee-theme/Purple.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #DADDE7;
$themeLightColor
:
#AAA6EA
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#BAB6E0
0%
,
#74729A
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#e1dff9
0%
,
#a9a2d2
100%
);
$tableTheadColor
:
#AAA6EA
2d
;
.dee-theme-Purple
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/blue.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #D4E0E4;
$themeLightColor
:
#33ACEA
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#3C97C6
0%
,
#276D91
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#DEF4FF
0%
,
#4594BD
100%
);
$tableTheadColor
:
#33ACEA
2d
;
.dee-theme-blue
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/champagne.scss
View file @
a6c3fc14
...
...
@@ -4,6 +4,7 @@ $commonLightBackColor: #F6F5F2;
$commonDarkBackColor
:
#EDE7E2
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#D4B2AF
0%
,
#A07F7A
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F8F2EE
0%
,
#D77F75
100%
);
$tableTheadColor
:
#D77F75
2d
;
.dee-theme-champagne
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/dreamPurple.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #E6E8E8;
$themeLightColor
:
#7D81DF
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#5A66B5
0%
,
#423A7E
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#e4e6f8
0%
,
#8c8bf1
100%
);
$tableTheadColor
:
#7D81DF
2d
;
.dee-theme-dreamPurple
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/festiveRed.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #ECE8E8;
$themeLightColor
:
#F07A7A
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#D76868
0%
,
#966161
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F3E3E3
0%
,
#D76868
100%
);
$tableTheadColor
:
#F07A7A
2d
;
.dee-theme-festiveRed
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/green.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #D8E0D4;
$themeLightColor
:
#7BC785
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#75B482
0%
,
#41663F
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#E7F0E4
0%
,
#639D6B
100%
);
$tableTheadColor
:
#7BC785
2d
;
.dee-theme-green
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/inkBlack.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #E6E8E8;
$themeLightColor
:
#959C9D
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#5E5F60
0%
,
#363738
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#EAEAEA
0%
,
#777B7C
100%
);
$tableTheadColor
:
#959C9D
2d
;
.dee-theme-inkBlack
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/localTyrantGold.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #ECE8E8;
$themeLightColor
:
#DAC372
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#A08603
0%
,
#D8B00E
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F9F6EE
0%
,
#BAA663
100%
);
$tableTheadColor
:
#DAC372
2d
;
.dee-theme-localTyrantGold
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/mistyForest.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #E6E8E8;
$themeLightColor
:
#31A4A3
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#50909A
0%
,
#398198
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F1F8F8
0%
,
#2B8887
100%
);
$tableTheadColor
:
#31A4A3
2d
;
.dee-theme-mistyForest
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/mixins/common.scss
View file @
a6c3fc14
...
...
@@ -158,7 +158,7 @@
// background: $themeColor;
// }
.dee-table
.el-table
thead
th
{
background
:
$
commonLightBackColor
background
:
$
tableTheadColor
!
important
;
}
.right-resizer-hidden-box
{
...
...
applications/architecture-dee/src/styles/dee-theme/red.scss
View file @
a6c3fc14
...
...
@@ -4,6 +4,7 @@ $commonLightBackColor: #F5F1F1;
$commonDarkBackColor
:
#ECE8E8
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#DA7676
0%
,
#AB5353
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F3E3E3
0%
,
#D76868
100%
);
$tableTheadColor
:
#D76868
2d
;
.dee-theme-red
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
applications/architecture-dee/src/styles/dee-theme/roseGold.scss
View file @
a6c3fc14
...
...
@@ -5,6 +5,7 @@ $commonDarkBackColor: #EDE7E2;
$themeLightColor
:
#F69287
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#D77F75
0%
,
#d49e7d
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F5EAE3
0%
,
#D77F75
100%
);
$tableTheadColor
:
#d49e7d
2d
;
.dee-theme-roseGold
{
@include
deeTheme
(
$themeColor
,
$navBarBgColor
,
$commonDarkBackColor
);
}
\ No newline at end of file
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