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
f116495a
Commit
f116495a
authored
Sep 11, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
00643ddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
27 deletions
+29
-27
index.css
index.css
+28
-26
index.js
index.js
+1
-1
No files found.
index.css
View file @
f116495a
...
...
@@ -6704,9 +6704,9 @@ textarea.ant-input {
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.input___1LOPY {
-webkit-transition
:
all
.3s
;
-o-transition
:
all
.3s
;
transition
:
all
.3s
;
-webkit-transition:
width 0.3s, margin-left 0
.3s;
-o-transition:
width 0.3s, margin-left 0
.3s;
transition:
width 0.3s, margin-left 0
.3s;
width: 0;
background: transparent;
border-radius: 0;
...
...
@@ -15110,6 +15110,7 @@ textarea.ant-time-picker-input {
height: 100%;
}
.miniProgress___2g_hV .target___sdx8g {
cursor: pointer;
position: absolute;
top: 0;
bottom: 0;
...
...
@@ -15321,9 +15322,16 @@ textarea.ant-time-picker-input {
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
.iconGroup___1vzhe i {
-webkit-transition: color 0.32s;
-o-transition: color 0.32s;
transition: color 0.32s;
color: rgba(0, 0, 0, 0.43);
cursor: pointer;
margin-left: 16px;
}
.iconGroup___1vzhe i:hover {
color: rgba(0, 0, 0, 0.65);
}
.rankingList___Brgov {
margin-top: 25px;
}
...
...
@@ -15400,14 +15408,14 @@ textarea.ant-time-picker-input {
margin-right: 8px;
}
}
@media
screen
and
(
max-width
:
576
px
)
{
.
salesExtra___3C7yg
{
display
:
none
;
@media screen and (max-width:
768
px) {
.
rankingTitle___2oxX2
{
margin-top: 16px
;
}
}
@media screen and (max-width: 576px) {
.salesExtraWrap___jYwMD {
position
:
absolute
;
top
:
50px
;
left
:
24px
;
display: none;
}
.salesCard___Aa8eS .ant-tabs-content {
padding-top: 30px;
...
...
@@ -15426,35 +15434,38 @@ 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 */
.activeChart___
1zkVl
{
.activeChart___
2gg7T
{
position: relative;
}
.activeChartGrid___
ISrb
t
p
{
.activeChartGrid___
1c3g
t p {
position: absolute;
top: 80px;
}
.activeChartGrid___
ISrb
t
p
:last-child
{
.activeChartGrid___
1c3g
t p:last-child {
top: 115px;
}
.activeChartLegend___1
vz5H
{
.activeChartLegend___1
IQVJ
{
position: relative;
font-size: 0;
margin-top: 8px;
height: 20px;
line-height: 20px;
}
.activeChartLegend___1
vz5H
span
{
.activeChartLegend___1
IQVJ
span {
display: inline-block;
font-size: 12px;
text-align: center;
width: 33.33%;
}
.activeChartLegend___1
vz5H
span
:first-child
{
.activeChartLegend___1
IQVJ
span:first-child {
text-align: left;
}
.activeChartLegend___1
vz5H
span
:last-child
{
.activeChartLegend___1
IQVJ
span:last-child {
text-align: right;
}
/* 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 */
.mapChart___2HwRk {
padding-top: 46px;
height: 436px;
...
...
@@ -17582,16 +17593,6 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
width: 86px;
height: 40px;
}
@media
screen
and
(
max-width
:
576px
)
{
.search___3Mk-v
.ant-input-group
.ant-input
{
width
:
300px
;
}
}
@media
screen
and
(
max-width
:
480px
)
{
.search___3Mk-v
.ant-input-group
.ant-input
{
width
:
200px
;
}
}
/* 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 */
...
...
@@ -17653,6 +17654,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
text-align: justify;
margin-right: -1em;
padding-right: 1em;
color: rgba(0, 0, 0, 0.65);
}
.cardDescription___IW8Xv:before {
content: '...';
...
...
index.js
View file @
f116495a
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