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
5b0580b8
Commit
5b0580b8
authored
Oct 23, 2017
by
nikogu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates
parent
7228872c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
index.css
index.css
+8
-0
index.html
index.html
+3
-0
index.js
index.js
+1
-1
No files found.
index.css
View file @
5b0580b8
...
...
@@ -15955,6 +15955,14 @@ textarea.ant-time-picker-input {
line-height: 32px;
font-size: 24px;
}
.tagCloud___1zMc4 canvas {
-webkit-transform: scale(0.25);
-ms-transform: scale(0.25);
transform: scale(0.25);
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.timelineChart___3pR8a {
background: #fff;
}
...
...
index.html
View file @
5b0580b8
...
...
@@ -4,10 +4,13 @@
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<title>
Ant Design Pro
</title>
<link
rel=
"stylesheet"
href=
"index.css"
/>
</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=
"index.js"
></script>
</body>
</html>
index.js
View file @
5b0580b8
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