Commit 5b0580b8 authored by nikogu's avatar nikogu

Updates

parent 7228872c
...@@ -15955,6 +15955,14 @@ textarea.ant-time-picker-input { ...@@ -15955,6 +15955,14 @@ textarea.ant-time-picker-input {
line-height: 32px; line-height: 32px;
font-size: 24px; 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 { .timelineChart___3pR8a {
background: #fff; background: #fff;
} }
......
...@@ -4,10 +4,13 @@ ...@@ -4,10 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ant Design Pro</title> <title>Ant Design Pro</title>
<link rel="stylesheet" href="index.css" /> <link rel="stylesheet" href="index.css" />
</head> </head>
<body> <body>
<div id="root"></div> <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> <script src="index.js"></script>
</body> </body>
</html> </html>
This diff is collapsed.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment