Commit 92fb2641 authored by afc163's avatar afc163

Updates

parent 27592025
...@@ -3081,7 +3081,7 @@ mark { ...@@ -3081,7 +3081,7 @@ mark {
.ant-modal-open { .ant-modal-open {
overflow: hidden; overflow: hidden;
} }
@media (max-width: 768px) { @media (max-width: 767px) {
.ant-modal { .ant-modal {
width: auto !important; width: auto !important;
margin: 10px; margin: 10px;
...@@ -3863,11 +3863,12 @@ mark { ...@@ -3863,11 +3863,12 @@ mark {
.ant-btn + .ant-btn-group, .ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn, .ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span, .ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn, .ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group { .ant-btn-group + .ant-btn-group {
margin-left: -1px; margin-left: -1px;
} }
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary) { .ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
border-left-color: transparent; border-left-color: transparent;
} }
.ant-btn-group .ant-btn:not(:first-child):not(:last-child) { .ant-btn-group .ant-btn:not(:first-child):not(:last-child) {
...@@ -6508,6 +6509,7 @@ span.ant-radio + * { ...@@ -6508,6 +6509,7 @@ span.ant-radio + * {
.ant-spin-dot { .ant-spin-dot {
position: relative; position: relative;
display: inline-block; display: inline-block;
font-size: 20px;
width: 20px; width: 20px;
height: 20px; height: 20px;
} }
...@@ -6555,6 +6557,7 @@ span.ant-radio + * { ...@@ -6555,6 +6557,7 @@ span.ant-radio + * {
animation: antRotate 1.2s infinite linear; animation: antRotate 1.2s infinite linear;
} }
.ant-spin-sm .ant-spin-dot { .ant-spin-sm .ant-spin-dot {
font-size: 14px;
width: 14px; width: 14px;
height: 14px; height: 14px;
} }
...@@ -6563,6 +6566,7 @@ span.ant-radio + * { ...@@ -6563,6 +6566,7 @@ span.ant-radio + * {
height: 6px; height: 6px;
} }
.ant-spin-lg .ant-spin-dot { .ant-spin-lg .ant-spin-dot {
font-size: 32px;
width: 32px; width: 32px;
height: 32px; height: 32px;
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<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="icon" href="/favicon.png" type="image/x-icon"> <link rel="icon" href="/favicon.png" type="image/x-icon">
<link href="/index.89fdf8d4.css" rel="stylesheet"></head> <link href="/index.dc988f86.css" rel="stylesheet"></head>
<body><script> <body><script>
// Enable Google Analytics // Enable Google Analytics
...@@ -31,6 +31,6 @@ ...@@ -31,6 +31,6 @@
</script> </script>
<div id="root"></div> <div id="root"></div>
<script type="text/javascript" src="/index.18021e1b.js"></script></body> <script type="text/javascript" src="/index.4843ad62.js"></script></body>
</html> </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