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
57a705c8
Commit
57a705c8
authored
Oct 19, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
f3b48f8d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
84 additions
and
50 deletions
+84
-50
index.css
index.css
+83
-49
index.js
index.js
+1
-1
No files found.
index.css
View file @
57a705c8
...
...
@@ -3514,7 +3514,7 @@ body {
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
background
:
#001
529
;
background: #001
82e
;
}
.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
529
;
background: #001
82e
;
-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
529
;
background: #001
82e
;
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
c17
;
background: #000
b14
;
}
.ant-menu-dark.ant-menu-horizontal {
border-bottom-color
:
#001
529
;
border-bottom-color: #001
82e
;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
border-color
:
#001
529
;
border-color: #001
82e
;
border-bottom: 0;
}
.ant-menu-dark .ant-menu-item,
...
...
@@ -5632,7 +5632,7 @@ body {
flex: 0 0 auto;
}
.ant-layout-header {
background
:
#001
529
;
background: #001
82e
;
padding: 0 50px;
height: 64px;
line-height: 64px;
...
...
@@ -5653,7 +5653,7 @@ body {
-o-transition: all .2s;
transition: all .2s;
position: relative;
background
:
#001
529
;
background: #001
82e
;
/* 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
529
;
background: #001
82e
;
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
c3e
;
background: #192
f43
;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
...
...
@@ -6905,11 +6905,11 @@ textarea.ant-input {
font-weight: 500;
}
.ant-popover-inner-content {
padding
:
12
px
16px
;
padding:
20
px 16px;
color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
padding
:
8px
0
16px
;
padding:
0
0 16px;
font-size: 14px;
color: rgba(0, 0, 0, 0.65);
}
...
...
@@ -6923,7 +6923,6 @@ textarea.ant-input {
}
.ant-popover-buttons {
text-align: right;
margin-bottom
:
8px
;
}
.ant-popover-buttons button {
margin-left: 8px;
...
...
@@ -6938,23 +6937,31 @@ textarea.ant-input {
border-style: solid;
}
.ant-popover-arrow {
background
:
#fff
;
width
:
7.07106781px
;
height
:
7.07106781px
;
-webkit-transform
:
rotate
(
45deg
);
-ms-transform
:
rotate
(
45deg
);
transform
:
rotate
(
45deg
);
border-width: 6px;
}
.ant-popover-arrow:after {
border-width: 5px;
content: "";
}
.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 {
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
);
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;
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
left: 50%;
margin-left
:
-
5
px
;
margin-left: -
6
px;
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
left: 16px;
...
...
@@ -6965,13 +6972,22 @@ 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
:
5px
;
-webkit-box-shadow
:
-3px
3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
box-shadow
:
-3px
3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
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;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
top: 50%;
margin-top
:
-
5
px
;
margin-top: -
6
px;
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
top: 12px;
...
...
@@ -6982,13 +6998,22 @@ 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 {
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
);
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;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
left: 50%;
margin-left
:
-
5
px
;
margin-left: -
6
px;
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
left: 16px;
...
...
@@ -6999,13 +7024,22 @@ 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
:
5px
;
-webkit-box-shadow
:
3px
-3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
box-shadow
:
3px
-3px
6px
rgba
(
0
,
0
,
0
,
0.08
);
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;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
top: 50%;
margin-top
:
-
5
px
;
margin-top: -
6
px;
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
top: 12px;
...
...
@@ -12621,7 +12655,7 @@ span.ant-radio + * {
-o-transition: background .3s ease;
transition: background .3s ease;
text-align: left;
color
:
rgba
(
0
,
0
,
0
,
0.
6
5
);
color: rgba(0, 0, 0, 0.
8
5);
font-weight: 500;
border-bottom: 1px solid #e8e8e8;
}
...
...
@@ -13633,7 +13667,7 @@ tr.ant-table-expanded-row:hover {
}
.ant-card-type-inner .ant-card-head {
padding: 0 24px;
background
:
#f
afafa
;
background: #f
5f5f5
;
}
.ant-card-type-inner .ant-card-head-title {
padding: 12px 0;
...
...
@@ -19070,23 +19104,18 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
}
.ant-steps-dot .ant-steps-item-tail {
width: 100%;
top
:
2
px
;
top:
1
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
:
8
px
;
height
:
8
px
;
line-height
:
8
px
;
width:
5
px;
height:
5
px;
line-height:
5
px;
border: 0;
margin-left: 67px;
background: transparent;
...
...
@@ -19111,10 +19140,15 @@ 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
:
10
px
;
height
:
10
px
;
line-height
:
10
px
;
width:
7
px;
height:
7
px;
line-height:
7
px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
top: -1px;
...
...
index.js
View file @
57a705c8
This diff is collapsed.
Click to expand it.
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