Commit a46399a5 authored by afc163's avatar afc163

Updates

parent a12c457d
preview.pro.ant.design
pro.ant.design
......@@ -15575,15 +15575,21 @@ textarea.ant-time-picker-input {
position: relative;
width: 100%;
}
.miniChart___f7PWv > div {
.miniChart___f7PWv .chartContent___2F7Fl {
position: absolute;
bottom: -34px;
width: 100%;
}
.miniChart___f7PWv > div > div {
.miniChart___f7PWv .chartContent___2F7Fl > div {
margin: 0 -5px;
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 declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
......@@ -16178,6 +16184,7 @@ th.alignRight___3Y_eb {
}
.mapChart___2HwRk img {
width: 100%;
max-height: 457px;
}
.pieCard___2yz7H .pie-stat {
font-size: 24px!important;
......@@ -16330,10 +16337,14 @@ th.alignRight___3Y_eb {
}
@media screen and (max-width: 480px) {
.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;
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 declaration-bang-space-before */
......@@ -18255,9 +18266,15 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
.cardList___3NYPm .card___1-dGI .ant-card-meta-title {
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 {
background: #f7f9fa;
}
.cardList___3NYPm .card___1-dGI .ant-card-body:hover .ant-card-meta-title > a {
color: #1890ff;
}
.extraImg___1VTe6 {
margin-top: -60px;
text-align: center;
......@@ -18269,6 +18286,7 @@ form .ant-input-group-addon .ant-cascader-picker:only-child {
.newButton___8F5Ts {
background-color: #fff;
border-color: #d9d9d9;
border-radius: 2px;
color: rgba(0, 0, 0, 0.45);
width: 100%;
height: 188px;
......
......@@ -7,7 +7,27 @@
<link rel="icon" href="https://gw.alipayobjects.com/zos/rmsportal/IOtlElCiWVIOZqgDslYd.png" type="image/x-icon">
<link rel="stylesheet" href="index.css" />
</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>
<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>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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