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
a46399a5
Commit
a46399a5
authored
Oct 31, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
a12c457d
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
44 additions
and
6 deletions
+44
-6
CNAME
CNAME
+1
-1
index.css
index.css
+21
-3
index.html
index.html
+21
-1
index.js
index.js
+1
-1
No files found.
CNAME
View file @
a46399a5
pr
eview.pr
o.ant.design
pro.ant.design
index.css
View file @
a46399a5
...
@@ -15575,15 +15575,21 @@ textarea.ant-time-picker-input {
...
@@ -15575,15 +15575,21 @@ textarea.ant-time-picker-input {
position: relative;
position: relative;
width: 100%;
width: 100%;
}
}
.miniChart___f7PWv
>
div
{
.miniChart___f7PWv
.chartContent___2F7Fl
{
position: absolute;
position: absolute;
bottom: -34px;
bottom: -34px;
width: 100%;
width: 100%;
}
}
.miniChart___f7PWv
>
div
>
div
{
.miniChart___f7PWv
.chartContent___2F7Fl
> div {
margin: 0 -5px;
margin: 0 -5px;
overflow: hidden;
overflow: hidden;
}
}
.miniChart___f7PWv .chartLoading___3Kos3 {
position: absolute;
top: 16px;
left: 50%;
margin-left: -7px;
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* 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 */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
...
@@ -16178,6 +16184,7 @@ th.alignRight___3Y_eb {
...
@@ -16178,6 +16184,7 @@ th.alignRight___3Y_eb {
}
}
.mapChart___2HwRk img {
.mapChart___2HwRk img {
width: 100%;
width: 100%;
max-height: 457px;
}
}
.pieCard___2yz7H .pie-stat {
.pieCard___2yz7H .pie-stat {
font-size: 24px!important;
font-size: 24px!important;
...
@@ -16330,10 +16337,14 @@ th.alignRight___3Y_eb {
...
@@ -16330,10 +16337,14 @@ th.alignRight___3Y_eb {
}
}
@media screen and (max-width: 480px) {
@media screen and (max-width: 480px) {
.pageHeader___qgeO0 .action___2xCPQ .ant-btn-group,
.pageHeader___qgeO0 .action___2xCPQ .ant-btn-group,
.pageHeader___qgeO0
.action___2xCPQ
:not
(
.ant-btn-group
)
.ant-btn
{
.pageHeader___qgeO0 .action___2xCPQ .ant-btn {
display: block;
display: block;
margin-bottom: 8px;
margin-bottom: 8px;
}
}
.pageHeader___qgeO0 .action___2xCPQ .ant-btn-group > .ant-btn {
display: inline-block;
margin-bottom: 0;
}
}
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* 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 */
...
@@ -18255,9 +18266,15 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
...
@@ -18255,9 +18266,15 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
.cardList___3NYPm .card___1-dGI .ant-card-meta-title {
.cardList___3NYPm .card___1-dGI .ant-card-meta-title {
margin-bottom: 12px;
margin-bottom: 12px;
}
}
.cardList___3NYPm .card___1-dGI .ant-card-meta-title > a {
color: rgba(0, 0, 0, 0.85);
}
.cardList___3NYPm .card___1-dGI .ant-card-actions {
.cardList___3NYPm .card___1-dGI .ant-card-actions {
background: #f7f9fa;
background: #f7f9fa;
}
}
.cardList___3NYPm .card___1-dGI .ant-card-body:hover .ant-card-meta-title > a {
color: #1890ff;
}
.extraImg___1VTe6 {
.extraImg___1VTe6 {
margin-top: -60px;
margin-top: -60px;
text-align: center;
text-align: center;
...
@@ -18269,6 +18286,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
...
@@ -18269,6 +18286,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
.newButton___8F5Ts {
.newButton___8F5Ts {
background-color: #fff;
background-color: #fff;
border-color: #d9d9d9;
border-color: #d9d9d9;
border-radius: 2px;
color: rgba(0, 0, 0, 0.45);
color: rgba(0, 0, 0, 0.45);
width: 100%;
width: 100%;
height: 188px;
height: 188px;
...
...
index.html
View file @
a46399a5
...
@@ -7,7 +7,27 @@
...
@@ -7,7 +7,27 @@
<link
rel=
"icon"
href=
"https://gw.alipayobjects.com/zos/rmsportal/IOtlElCiWVIOZqgDslYd.png"
type=
"image/x-icon"
>
<link
rel=
"icon"
href=
"https://gw.alipayobjects.com/zos/rmsportal/IOtlElCiWVIOZqgDslYd.png"
type=
"image/x-icon"
>
<link
rel=
"stylesheet"
href=
"index.css"
/>
<link
rel=
"stylesheet"
href=
"index.css"
/>
</head>
</head>
<body>
<body><script>
// Enable Google Analytics
if
(
!
location
.
port
)
{
/* eslint-disable */
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
)
{
i
[
'
GoogleAnalyticsObject
'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
()
{
(
i
[
r
].
q
=
i
[
r
].
q
||
[]).
push
(
arguments
)
},
i
[
r
].
l
=
1
*
new
Date
();
a
=
s
.
createElement
(
o
),
m
=
s
.
getElementsByTagName
(
o
)[
0
];
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
})(
window
,
document
,
'
script
'
,
'
//www.google-analytics.com/analytics.js
'
,
'
ga
'
);
ga
(
'
create
'
,
'
UA-72788897-6
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
/* eslint-enable */
}
</script>
<div
id=
"root"
></div>
<div
id=
"root"
></div>
<script
src=
"https://gw.alipayobjects.com/as/g/??datavis/g2/2.3.12/index.js,datavis/g-cloud/1.0.2/index.js,datavis/g2-plugin-slider/1.2.1/slider.js"
></script>
<script
src=
"https://gw.alipayobjects.com/as/g/??datavis/g2/2.3.12/index.js,datavis/g-cloud/1.0.2/index.js,datavis/g2-plugin-slider/1.2.1/slider.js"
></script>
<script
src=
"index.js"
></script>
<script
src=
"index.js"
></script>
...
...
index.js
View file @
a46399a5
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