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
2e564509
Commit
2e564509
authored
Oct 19, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
57a705c8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
93 deletions
+56
-93
index.css
index.css
+55
-92
index.js
index.js
+1
-1
No files found.
index.css
View file @
2e564509
...
...
@@ -3514,7 +3514,7 @@ body {
}
.ant-dropdown-menu-dark
,
.ant-dropdown-menu-dark
.ant-dropdown-menu
{
background: #001
82e
;
background
:
#001
529
;
}
.ant-dropdown-menu-dark
.ant-dropdown-menu-item
,
.ant-dropdown-menu-dark
.ant-dropdown-menu-submenu-title
,
...
...
@@ -5351,7 +5351,7 @@ body {
.ant-menu-dark
,
.ant-menu-dark
.ant-menu-sub
{
color
:
rgba
(
255
,
255
,
255
,
0.65
);
background: #001
82e
;
background
:
#001
529
;
-webkit-box-shadow
:
0
2px
8px
rgba
(
0
,
0
,
0
,
0.45
)
inset
;
box-shadow
:
0
2px
8px
rgba
(
0
,
0
,
0
,
0.45
)
inset
;
}
...
...
@@ -5359,21 +5359,21 @@ body {
.ant-menu-dark
.ant-menu-sub
.ant-menu-submenu-title
.ant-menu-submenu-arrow
:after
,
.ant-menu-dark
.ant-menu-submenu-title
.ant-menu-submenu-arrow
:before
,
.ant-menu-dark
.ant-menu-sub
.ant-menu-submenu-title
.ant-menu-submenu-arrow
:before
{
background: #001
82e
;
background
:
#001
529
;
background-image
:
-webkit-gradient
(
linear
,
left
top
,
right
top
,
from
(
rgba
(
255
,
255
,
255
,
0.65
)),
to
(
rgba
(
255
,
255
,
255
,
0.65
)));
background-image
:
-webkit-linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
0.65
),
rgba
(
255
,
255
,
255
,
0.65
));
background-image
:
-o-linear-gradient
(
left
,
rgba
(
255
,
255
,
255
,
0.65
),
rgba
(
255
,
255
,
255
,
0.65
));
background-image
:
linear-gradient
(
to
right
,
rgba
(
255
,
255
,
255
,
0.65
),
rgba
(
255
,
255
,
255
,
0.65
));
}
.ant-menu-dark
.ant-menu-inline.ant-menu-sub
{
background: #000
b14
;
background
:
#000
c17
;
}
.ant-menu-dark.ant-menu-horizontal
{
border-bottom-color: #001
82e
;
border-bottom-color
:
#001
529
;
}
.ant-menu-dark.ant-menu-horizontal
>
.ant-menu-item
,
.ant-menu-dark.ant-menu-horizontal
>
.ant-menu-submenu
{
border-color: #001
82e
;
border-color
:
#001
529
;
border-bottom
:
0
;
}
.ant-menu-dark
.ant-menu-item
,
...
...
@@ -5632,7 +5632,7 @@ body {
flex
:
0
0
auto
;
}
.ant-layout-header
{
background: #001
82e
;
background
:
#001
529
;
padding
:
0
50px
;
height
:
64px
;
line-height
:
64px
;
...
...
@@ -5653,7 +5653,7 @@ body {
-o-transition
:
all
.2s
;
transition
:
all
.2s
;
position
:
relative
;
background: #001
82e
;
background
:
#001
529
;
/* fix firefox can't set width smaller than content on flex item */
min-width
:
0
;
}
...
...
@@ -5693,7 +5693,7 @@ body {
width
:
36px
;
height
:
42px
;
line-height
:
42px
;
background: #001
82e
;
background
:
#001
529
;
color
:
#fff
;
font-size
:
18px
;
border-radius
:
0
4px
4px
0
;
...
...
@@ -5703,7 +5703,7 @@ body {
transition
:
background
.3s
ease
;
}
.ant-layout-sider-zero-width-trigger
:hover
{
background: #192
f43
;
background
:
#192
c3e
;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
...
...
@@ -5756,7 +5756,7 @@ body {
padding
:
0
24px
;
}
.trigger___yPNRl
:hover
{
background:
rgba(0, 0, 0, 0.04)
;
background
:
#e6f7ff
;
}
.right___3SWlC
{
float
:
right
;
...
...
@@ -6905,11 +6905,11 @@ textarea.ant-input {
font-weight
:
500
;
}
.ant-popover-inner-content
{
padding:
20
px 16px;
padding
:
12
px
16px
;
color
:
rgba
(
0
,
0
,
0
,
0.65
);
}
.ant-popover-message
{
padding:
0
0 16px;
padding
:
8px
0
16px
;
font-size
:
14px
;
color
:
rgba
(
0
,
0
,
0
,
0.65
);
}
...
...
@@ -6923,6 +6923,7 @@ textarea.ant-input {
}
.ant-popover-buttons
{
text-align
:
right
;
margin-bottom
:
8px
;
}
.ant-popover-buttons
button
{
margin-left
:
8px
;
...
...
@@ -6937,31 +6938,23 @@ textarea.ant-input {
border-style
:
solid
;
}
.ant-popover-arrow
{
border-width: 6px;
}
.ant-popover-arrow:after {
border-width: 5px;
content: "";
background
:
#fff
;
width
:
7.07106781px
;
height
:
7.07106781px
;
-webkit-transform
:
rotate
(
45deg
);
-ms-transform
:
rotate
(
45deg
);
transform
:
rotate
(
45deg
);
}
.ant-popover-placement-top
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-topLeft
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-topRight
>
.ant-popover-content
>
.ant-popover-arrow
{
border-bottom-width: 0;
border-top-color: rgba(217, 217, 217, 0.5);
bottom: 3px;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow:after {
content: " ";
bottom: 1px;
margin-left: -5px;
border-bottom-width: 0;
border-top-color: #fff;
bottom
:
5px
;
-webkit-box-shadow
:
3px
3px
6px
rgba
(
0
,
0
,
0
,
0.07
);
box-shadow
:
3px
3px
6px
rgba
(
0
,
0
,
0
,
0.07
);
}
.ant-popover-placement-top
>
.ant-popover-content
>
.ant-popover-arrow
{
left
:
50%
;
margin-left: -
6
px;
margin-left
:
-
5
px
;
}
.ant-popover-placement-topLeft
>
.ant-popover-content
>
.ant-popover-arrow
{
left
:
16px
;
...
...
@@ -6972,22 +6965,13 @@ textarea.ant-input {
.ant-popover-placement-right
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-rightTop
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-rightBottom
>
.ant-popover-content
>
.ant-popover-arrow
{
left: 3px;
border-left-width: 0;
border-right-color: rgba(217, 217, 217, 0.5);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow:after {
content: " ";
left: 1px;
bottom: -5px;
border-left-width: 0;
border-right-color: #fff;
left
:
5px
;
-webkit-box-shadow
:
-3px
3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
box-shadow
:
-3px
3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
}
.ant-popover-placement-right
>
.ant-popover-content
>
.ant-popover-arrow
{
top
:
50%
;
margin-top: -
6
px;
margin-top
:
-
5
px
;
}
.ant-popover-placement-rightTop
>
.ant-popover-content
>
.ant-popover-arrow
{
top
:
12px
;
...
...
@@ -6998,22 +6982,13 @@ textarea.ant-input {
.ant-popover-placement-bottom
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-bottomLeft
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-bottomRight
>
.ant-popover-content
>
.ant-popover-arrow
{
border-top-width: 0;
border-bottom-color: rgba(217, 217, 217, 0.5);
top: 3px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow:after {
content: " ";
top: 1px;
margin-left: -5px;
border-top-width: 0;
border-bottom-color: #fff;
top
:
5px
;
-webkit-box-shadow
:
-3px
-3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
box-shadow
:
-3px
-3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
}
.ant-popover-placement-bottom
>
.ant-popover-content
>
.ant-popover-arrow
{
left
:
50%
;
margin-left: -
6
px;
margin-left
:
-
5
px
;
}
.ant-popover-placement-bottomLeft
>
.ant-popover-content
>
.ant-popover-arrow
{
left
:
16px
;
...
...
@@ -7024,22 +6999,13 @@ textarea.ant-input {
.ant-popover-placement-left
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-leftTop
>
.ant-popover-content
>
.ant-popover-arrow
,
.ant-popover-placement-leftBottom
>
.ant-popover-content
>
.ant-popover-arrow
{
right: 3px;
border-right-width: 0;
border-left-color: rgba(217, 217, 217, 0.5);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow:after,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -5px;
right
:
5px
;
-webkit-box-shadow
:
3px
-3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
box-shadow
:
3px
-3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
}
.ant-popover-placement-left
>
.ant-popover-content
>
.ant-popover-arrow
{
top
:
50%
;
margin-top: -
6
px;
margin-top
:
-
5
px
;
}
.ant-popover-placement-leftTop
>
.ant-popover-content
>
.ant-popover-arrow
{
top
:
12px
;
...
...
@@ -12194,16 +12160,13 @@ textarea.ant-pagination-options-quick-jumper input {
}
.notFound___3nj3q
{
text-align
:
center
;
height: 120px;
line-height: 120px;
font-size: 14px;
padding
:
73px
0
88px
0
;
color
:
rgba
(
0
,
0
,
0
,
0.45
);
}
.notFound___3nj3q > i {
font-size: 16px;
margin-right: 8px;
vertical-align: middle;
margin-top: -1px;
.notFound___3nj3q
img
{
display
:
inline-block
;
margin-bottom
:
16px
;
height
:
76px
;
}
.clear___30eWw
{
height
:
46px
;
...
...
@@ -12655,7 +12618,7 @@ span.ant-radio + * {
-o-transition
:
background
.3s
ease
;
transition
:
background
.3s
ease
;
text-align
:
left
;
color: rgba(0, 0, 0, 0.
8
5);
color
:
rgba
(
0
,
0
,
0
,
0.
6
5
);
font-weight
:
500
;
border-bottom
:
1px
solid
#e8e8e8
;
}
...
...
@@ -13667,7 +13630,7 @@ tr.ant-table-expanded-row:hover {
}
.ant-card-type-inner
.ant-card-head
{
padding
:
0
24px
;
background: #f
5f5f5
;
background
:
#f
afafa
;
}
.ant-card-type-inner
.ant-card-head-title
{
padding
:
12px
0
;
...
...
@@ -19104,18 +19067,23 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
}
.ant-steps-dot
.ant-steps-item-tail
{
width
:
100%
;
top:
1
px;
top
:
2
px
;
margin
:
0
0
0
70px
;
padding
:
0
;
}
.ant-steps-dot
.ant-steps-item-tail
:after
{
height
:
3px
;
width
:
calc
(
100%
-
20px
);
margin-left
:
12px
;
}
.ant-steps-dot
.ant-steps-item
:first-child
.ant-steps-icon-dot
{
left
:
2px
;
}
.ant-steps-dot
.ant-steps-item-icon
{
padding-right
:
0
;
width:
5
px;
height:
5
px;
line-height:
5
px;
width
:
8
px
;
height
:
8
px
;
line-height
:
8
px
;
border
:
0
;
margin-left
:
67px
;
background
:
transparent
;
...
...
@@ -19140,15 +19108,10 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
top
:
-12px
;
left
:
-26px
;
}
.ant-steps-dot .ant-steps-item-icon:hover .ant-steps-icon-dot {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.ant-steps-dot
.ant-steps-item-process
.ant-steps-item-icon
{
width:
7
px;
height:
7
px;
line-height:
7
px;
width
:
10
px
;
height
:
10
px
;
line-height
:
10
px
;
}
.ant-steps-dot
.ant-steps-item-process
.ant-steps-item-icon
.ant-steps-icon-dot
{
top
:
-1px
;
...
...
index.js
View file @
2e564509
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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