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
187c409a
Commit
187c409a
authored
Oct 29, 2017
by
afc163
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
799384d9
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
14 deletions
+35
-14
CNAME
CNAME
+0
-1
index.css
index.css
+33
-9
index.html
index.html
+1
-3
index.js
index.js
+1
-1
No files found.
CNAME
deleted
100644 β 0
View file @
799384d9
preview.pro.ant.design
index.css
View file @
187c409a
...
...
@@ -15655,14 +15655,24 @@ 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 */
.pie___3QH0n
.content___2ztxK
{
.pie___3QH0n {
position: relative;
}
.pie___3QH0n .chart___1f8KI {
position: relative;
}
.pie___3QH0n.hasLegend___1FtoJ .chart___1f8KI {
width: calc(100% - 264px);
margin-left: 24px;
}
.pie___3QH0n .legend___2d31L {
position: absolute;
top: 50%;
right: 0;
min-width: 200px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.pie___3QH0n .legend___2d31L li {
cursor: pointer;
...
...
@@ -15670,6 +15680,9 @@ textarea.ant-time-picker-input {
height: 22px;
line-height: 22px;
}
.pie___3QH0n .legend___2d31L li:last-child {
margin-bottom: 0;
}
.pie___3QH0n .dot___2FHTR {
border-radius: 8px;
display: inline-block;
...
...
@@ -15700,13 +15713,14 @@ textarea.ant-time-picker-input {
margin-bottom: 8px;
}
.pie___3QH0n .total___Du-qd {
opacity: 0;
position: absolute;
left: 50%;
top: 50%;
margin-top: -34px;
text-align: center;
height: 62px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pie___3QH0n .total___Du-qd > h4 {
color: rgba(0, 0, 0, 0.45);
...
...
@@ -15719,9 +15733,22 @@ textarea.ant-time-picker-input {
.pie___3QH0n .total___Du-qd > p {
color: rgba(0, 0, 0, 0.85);
display: block;
font-size:
30px
;
font-size:
1.3em
;
height: 32px;
line-height: 32px;
white-space: nowrap;
}
@media screen and (max-width: 576px) {
.pie___3QH0n.hasLegend___1FtoJ .chart___1f8KI {
width: 100%;
margin: 0 0 32px 0;
}
.pie___3QH0n .legend___2d31L {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
...
...
@@ -15873,9 +15900,6 @@ textarea.ant-time-picker-input {
font-size: 14px;
line-height: 22px;
}
.trendItem___3hZUV + .trendItem___3hZUV {
margin-left: 16px;
}
.trendItem___3hZUV .up___1Gzuk,
.trendItem___3hZUV .down___cKGkR {
margin-left: 4px;
...
...
@@ -16085,7 +16109,7 @@ td.alignRight___3Y_eb,
th.alignRight___3Y_eb {
text-align: right!important;
}
.trend
___2aPpf
{
.trend
Text___2M8Xw
{
margin-left: 8px;
color: rgba(0, 0, 0, 0.85);
}
...
...
index.html
View file @
187c409a
...
...
@@ -9,9 +9,7 @@
</head>
<body>
<div
id=
"root"
></div>
<script
src=
"https://gw.alipayobjects.com/as/g/datavis/g2/2.3.12/index.js"
></script>
<script
src=
"https://a.alipayobjects.com/g/datavis/g-cloud/1.0.2/index.js"
></script>
<script
src=
"https://a.alipayobjects.com/g/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>
</body>
</html>
index.js
View file @
187c409a
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