Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
700b598e
Commit
700b598e
authored
Nov 22, 2018
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
real dark
parent
15b499dc
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
49 additions
and
14 deletions
+49
-14
config/config.js
config/config.js
+2
-0
config/dart.js
config/dart.js
+33
-0
src/components/Charts/TimelineChart/index.less
src/components/Charts/TimelineChart/index.less
+1
-1
src/components/FooterToolbar/index.less
src/components/FooterToolbar/index.less
+1
-1
src/components/GlobalHeader/index.less
src/components/GlobalHeader/index.less
+1
-1
src/components/Result/index.less
src/components/Result/index.less
+1
-1
src/components/SettingDrawer/index.less
src/components/SettingDrawer/index.less
+1
-1
src/pages/List/Applications.less
src/pages/List/Applications.less
+0
-3
src/pages/List/CardList.less
src/pages/List/CardList.less
+1
-4
src/pages/Result/Error.js
src/pages/Result/Error.js
+3
-2
src/pages/Result/index.less
src/pages/Result/index.less
+5
-0
No files found.
config/config.js
View file @
700b598e
...
@@ -3,6 +3,7 @@ import os from 'os';
...
@@ -3,6 +3,7 @@ import os from 'os';
import
pageRoutes
from
'
./router.config
'
;
import
pageRoutes
from
'
./router.config
'
;
import
webpackPlugin
from
'
./plugin.config
'
;
import
webpackPlugin
from
'
./plugin.config
'
;
import
defaultSettings
from
'
../src/defaultSettings
'
;
import
defaultSettings
from
'
../src/defaultSettings
'
;
import
Dart
from
'
./dart
'
;
const
plugins
=
[
const
plugins
=
[
[
[
...
@@ -68,6 +69,7 @@ export default {
...
@@ -68,6 +69,7 @@ export default {
// https://ant.design/docs/react/customize-theme-cn
// https://ant.design/docs/react/customize-theme-cn
theme
:
{
theme
:
{
'
primary-color
'
:
defaultSettings
.
primaryColor
,
'
primary-color
'
:
defaultSettings
.
primaryColor
,
...
Dart
,
},
},
externals
:
{
externals
:
{
'
@antv/data-set
'
:
'
DataSet
'
,
'
@antv/data-set
'
:
'
DataSet
'
,
...
...
config/dart.js
0 β 100644
View file @
700b598e
export
default
{
'
@layout-body-background
'
:
'
#171717
'
,
'
@background-color-base
'
:
'
#262626
'
,
'
@body-background
'
:
'
#404041
'
,
'
@layout-sider-background
'
:
'
#001529
'
,
'
@component-background
'
:
'
#262626
'
,
'
@input-bg
'
:
'
#313133
'
,
'
@btn-default-bg
'
:
'
#262626
'
,
'
@border-color-base
'
:
'
#1e1e1e
'
,
'
@border-color-split
'
:
'
#363636
'
,
'
@heading-color
'
:
'
#E3E3E3
'
,
'
@text-color
'
:
'
#E3E3E3
'
,
'
@text-color-secondary
'
:
'
fade(#fff, 65%)
'
,
'
@table-selected-row-bg
'
:
'
#3a3a3a
'
,
'
@table-expanded-row-bg
'
:
'
#3b3b3b
'
,
'
@table-header-bg
'
:
'
#3a3a3b
'
,
'
@table-row-hover-bg
'
:
'
#3a3a3b
'
,
'
@layout-trigger-color
'
:
'
fade(#fff, 80%)
'
,
'
@layout-trigger-background
'
:
'
#313232
'
,
'
@alert-message-color
'
:
'
fade(#000, 67%)
'
,
'
@item-hover-bg
'
:
'
fade(#1890ff, 20%)
'
,
'
@item-active-bg
'
:
'
fade(#1890ff, 40%)
'
,
'
@disabled-color
'
:
'
rgba(255, 255, 255, 0.25)
'
,
'
@tag-default-bg
'
:
'
#262628
'
,
'
@popover-bg
'
:
'
#262629
'
,
'
@wait-icon-color
'
:
'
fade(#fff, 64%)
'
,
'
@background-color-light
'
:
'
fade(#1890ff, 40%)
'
,
'
@collapse-header-bg
'
:
'
#262629
'
,
'
@info-color
'
:
'
#313133
'
,
'
@primary-color
'
:
'
#0050b3
'
,
'
@highlight-color
'
:
'
#a8071a
'
,
'
@warning-color
'
:
'
#613400
'
,
};
src/components/Charts/TimelineChart/index.less
View file @
700b598e
.timelineChart {
.timelineChart {
background:
#fff
;
background:
@component-background
;
}
}
src/components/FooterToolbar/index.less
View file @
700b598e
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
height: 56px;
height: 56px;
line-height: 56px;
line-height: 56px;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
background:
#fff
;
background:
@component-background
;
border-top: 1px solid @border-color-split;
border-top: 1px solid @border-color-split;
padding: 0 24px;
padding: 0 24px;
z-index: 9;
z-index: 9;
...
...
src/components/GlobalHeader/index.less
View file @
700b598e
...
@@ -5,9 +5,9 @@
...
@@ -5,9 +5,9 @@
.header {
.header {
height: 64px;
height: 64px;
padding: 0;
padding: 0;
background: #fff;
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
position: relative;
position: relative;
background-color: @layout-body-background;
}
}
.logo {
.logo {
...
...
src/components/Result/index.less
View file @
700b598e
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
}
}
.extra {
.extra {
background:
#fafafa
;
background:
@component-background
;
padding: 24px 40px;
padding: 24px 40px;
border-radius: @border-radius-sm;
border-radius: @border-radius-sm;
text-align: left;
text-align: left;
...
...
src/components/SettingDrawer/index.less
View file @
700b598e
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
.content {
.content {
min-height: 100%;
min-height: 100%;
background:
#fff
;
background:
@component-background
;
position: relative;
position: relative;
}
}
...
...
src/pages/List/Applications.less
View file @
700b598e
...
@@ -11,9 +11,6 @@
...
@@ -11,9 +11,6 @@
.ant-card-meta-avatar {
.ant-card-meta-avatar {
font-size: 0;
font-size: 0;
}
}
.ant-card-actions {
background: #f7f9fa;
}
.ant-list .ant-list-item-content-single {
.ant-list .ant-list-item-content-single {
max-width: 100%;
max-width: 100%;
}
}
...
...
src/pages/List/CardList.less
View file @
700b598e
...
@@ -14,9 +14,6 @@
...
@@ -14,9 +14,6 @@
max-width: 100%;
max-width: 100%;
}
}
}
}
.ant-card-actions {
background: #f7f9fa;
}
.ant-card-body:hover {
.ant-card-body:hover {
.ant-card-meta-title > a {
.ant-card-meta-title > a {
color: @primary-color;
color: @primary-color;
...
@@ -45,7 +42,7 @@
...
@@ -45,7 +42,7 @@
}
}
.newButton {
.newButton {
background-color:
#fff
;
background-color:
@component-background
;
border-color: @border-color-base;
border-color: @border-color-base;
border-radius: @border-radius-sm;
border-radius: @border-radius-sm;
color: @text-color-secondary;
color: @text-color-secondary;
...
...
src/pages/Result/Error.js
View file @
700b598e
...
@@ -3,6 +3,7 @@ import { formatMessage, FormattedMessage } from 'umi/locale';
...
@@ -3,6 +3,7 @@ import { formatMessage, FormattedMessage } from 'umi/locale';
import
{
Button
,
Icon
,
Card
}
from
'
antd
'
;
import
{
Button
,
Icon
,
Card
}
from
'
antd
'
;
import
Result
from
'
@/components/Result
'
;
import
Result
from
'
@/components/Result
'
;
import
PageHeaderWrapper
from
'
@/components/PageHeaderWrapper
'
;
import
PageHeaderWrapper
from
'
@/components/PageHeaderWrapper
'
;
import
styles
from
'
./index.less
'
;
const
extra
=
(
const
extra
=
(
<
Fragment
>
<
Fragment
>
...
@@ -20,7 +21,7 @@ const extra = (
...
@@ -20,7 +21,7 @@ const extra = (
/>
/>
<
/div
>
<
/div
>
<
div
style
=
{{
marginBottom
:
16
}}
>
<
div
style
=
{{
marginBottom
:
16
}}
>
<
Icon
style
=
{{
color
:
'
#f5222d
'
,
marginRight
:
8
}
}
type
=
"
close-circle-o
"
/>
<
Icon
style
=
{{
marginRight
:
8
}}
className
=
{
styles
.
error_icon
}
type
=
"
close-circle-o
"
/>
<
FormattedMessage
<
FormattedMessage
id
=
"
app.result.error.hint-text1
"
id
=
"
app.result.error.hint-text1
"
defaultMessage
=
"
Your account has been frozen
"
defaultMessage
=
"
Your account has been frozen
"
...
@@ -31,7 +32,7 @@ const extra = (
...
@@ -31,7 +32,7 @@ const extra = (
<
/a
>
<
/a
>
<
/div
>
<
/div
>
<
div
>
<
div
>
<
Icon
style
=
{{
color
:
'
#f5222d
'
,
marginRight
:
8
}
}
type
=
"
close-circle-o
"
/>
<
Icon
style
=
{{
marginRight
:
8
}}
className
=
{
styles
.
error_icon
}
type
=
"
close-circle-o
"
/>
<
FormattedMessage
<
FormattedMessage
id
=
"
app.result.error.hint-text2
"
id
=
"
app.result.error.hint-text2
"
defaultMessage
=
"
Your account is not yet eligible to apply
"
defaultMessage
=
"
Your account is not yet eligible to apply
"
...
...
src/pages/Result/index.less
0 β 100644
View file @
700b598e
@import '~antd/lib/style/themes/default.less';
.error_icon {
color: @highlight-color;
}
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