Commit 8fe43e8f authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

Updates

parent 80a47b93
......@@ -1797,33 +1797,67 @@ mark {
}
}
@-webkit-keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loadingCircle {
0% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
[ant-click-animating],
[ant-click-animating-without-extra-node] {
position: relative;
}
[ant-click-animating-without-extra-node]:after,
.ant-click-animating-node {
content: '';
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
border-radius: inherit;
border: 0 solid #1890ff;
opacity: 0.2;
-webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
display: block;
pointer-events: none;
}
@-webkit-keyframes waveEffect {
100% {
top: -6px;
left: -6px;
bottom: -6px;
right: -6px;
border-width: 6px;
}
}
@keyframes waveEffect {
100% {
top: -6px;
left: -6px;
bottom: -6px;
right: -6px;
border-width: 6px;
}
}
@-webkit-keyframes fadeEffect {
100% {
opacity: 0;
}
}
@keyframes fadeEffect {
100% {
opacity: 0;
}
}
.slide-up-enter,
.slide-up-appear {
-webkit-animation-duration: 0.2s;
......@@ -3054,6 +3088,10 @@ mark {
-webkit-transform: none;
transform: none;
opacity: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask {
position: fixed;
......@@ -3958,23 +3996,6 @@ mark {
.ant-btn > span + .anticon {
margin-left: 8px;
}
.ant-btn-clicked:after {
content: '';
position: absolute;
top: -1px;
left: -1px;
bottom: -1px;
right: -1px;
border-radius: inherit;
border: 0 solid #1890ff;
opacity: 0.4;
-webkit-animation: buttonEffect .4s;
animation: buttonEffect .4s;
display: block;
}
.ant-btn-danger.ant-btn-clicked:after {
border-color: #f5222d;
}
.ant-btn-background-ghost {
background: transparent !important;
border-color: #fff;
......@@ -4192,26 +4213,6 @@ mark {
.ant-btn-block {
width: 100%;
}
@-webkit-keyframes buttonEffect {
to {
opacity: 0;
top: -6px;
left: -6px;
bottom: -6px;
right: -6px;
border-width: 6px;
}
}
@keyframes buttonEffect {
to {
opacity: 0;
top: -6px;
left: -6px;
bottom: -6px;
right: -6px;
border-width: 6px;
}
}
a.ant-btn {
line-height: 30px;
}
......@@ -4343,6 +4344,9 @@ a.ant-btn-sm {
width: 100%;
display: block;
}
.ant-card-cover img {
border-radius: 2px 2px 0 0;
}
.ant-card-actions {
border-top: 1px solid #e8e8e8;
background: #fafafa;
......@@ -4877,6 +4881,9 @@ a.ant-btn-sm {
padding: 0 !important;
pointer-events: none;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
visibility: hidden;
}
.ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
display: -ms-flexbox;
display: flex;
......@@ -5748,7 +5755,7 @@ tr.ant-table-expanded-row:hover {
display: inline-block;
position: relative;
line-height: 1;
vertical-align: text-bottom;
vertical-align: sub;
cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
......@@ -6003,6 +6010,11 @@ span.ant-radio + * {
opacity: 0;
}
}
@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
.ant-radio {
vertical-align: text-bottom;
}
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
......@@ -6101,8 +6113,9 @@ span.ant-radio + * {
border-top: 0;
border-left: 0;
content: ' ';
-webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6);
-webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
opacity: 0;
}
.ant-checkbox-input {
position: absolute;
......@@ -6118,13 +6131,15 @@ span.ant-radio + * {
}
.ant-checkbox-indeterminate .ant-checkbox-inner:after {
content: ' ';
-webkit-transform: scale(1);
transform: scale(1);
position: absolute;
left: 2.42857143px;
top: 5.92857143px;
width: 9.14285714px;
height: 1.14285714px;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
border: 0;
left: 50%;
top: 50%;
width: 8px;
height: 8px;
background-color: #1890ff;
opacity: 1;
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
border-color: rgba(0, 0, 0, 0.25);
......@@ -6140,9 +6155,9 @@ span.ant-radio + * {
content: ' ';
-webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
opacity: 1;
}
.ant-checkbox-checked .ant-checkbox-inner,
.ant-checkbox-indeterminate .ant-checkbox-inner {
.ant-checkbox-checked .ant-checkbox-inner {
background-color: #1890ff;
border-color: #1890ff;
}
......@@ -6516,7 +6531,7 @@ span.ant-radio + * {
display: block;
position: absolute;
height: 100%;
max-height: 320px;
max-height: 360px;
width: 100%;
z-index: 4;
}
......@@ -6556,6 +6571,8 @@ span.ant-radio + * {
}
.ant-spin-container {
position: relative;
-webkit-transition: opacity .3s;
transition: opacity .3s;
zoom: 1;
}
.ant-spin-container:before,
......@@ -6570,7 +6587,7 @@ span.ant-radio + * {
pointer-events: none;
user-select: none;
overflow: hidden;
opacity: 0.7;
opacity: 0.5;
-webkit-filter: blur(0.5px);
filter: blur(0.5px);
/* autoprefixer: off */
......@@ -7924,6 +7941,9 @@ textarea.ant-input {
float: none;
display: inline-block;
}
.ant-input-group.ant-input-group-compact > span > .ant-input {
border-right-width: 0;
}
.ant-input-group.ant-input-group-compact .ant-input {
float: none;
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -9,7 +9,7 @@
<link rel="icon" href="/favicon.png" type="image/x-icon">
<script src="https://cdn.bootcss.com/rollbar.js/2.4.0/rollbar.min.js"></script>
<script src="https://gw.alipayobjects.com/os/antv/assets/data-set/0.8.7/data-set.min.js"></script>
<link href="/index.eac12cd5.css" rel="stylesheet"></head>
<link href="/index.022a8265.css" rel="stylesheet"></head>
<body><script>
// Enable Google Analytics
......@@ -33,6 +33,6 @@
</script>
<div id="root"></div>
<script type="text/javascript" src="/index.b65316f3.js"></script></body>
<script type="text/javascript" src="/index.97749408.js"></script></body>
</html>
\ No newline at end of file
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