Commit 214c8407 authored by ι™ˆεΈ…'s avatar ι™ˆεΈ…

Updates

parent 46983788
...@@ -3069,7 +3069,6 @@ mark { ...@@ -3069,7 +3069,6 @@ mark {
right: 0; right: 0;
left: 0; left: 0;
bottom: 0; bottom: 0;
background-color: #373737;
background-color: rgba(0, 0, 0, 0.65); background-color: rgba(0, 0, 0, 0.65);
height: 100%; height: 100%;
z-index: 1000; z-index: 1000;
...@@ -3115,7 +3114,7 @@ mark { ...@@ -3115,7 +3114,7 @@ mark {
color: rgba(0, 0, 0, 0.85); color: rgba(0, 0, 0, 0.85);
font-weight: 500; font-weight: 500;
font-size: 16px; font-size: 16px;
line-height: 22px; line-height: 1.4;
display: block; display: block;
overflow: auto; overflow: auto;
} }
...@@ -3829,34 +3828,43 @@ mark { ...@@ -3829,34 +3828,43 @@ mark {
position: relative; position: relative;
display: inline-block; display: inline-block;
} }
.ant-btn-group > .ant-btn { .ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
position: relative; position: relative;
line-height: 30px; line-height: 30px;
} }
.ant-btn-group > .ant-btn:hover, .ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus, .ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active, .ant-btn-group > .ant-btn:active,
.ant-btn-group > .ant-btn.active { .ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
z-index: 2; z-index: 2;
} }
.ant-btn-group > .ant-btn:disabled { .ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
z-index: 0; z-index: 0;
} }
.ant-btn-group-lg > .ant-btn { .ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
padding: 0 15px; padding: 0 15px;
font-size: 16px; font-size: 16px;
border-radius: 4px; border-radius: 0;
height: 40px; height: 40px;
line-height: 38px; line-height: 38px;
} }
.ant-btn-group-sm > .ant-btn { .ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
padding: 0 7px; padding: 0 7px;
font-size: 14px; font-size: 14px;
border-radius: 4px; border-radius: 0;
height: 24px; height: 24px;
line-height: 22px; line-height: 22px;
} }
.ant-btn-group-sm > .ant-btn > .anticon { .ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
font-size: 14px; font-size: 14px;
} }
.ant-btn-group .ant-btn + .ant-btn, .ant-btn-group .ant-btn + .ant-btn,
...@@ -3871,22 +3879,44 @@ mark { ...@@ -3871,22 +3879,44 @@ mark {
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) { .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 {
border-radius: 0; border-radius: 0;
} }
.ant-btn-group > .ant-btn:first-child, .ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn { .ant-btn-group > span:first-child > .ant-btn {
margin-left: 0; margin-left: 0;
} }
.ant-btn-group > .ant-btn:only-child {
border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child), .ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn { .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
border-bottom-right-radius: 0; border-bottom-left-radius: 4px;
border-top-right-radius: 0; border-top-left-radius: 4px;
} }
.ant-btn-group > .ant-btn:last-child:not(:first-child), .ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn { .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
border-bottom-left-radius: 0; border-bottom-right-radius: 4px;
border-top-left-radius: 0; border-top-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
} }
.ant-btn-group > .ant-btn-group { .ant-btn-group > .ant-btn-group {
float: left; float: left;
...@@ -4208,7 +4238,7 @@ a.ant-btn-sm { ...@@ -4208,7 +4238,7 @@ a.ant-btn-sm {
border: 1px solid #e8e8e8; border: 1px solid #e8e8e8;
} }
.ant-card-head { .ant-card-head {
background: #fff; background: transparent;
border-bottom: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;
padding: 0 24px; padding: 0 24px;
border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0;
...@@ -5016,6 +5046,9 @@ a.ant-btn-sm { ...@@ -5016,6 +5046,9 @@ a.ant-btn-sm {
-webkit-transition: opacity .3s; -webkit-transition: opacity .3s;
transition: opacity .3s; transition: opacity .3s;
} }
.ant-table-empty .ant-table-body {
overflow: auto !important;
}
.ant-table table { .ant-table table {
width: 100%; width: 100%;
border-collapse: separate; border-collapse: separate;
...@@ -5205,10 +5238,10 @@ a.ant-btn-sm { ...@@ -5205,10 +5238,10 @@ a.ant-btn-sm {
} }
.ant-table-column-sorter-up, .ant-table-column-sorter-up,
.ant-table-column-sorter-down { .ant-table-column-sorter-down {
line-height: 6px;
display: block; display: block;
width: 14px; width: 14px;
height: 6px; height: 6px;
line-height: 6px;
cursor: pointer; cursor: pointer;
position: relative; position: relative;
} }
...@@ -5887,6 +5920,21 @@ span.ant-radio + * { ...@@ -5887,6 +5920,21 @@ span.ant-radio + * {
box-shadow: -1px 0 0 0 #096dd9; box-shadow: -1px 0 0 0 #096dd9;
color: #096dd9; color: #096dd9;
} }
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
background: #1890ff;
border-color: #1890ff;
color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
border-color: #40a9ff;
background: #40a9ff;
color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
border-color: #096dd9;
background: #096dd9;
color: #fff;
}
.ant-radio-button-wrapper-disabled { .ant-radio-button-wrapper-disabled {
border-color: #d9d9d9; border-color: #d9d9d9;
background-color: #f5f5f5; background-color: #f5f5f5;
...@@ -6227,6 +6275,11 @@ span.ant-radio + * { ...@@ -6227,6 +6275,11 @@ span.ant-radio + * {
transition: all .3s; transition: all .3s;
line-height: 22px; line-height: 22px;
} }
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child {
min-width: 12px;
margin-right: 8px;
}
.ant-dropdown-menu-item > a, .ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a { .ant-dropdown-menu-submenu-title > a {
color: rgba(0, 0, 0, 0.65); color: rgba(0, 0, 0, 0.65);
...@@ -7026,6 +7079,7 @@ textarea.ant-pagination-options-quick-jumper input { ...@@ -7026,6 +7079,7 @@ textarea.ant-pagination-options-quick-jumper input {
list-style: none; list-style: none;
display: inline-block; display: inline-block;
position: relative; position: relative;
outline: 0;
} }
.ant-select ul, .ant-select ul,
.ant-select ol { .ant-select ol {
...@@ -7265,7 +7319,7 @@ textarea.ant-pagination-options-quick-jumper input { ...@@ -7265,7 +7319,7 @@ textarea.ant-pagination-options-quick-jumper input {
} }
.ant-select-search__field__mirror { .ant-select-search__field__mirror {
position: absolute; position: absolute;
top: 0; top: -9999px;
left: -9999px; left: -9999px;
white-space: pre; white-space: pre;
pointer-events: none; pointer-events: none;
...@@ -7502,6 +7556,10 @@ textarea.ant-pagination-options-quick-jumper input { ...@@ -7502,6 +7556,10 @@ textarea.ant-pagination-options-quick-jumper input {
line-height: 32px; line-height: 32px;
font-size: 12px; font-size: 12px;
} }
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
border-radius: 0;
}
.ant-select-dropdown-menu-item { .ant-select-dropdown-menu-item {
position: relative; position: relative;
display: block; display: block;
......
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link rel="icon" href="/favicon.png" type="image/x-icon"> <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://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> <script src="https://gw.alipayobjects.com/os/antv/assets/data-set/0.8.7/data-set.min.js"></script>
<link href="/index.ef593414.css" rel="stylesheet"></head> <link href="/index.b5502a38.css" rel="stylesheet"></head>
<body><script> <body><script>
// Enable Google Analytics // Enable Google Analytics
...@@ -33,6 +33,6 @@ ...@@ -33,6 +33,6 @@
</script> </script>
<div id="root"></div> <div id="root"></div>
<script type="text/javascript" src="/index.47c58a63.js"></script></body> <script type="text/javascript" src="/index.e2d255a8.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