|
|
|
@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
html { |
|
|
|
|
--antd-wave-shadow-color: 'transparent'; |
|
|
|
|
--antd-wave-shadow-color: "transparent"; |
|
|
|
|
scrollbar-width: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -13,14 +13,12 @@ html {
@@ -13,14 +13,12 @@ html {
|
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar { |
|
|
|
|
display: none; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// .modal ::-webkit-scrollbar { |
|
|
|
|
// display: auto |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
iframe { |
|
|
|
|
pointer-events: none; |
|
|
|
|
} |
|
|
|
@ -45,7 +43,7 @@ iframe {
@@ -45,7 +43,7 @@ iframe {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-picker-date-panel { |
|
|
|
|
.ant-picker-header-view button{ |
|
|
|
|
.ant-picker-header-view button { |
|
|
|
|
&:hover { |
|
|
|
|
color: #9e2743; |
|
|
|
|
} |
|
|
|
@ -494,7 +492,7 @@ span {
@@ -494,7 +492,7 @@ span {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-tooltip-arrow-content { |
|
|
|
|
--antd-arrow-background-color: rgba(0, 0, 0, 0.6); |
|
|
|
|
--antd-arrow-background-color: rgba(0, 0, 0, 0.6); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.ant-select-tree li { |
|
|
|
@ -591,3 +589,7 @@ input[type="number"] {
@@ -591,3 +589,7 @@ input[type="number"] {
|
|
|
|
|
.ant-select-item-option-selected .anticon-check { |
|
|
|
|
color: #9e2743; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.highlight { |
|
|
|
|
color: #000 !important; |
|
|
|
|
} |
|
|
|
|