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
29225448
Commit
29225448
authored
Sep 22, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
a74bd9e1
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
196 additions
and
205 deletions
+196
-205
index.css
index.css
+195
-204
index.js
index.js
+1
-1
No files found.
index.css
View file @
29225448
...
...
@@ -15690,201 +15690,6 @@ textarea.ant-time-picker-input {
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-alert
{
position
:
relative
;
padding
:
8px
48px
8px
38px
;
border-radius
:
4px
;
color
:
rgba
(
0
,
0
,
0
,
0.65
);
font-size
:
14px
;
line-height
:
1.5
;
}
.ant-alert.ant-alert-no-icon
{
padding
:
8px
48px
8px
16px
;
}
.ant-alert-icon
{
font-size
:
16px
;
top
:
10.5px
;
left
:
16px
;
position
:
absolute
;
}
.ant-alert-description
{
font-size
:
14px
;
line-height
:
21px
;
display
:
none
;
}
.ant-alert-success
{
border
:
1px
solid
#cfefdf
;
background-color
:
#ebf8f2
;
}
.ant-alert-success
.ant-alert-icon
{
color
:
#00a854
;
}
.ant-alert-info
{
border
:
1px
solid
#d2eafb
;
background-color
:
#ecf6fd
;
}
.ant-alert-info
.ant-alert-icon
{
color
:
#108ee9
;
}
.ant-alert-warning
{
border
:
1px
solid
#fff3cf
;
background-color
:
#fffaeb
;
}
.ant-alert-warning
.ant-alert-icon
{
color
:
#ffbf00
;
}
.ant-alert-error
{
border
:
1px
solid
#fcdbd9
;
background-color
:
#fef0ef
;
}
.ant-alert-error
.ant-alert-icon
{
color
:
#f04134
;
}
.ant-alert-close-icon
{
font-size
:
14px
;
position
:
absolute
;
right
:
16px
;
top
:
10px
;
height
:
12px
;
line-height
:
12px
;
overflow
:
hidden
;
cursor
:
pointer
;
}
.ant-alert-close-icon
.anticon-cross
{
color
:
rgba
(
0
,
0
,
0
,
0.43
);
-webkit-transition
:
color
.3s
ease
;
-o-transition
:
color
.3s
ease
;
transition
:
color
.3s
ease
;
}
.ant-alert-close-icon
.anticon-cross
:hover
{
color
:
#404040
;
}
.ant-alert-close-text
{
position
:
absolute
;
right
:
16px
;
}
.ant-alert-with-description
{
padding
:
16px
16px
16px
60px
;
position
:
relative
;
border-radius
:
4px
;
color
:
rgba
(
0
,
0
,
0
,
0.65
);
line-height
:
1.5
;
}
.ant-alert-with-description.ant-alert-no-icon
{
padding
:
16px
;
}
.ant-alert-with-description
.ant-alert-icon
{
position
:
absolute
;
top
:
16px
;
left
:
20px
;
font-size
:
24px
;
}
.ant-alert-with-description
.ant-alert-close-icon
{
position
:
absolute
;
top
:
16px
;
right
:
16px
;
cursor
:
pointer
;
font-size
:
14px
;
}
.ant-alert-with-description
.ant-alert-message
{
font-size
:
16px
;
color
:
rgba
(
0
,
0
,
0
,
0.85
);
display
:
block
;
margin-bottom
:
4px
;
}
.ant-alert-with-description
.ant-alert-description
{
display
:
block
;
}
.ant-alert.ant-alert-close
{
height
:
0
!important
;
margin
:
0
;
padding-top
:
0
;
padding-bottom
:
0
;
-webkit-transition
:
all
0.3s
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
-o-transition
:
all
0.3s
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
transition
:
all
0.3s
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
-webkit-transform-origin
:
50%
0
;
-ms-transform-origin
:
50%
0
;
transform-origin
:
50%
0
;
}
.ant-alert-slide-up-leave
{
-webkit-animation
:
antAlertSlideUpOut
0.3s
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
animation
:
antAlertSlideUpOut
0.3s
cubic-bezier
(
0.78
,
0.14
,
0.15
,
0.86
);
-webkit-animation-fill-mode
:
both
;
animation-fill-mode
:
both
;
}
.ant-alert-banner
{
border-radius
:
0
;
border
:
0
;
margin-bottom
:
0
;
}
@-webkit-keyframes
antAlertSlideUpIn
{
0
%
{
opacity
:
0
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
0
);
transform
:
scaleY
(
0
);
}
100
%
{
opacity
:
1
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
1
);
transform
:
scaleY
(
1
);
}
}
@keyframes
antAlertSlideUpIn
{
0
%
{
opacity
:
0
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
0
);
transform
:
scaleY
(
0
);
}
100
%
{
opacity
:
1
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
1
);
transform
:
scaleY
(
1
);
}
}
@-webkit-keyframes
antAlertSlideUpOut
{
0
%
{
opacity
:
1
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
1
);
transform
:
scaleY
(
1
);
}
100
%
{
opacity
:
0
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
0
);
transform
:
scaleY
(
0
);
}
}
@keyframes
antAlertSlideUpOut
{
0
%
{
opacity
:
1
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
1
);
transform
:
scaleY
(
1
);
}
100
%
{
opacity
:
0
;
-webkit-transform-origin
:
0%
0%
;
transform-origin
:
0%
0%
;
-webkit-transform
:
scaleY
(
0
);
transform
:
scaleY
(
0
);
}
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-breadcrumb {
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
...
...
@@ -16150,15 +15955,6 @@ textarea.ant-time-picker-input {
.members___3rzf4 a:hover span {
color: #108ee9;
}
.projectList___WFZjL
.ant-card-meta-title
{
font-size
:
14px
;
}
.projectList___WFZjL
.ant-card-meta-title
a
{
color
:
rgba
(
0
,
0
,
0
,
0.85
);
}
.projectList___WFZjL
.ant-card-meta-title
a
:hover
{
color
:
#108ee9
;
}
.projectList___WFZjL .ant-card-meta-description {
font-size: 12px;
min-height: 36px;
...
...
@@ -17422,6 +17218,201 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.ant-alert {
position: relative;
padding: 8px 48px 8px 38px;
border-radius: 4px;
color: rgba(0, 0, 0, 0.65);
font-size: 14px;
line-height: 1.5;
}
.ant-alert.ant-alert-no-icon {
padding: 8px 48px 8px 16px;
}
.ant-alert-icon {
font-size: 16px;
top: 10.5px;
left: 16px;
position: absolute;
}
.ant-alert-description {
font-size: 14px;
line-height: 21px;
display: none;
}
.ant-alert-success {
border: 1px solid #cfefdf;
background-color: #ebf8f2;
}
.ant-alert-success .ant-alert-icon {
color: #00a854;
}
.ant-alert-info {
border: 1px solid #d2eafb;
background-color: #ecf6fd;
}
.ant-alert-info .ant-alert-icon {
color: #108ee9;
}
.ant-alert-warning {
border: 1px solid #fff3cf;
background-color: #fffaeb;
}
.ant-alert-warning .ant-alert-icon {
color: #ffbf00;
}
.ant-alert-error {
border: 1px solid #fcdbd9;
background-color: #fef0ef;
}
.ant-alert-error .ant-alert-icon {
color: #f04134;
}
.ant-alert-close-icon {
font-size: 14px;
position: absolute;
right: 16px;
top: 10px;
height: 12px;
line-height: 12px;
overflow: hidden;
cursor: pointer;
}
.ant-alert-close-icon .anticon-cross {
color: rgba(0, 0, 0, 0.43);
-webkit-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
}
.ant-alert-close-icon .anticon-cross:hover {
color: #404040;
}
.ant-alert-close-text {
position: absolute;
right: 16px;
}
.ant-alert-with-description {
padding: 16px 16px 16px 60px;
position: relative;
border-radius: 4px;
color: rgba(0, 0, 0, 0.65);
line-height: 1.5;
}
.ant-alert-with-description.ant-alert-no-icon {
padding: 16px;
}
.ant-alert-with-description .ant-alert-icon {
position: absolute;
top: 16px;
left: 20px;
font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
position: absolute;
top: 16px;
right: 16px;
cursor: pointer;
font-size: 14px;
}
.ant-alert-with-description .ant-alert-message {
font-size: 16px;
color: rgba(0, 0, 0, 0.85);
display: block;
margin-bottom: 4px;
}
.ant-alert-with-description .ant-alert-description {
display: block;
}
.ant-alert.ant-alert-close {
height: 0 !important;
margin: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
-o-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.ant-alert-slide-up-leave {
-webkit-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.ant-alert-banner {
border-radius: 0;
border: 0;
margin-bottom: 0;
}
@-webkit-keyframes antAlertSlideUpIn {
0% {
opacity: 0;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
100% {
opacity: 1;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes antAlertSlideUpIn {
0% {
opacity: 0;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
100% {
opacity: 1;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@-webkit-keyframes antAlertSlideUpOut {
0% {
opacity: 1;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
100% {
opacity: 0;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
}
@keyframes antAlertSlideUpOut {
0% {
opacity: 1;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
100% {
opacity: 0;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.standardTable___19HoL .ant-table-pagination {
margin-bottom: 0;
}
...
...
index.js
View file @
29225448
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