diff --git a/1119.4cec7d2a.chunk.css b/1119.9ff43dc4.chunk.css similarity index 96% rename from 1119.4cec7d2a.chunk.css rename to 1119.9ff43dc4.chunk.css index 1f81b3e463..ddfebfbee3 100644 --- a/1119.4cec7d2a.chunk.css +++ b/1119.9ff43dc4.chunk.css @@ -52,7 +52,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -185,7 +188,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -276,9 +282,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -1042,7 +1069,7 @@ textarea.ant-pagination-options-quick-jumper input { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -1078,7 +1105,10 @@ textarea.ant-pagination-options-quick-jumper input { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/1226.f071d23f.chunk.css b/1226.d80fec89.chunk.css similarity index 96% rename from 1226.f071d23f.chunk.css rename to 1226.d80fec89.chunk.css index d22be5a235..dc33149a13 100644 --- a/1226.f071d23f.chunk.css +++ b/1226.d80fec89.chunk.css @@ -21,9 +21,30 @@ transition: all 0.3s; display: inline-flex; } +.ant-input-affix-wrapper::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-input-affix-wrapper:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-input-affix-wrapper::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-input-affix-wrapper::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-input-affix-wrapper:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-input-affix-wrapper:placeholder-shown { text-overflow: ellipsis; @@ -286,9 +307,30 @@ textarea.ant-input-affix-wrapper { border-radius: 2px; transition: all 0.3s; } +.ant-input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-input:placeholder-shown { text-overflow: ellipsis; diff --git a/14964.db5683b9.chunk.css b/14964.393d1111.chunk.css similarity index 97% rename from 14964.db5683b9.chunk.css rename to 14964.393d1111.chunk.css index 8e66b286de..7cf51cf021 100644 --- a/14964.db5683b9.chunk.css +++ b/14964.393d1111.chunk.css @@ -150,7 +150,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-cascader-checkbox-wrapper::after { @@ -365,7 +365,10 @@ border-radius: 100px; cursor: pointer; transition: all 0.2s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-switch:focus { outline: 0; @@ -956,7 +959,7 @@ padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -992,7 +995,10 @@ .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { @@ -1195,7 +1201,10 @@ white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -1309,8 +1318,10 @@ background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, @@ -1918,13 +1929,15 @@ direction: rtl; } .ant-ribbon-rtl.ant-ribbon-placement-end { - right: unset; + right: auto; + right: initial; left: -8px; border-bottom-right-radius: 2px; border-bottom-left-radius: 0; } .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner { - right: unset; + right: auto; + right: initial; left: 0; border-color: currentcolor currentcolor transparent transparent; } @@ -1933,13 +1946,15 @@ } .ant-ribbon-rtl.ant-ribbon-placement-start { right: -8px; - left: unset; + left: auto; + left: initial; border-bottom-right-radius: 0; border-bottom-left-radius: 2px; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner { right: 0; - left: unset; + left: auto; + left: initial; border-color: currentcolor transparent transparent currentcolor; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after { diff --git a/15962.7340b556.chunk.css b/15962.18248192.chunk.css similarity index 96% rename from 15962.7340b556.chunk.css rename to 15962.18248192.chunk.css index 27f90b0ef2..f259cfd15b 100644 --- a/15962.7340b556.chunk.css +++ b/15962.18248192.chunk.css @@ -52,7 +52,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -185,7 +188,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -276,9 +282,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -868,7 +895,8 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -884,6 +912,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -906,6 +935,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -929,6 +959,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -946,6 +977,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -963,6 +995,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -980,6 +1013,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -997,6 +1031,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1134,9 +1169,10 @@ textarea.ant-pagination-options-quick-jumper input { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -1174,8 +1210,11 @@ textarea.ant-pagination-options-quick-jumper input { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1418,7 +1457,7 @@ textarea.ant-pagination-options-quick-jumper input { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -1454,7 +1493,10 @@ textarea.ant-pagination-options-quick-jumper input { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/16441.f8e1ab4a.chunk.css b/16441.01d18822.chunk.css similarity index 97% rename from 16441.f8e1ab4a.chunk.css rename to 16441.01d18822.chunk.css index 5b47cc4582..a9c910e8d9 100644 --- a/16441.f8e1ab4a.chunk.css +++ b/16441.01d18822.chunk.css @@ -925,7 +925,10 @@ li:last-child > .ant-breadcrumb-separator { border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -1058,7 +1061,10 @@ li:last-child > .ant-breadcrumb-separator { .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -1149,9 +1155,30 @@ li:last-child > .ant-breadcrumb-separator { height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; diff --git a/192.ee50cc08.chunk.css b/192.aa5d9d7e.chunk.css similarity index 96% rename from 192.ee50cc08.chunk.css rename to 192.aa5d9d7e.chunk.css index 22a378e1ae..dc00677b8f 100644 --- a/192.ee50cc08.chunk.css +++ b/192.aa5d9d7e.chunk.css @@ -23,7 +23,10 @@ white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -137,8 +140,10 @@ background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, @@ -823,7 +828,10 @@ border-radius: 100px; cursor: pointer; transition: all 0.2s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-switch:focus { outline: 0; diff --git a/2082.23ca33f4.chunk.css b/2082.878fbc75.chunk.css similarity index 98% rename from 2082.23ca33f4.chunk.css rename to 2082.878fbc75.chunk.css index 83dd332429..ed03a374e3 100644 --- a/2082.23ca33f4.chunk.css +++ b/2082.878fbc75.chunk.css @@ -400,7 +400,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -416,6 +417,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -438,6 +440,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -461,6 +464,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -478,6 +482,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -495,6 +500,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -512,6 +518,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -529,6 +536,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -666,9 +674,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -706,8 +715,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/23234.70e35d1a.chunk.css b/23234.b88b2a7b.chunk.css similarity index 98% rename from 23234.70e35d1a.chunk.css rename to 23234.b88b2a7b.chunk.css index e75a83583c..77a4301541 100644 --- a/23234.70e35d1a.chunk.css +++ b/23234.b88b2a7b.chunk.css @@ -911,7 +911,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -927,6 +928,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -949,6 +951,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -972,6 +975,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -989,6 +993,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1006,6 +1011,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1023,6 +1029,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1040,6 +1047,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1177,9 +1185,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -1217,8 +1226,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1461,7 +1473,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -1497,7 +1509,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/24505.af30f38e.chunk.css b/24505.1abf39d3.chunk.css similarity index 98% rename from 24505.af30f38e.chunk.css rename to 24505.1abf39d3.chunk.css index c3521e284b..4c8f7db46e 100644 --- a/24505.af30f38e.chunk.css +++ b/24505.1abf39d3.chunk.css @@ -316,7 +316,8 @@ } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -332,6 +333,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -354,6 +356,7 @@ .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -377,6 +380,7 @@ .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -394,6 +398,7 @@ .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -411,6 +416,7 @@ .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -428,6 +434,7 @@ .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -445,6 +452,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -582,9 +590,10 @@ text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -622,8 +631,11 @@ .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1239,7 +1251,8 @@ .xterm { font-feature-settings: "liga" 0; position: relative; - user-select: none; + -moz-user-select: none; + user-select: none; -ms-user-select: none; -webkit-user-select: none; } @@ -1415,7 +1428,7 @@ padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -1451,7 +1464,10 @@ .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/24745.2cb04215.chunk.css b/24745.6333803e.chunk.css similarity index 98% rename from 24745.2cb04215.chunk.css rename to 24745.6333803e.chunk.css index 49d3a0af99..2e9d66d0c0 100644 --- a/24745.2cb04215.chunk.css +++ b/24745.6333803e.chunk.css @@ -26,7 +26,10 @@ border-radius: 100px; cursor: pointer; transition: all 0.2s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-switch:focus { outline: 0; @@ -340,7 +343,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-select-tree-checkbox-wrapper::after { @@ -498,7 +501,10 @@ .ant-select-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-indent-unit { display: inline-block; @@ -516,7 +522,10 @@ line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-switcher .ant-tree-switcher-icon, .ant-select-tree-switcher .ant-select-tree-switcher-icon { @@ -561,6 +570,7 @@ content: ' '; } .ant-select-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -599,7 +609,10 @@ } .ant-select-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -811,7 +824,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-cascader-checkbox-wrapper::after { diff --git a/27703.7fd6a10e.chunk.css b/27703.4a7c1daa.chunk.css similarity index 97% rename from 27703.7fd6a10e.chunk.css rename to 27703.4a7c1daa.chunk.css index b3e808368f..4f2be25d95 100644 --- a/27703.7fd6a10e.chunk.css +++ b/27703.4a7c1daa.chunk.css @@ -23,7 +23,10 @@ white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -137,8 +140,10 @@ background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, @@ -523,7 +528,8 @@ } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -539,6 +545,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -561,6 +568,7 @@ .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -584,6 +592,7 @@ .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -601,6 +610,7 @@ .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -618,6 +628,7 @@ .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -635,6 +646,7 @@ .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -652,6 +664,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -789,9 +802,10 @@ text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -829,8 +843,11 @@ .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1214,7 +1231,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-select-tree-checkbox-wrapper::after { @@ -1372,7 +1389,10 @@ .ant-select-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-indent-unit { display: inline-block; @@ -1390,7 +1410,10 @@ line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-switcher .ant-tree-switcher-icon, .ant-select-tree-switcher .ant-select-tree-switcher-icon { @@ -1435,6 +1458,7 @@ content: ' '; } .ant-select-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -1473,7 +1497,10 @@ } .ant-select-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; diff --git a/32210.f53500ec.chunk.css b/32210.fee747d3.chunk.css similarity index 98% rename from 32210.f53500ec.chunk.css rename to 32210.fee747d3.chunk.css index f3f7fdb405..75c513502c 100644 --- a/32210.f53500ec.chunk.css +++ b/32210.fee747d3.chunk.css @@ -400,7 +400,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -416,6 +417,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -438,6 +440,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -461,6 +464,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -478,6 +482,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -495,6 +500,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -512,6 +518,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -529,6 +536,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -666,9 +674,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -706,8 +715,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1108,7 +1120,7 @@ span.ant-radio + * { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-cascader-checkbox-wrapper::after { diff --git a/36433.6c7a2033.chunk.css b/36433.e2aa74e6.chunk.css similarity index 99% rename from 36433.6c7a2033.chunk.css rename to 36433.e2aa74e6.chunk.css index e78cccfc52..1b513685e5 100644 --- a/36433.6c7a2033.chunk.css +++ b/36433.e2aa74e6.chunk.css @@ -647,7 +647,10 @@ border-radius: 100px; cursor: pointer; transition: all 0.2s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-switch:focus { outline: 0; diff --git a/36483.345551a1.chunk.css b/36483.59955ef6.chunk.css similarity index 99% rename from 36483.345551a1.chunk.css rename to 36483.59955ef6.chunk.css index d91a351388..88da5a1188 100644 --- a/36483.345551a1.chunk.css +++ b/36483.59955ef6.chunk.css @@ -856,13 +856,15 @@ li:last-child > .ant-breadcrumb-separator { direction: rtl; } .ant-ribbon-rtl.ant-ribbon-placement-end { - right: unset; + right: auto; + right: initial; left: -8px; border-bottom-right-radius: 2px; border-bottom-left-radius: 0; } .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner { - right: unset; + right: auto; + right: initial; left: 0; border-color: currentcolor currentcolor transparent transparent; } @@ -871,13 +873,15 @@ li:last-child > .ant-breadcrumb-separator { } .ant-ribbon-rtl.ant-ribbon-placement-start { right: -8px; - left: unset; + left: auto; + left: initial; border-bottom-right-radius: 0; border-bottom-left-radius: 2px; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner { right: 0; - left: unset; + left: auto; + left: initial; border-color: currentcolor transparent transparent currentcolor; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after { diff --git a/36579.5e0964b3.chunk.css b/36579.33389c04.chunk.css similarity index 98% rename from 36579.5e0964b3.chunk.css rename to 36579.33389c04.chunk.css index 986dd49705..ca6d868aed 100644 --- a/36579.5e0964b3.chunk.css +++ b/36579.33389c04.chunk.css @@ -333,7 +333,8 @@ } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -349,6 +350,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -371,6 +373,7 @@ .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -394,6 +397,7 @@ .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -411,6 +415,7 @@ .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -428,6 +433,7 @@ .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -445,6 +451,7 @@ .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -462,6 +469,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -599,9 +607,10 @@ text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -639,8 +648,11 @@ .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/37250.ce668f0c.chunk.css b/37250.4521d860.chunk.css similarity index 96% rename from 37250.ce668f0c.chunk.css rename to 37250.4521d860.chunk.css index f2dd53a8ec..91b6d7412a 100644 --- a/37250.ce668f0c.chunk.css +++ b/37250.4521d860.chunk.css @@ -236,7 +236,10 @@ li:last-child > .ant-breadcrumb-separator { white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -350,8 +353,10 @@ li:last-child > .ant-breadcrumb-separator { background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, diff --git a/38694.70eac6fd.chunk.css b/38694.a6d6aaba.chunk.css similarity index 97% rename from 38694.70eac6fd.chunk.css rename to 38694.a6d6aaba.chunk.css index 39a2567ef5..95d95f817c 100644 --- a/38694.70eac6fd.chunk.css +++ b/38694.a6d6aaba.chunk.css @@ -341,7 +341,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -474,7 +477,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -565,9 +571,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -1432,7 +1459,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -1448,6 +1476,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1470,6 +1499,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1493,6 +1523,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1510,6 +1541,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1527,6 +1559,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1544,6 +1577,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1561,6 +1595,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1698,9 +1733,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -1738,8 +1774,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -2123,7 +2162,7 @@ span.ant-radio + * { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-select-tree-checkbox-wrapper::after { @@ -2281,7 +2320,10 @@ span.ant-radio + * { .ant-select-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-indent-unit { display: inline-block; @@ -2299,7 +2341,10 @@ span.ant-radio + * { line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-switcher .ant-tree-switcher-icon, .ant-select-tree-switcher .ant-select-tree-switcher-icon { @@ -2344,6 +2389,7 @@ span.ant-radio + * { content: ' '; } .ant-select-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -2382,7 +2428,10 @@ span.ant-radio + * { } .ant-select-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; diff --git a/39805.0d859925.chunk.css b/39805.86d1e4a5.chunk.css similarity index 98% rename from 39805.0d859925.chunk.css rename to 39805.86d1e4a5.chunk.css index a94aba4f6b..eb168948c6 100644 --- a/39805.0d859925.chunk.css +++ b/39805.86d1e4a5.chunk.css @@ -257,7 +257,8 @@ li:last-child > .ant-breadcrumb-separator { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -273,6 +274,7 @@ li:last-child > .ant-breadcrumb-separator { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -295,6 +297,7 @@ li:last-child > .ant-breadcrumb-separator { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -318,6 +321,7 @@ li:last-child > .ant-breadcrumb-separator { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -335,6 +339,7 @@ li:last-child > .ant-breadcrumb-separator { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -352,6 +357,7 @@ li:last-child > .ant-breadcrumb-separator { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -369,6 +375,7 @@ li:last-child > .ant-breadcrumb-separator { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -386,6 +393,7 @@ li:last-child > .ant-breadcrumb-separator { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -523,9 +531,10 @@ li:last-child > .ant-breadcrumb-separator { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -563,8 +572,11 @@ li:last-child > .ant-breadcrumb-separator { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1163,7 +1175,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -1199,7 +1211,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/41727.eab5d7ad.chunk.css b/41727.0acabfcf.chunk.css similarity index 97% rename from 41727.eab5d7ad.chunk.css rename to 41727.0acabfcf.chunk.css index 39bee1a176..685ac95acc 100644 --- a/41727.eab5d7ad.chunk.css +++ b/41727.0acabfcf.chunk.css @@ -52,7 +52,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -185,7 +188,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -276,9 +282,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -792,7 +819,10 @@ textarea.ant-pagination-options-quick-jumper input { overflow: hidden; } .ant-card-loading .ant-card-body { - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-card-small > .ant-card-head { min-height: 30px; @@ -1549,7 +1579,8 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -1565,6 +1596,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1587,6 +1619,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1610,6 +1643,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1627,6 +1661,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1644,6 +1679,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1661,6 +1697,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1678,6 +1715,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1815,9 +1853,10 @@ textarea.ant-pagination-options-quick-jumper input { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -1855,8 +1894,11 @@ textarea.ant-pagination-options-quick-jumper input { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/4390.8eb78cc4.chunk.css b/4390.9ba11594.chunk.css similarity index 98% rename from 4390.8eb78cc4.chunk.css rename to 4390.9ba11594.chunk.css index c622cad435..d6831e4a8b 100644 --- a/4390.8eb78cc4.chunk.css +++ b/4390.9ba11594.chunk.css @@ -44,7 +44,8 @@ } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -60,6 +61,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -82,6 +84,7 @@ .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -105,6 +108,7 @@ .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -122,6 +126,7 @@ .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -139,6 +144,7 @@ .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -156,6 +162,7 @@ .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -173,6 +180,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -310,9 +318,10 @@ text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -350,8 +359,11 @@ .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/43915.15af9d22.chunk.css b/43915.c8297aa9.chunk.css similarity index 98% rename from 43915.15af9d22.chunk.css rename to 43915.c8297aa9.chunk.css index e6908b38ee..227d5d0d45 100644 --- a/43915.15af9d22.chunk.css +++ b/43915.c8297aa9.chunk.css @@ -44,7 +44,8 @@ } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -60,6 +61,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -82,6 +84,7 @@ .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -105,6 +108,7 @@ .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -122,6 +126,7 @@ .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -139,6 +144,7 @@ .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -156,6 +162,7 @@ .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -173,6 +180,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -310,9 +318,10 @@ text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -350,8 +359,11 @@ .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/44838.eaaa84ed.async.js b/44838.69868d82.async.js similarity index 99% rename from 44838.eaaa84ed.async.js rename to 44838.69868d82.async.js index 71a502992e..4c25f07364 100644 --- a/44838.eaaa84ed.async.js +++ b/44838.69868d82.async.js @@ -292,7 +292,7 @@ var jsx_runtime = __webpack_require__(85893); /***/ }), -/***/ 44838: +/***/ 28744: /*!**************************************************************!*\ !*** ./src/pages/Account/Profile/Edit/index.tsx + 1 modules ***! \**************************************************************/ diff --git a/4656.669e65fb.chunk.css b/4656.6f35bceb.chunk.css similarity index 96% rename from 4656.669e65fb.chunk.css rename to 4656.6f35bceb.chunk.css index 8d5cefa2ac..a0359a69f1 100644 --- a/4656.669e65fb.chunk.css +++ b/4656.6f35bceb.chunk.css @@ -312,7 +312,10 @@ white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -426,8 +429,10 @@ background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, diff --git a/4900.d7901c2a.chunk.css b/4900.814e790f.chunk.css similarity index 98% rename from 4900.d7901c2a.chunk.css rename to 4900.814e790f.chunk.css index bb8db63c84..af05c4c329 100644 --- a/4900.d7901c2a.chunk.css +++ b/4900.814e790f.chunk.css @@ -160,7 +160,10 @@ a.ant-typography.ant-typography-danger:hover { .ant-typography.ant-typography-disabled { color: rgba(0, 0, 0, 0.25); cursor: not-allowed; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } div.ant-typography, .ant-typography p { @@ -346,7 +349,8 @@ a.ant-typography.ant-typography-disabled:active, .ant-typography u, .ant-typography ins { text-decoration: underline; - text-decoration-skip-ink: auto; + -webkit-text-decoration-skip: ink; + text-decoration-skip-ink: auto; } .ant-typography s, .ant-typography del { @@ -832,7 +836,7 @@ div.ant-typography-edit-content.ant-typography-rtl { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -868,7 +872,10 @@ div.ant-typography-edit-content.ant-typography-rtl { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/50976.c866bfd0.async.js b/50976.0d902cf0.async.js similarity index 99% rename from 50976.c866bfd0.async.js rename to 50976.0d902cf0.async.js index e83a44a164..4b6dffbbb8 100644 --- a/50976.c866bfd0.async.js +++ b/50976.0d902cf0.async.js @@ -10357,7 +10357,7 @@ var IncrementalDisplayable = __webpack_require__(/*! zrender/lib/graphic/Increme var lineContain = __webpack_require__(/*! zrender/lib/contain/line */ 33640); -var quadraticContain = __webpack_require__(/*! zrender/lib/contain/quadratic */ 25674); +var quadraticContain = __webpack_require__(/*! zrender/lib/contain/quadratic */ 47399); /* * Licensed to the Apache Software Foundation (ASF) under one @@ -18210,7 +18210,7 @@ module.exports = _default; /***/ }), -/***/ 17659: +/***/ 96586: /*!***********************************************************!*\ !*** ./node_modules/echarts/lib/chart/pie/labelLayout.js ***! \***********************************************************/ @@ -18607,7 +18607,7 @@ var linearMap = _number.linearMap; var layout = __webpack_require__(/*! ../../util/layout */ 76172); -var labelLayout = __webpack_require__(/*! ./labelLayout */ 17659); +var labelLayout = __webpack_require__(/*! ./labelLayout */ 96586); var zrUtil = __webpack_require__(/*! zrender/lib/core/util */ 33051); @@ -28005,7 +28005,7 @@ var _vector = __webpack_require__(/*! zrender/lib/core/vector */ 45280); var v2ApplyTransform = _vector.applyTransform; -var _axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 97980); +var _axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 16828); var shouldShowAllLabels = _axisHelper.shouldShowAllLabels; @@ -32224,7 +32224,7 @@ var formatUtil = __webpack_require__(/*! ../../util/format */ 78988); var matrix = __webpack_require__(/*! zrender/lib/core/matrix */ 32892); -var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 97980); +var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 16828); var AxisBuilder = __webpack_require__(/*! ../axis/AxisBuilder */ 58608); @@ -45851,7 +45851,7 @@ var _symbol = __webpack_require__(/*! ../../util/symbol */ 41525); var createSymbol = _symbol.createSymbol; -var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 97980); +var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 16828); var numberUtil = __webpack_require__(/*! ../../util/number */ 85669); @@ -50147,7 +50147,7 @@ var Model = __webpack_require__(/*! ../../model/Model */ 4272); var globalListener = __webpack_require__(/*! ../axisPointer/globalListener */ 56996); -var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 97980); +var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 16828); var axisPointerViewHelper = __webpack_require__(/*! ../axisPointer/viewHelper */ 75539); @@ -55151,7 +55151,7 @@ module.exports = _default; /***/ }), -/***/ 97980: +/***/ 16828: /*!******************************************************!*\ !*** ./node_modules/echarts/lib/coord/axisHelper.js ***! \******************************************************/ @@ -55869,7 +55869,7 @@ var _model = __webpack_require__(/*! ../util/model */ 32234); var makeInner = _model.makeInner; -var _axisHelper = __webpack_require__(/*! ./axisHelper */ 97980); +var _axisHelper = __webpack_require__(/*! ./axisHelper */ 16828); var makeLabelFormatter = _axisHelper.makeLabelFormatter; var getOptionCategoryInterval = _axisHelper.getOptionCategoryInterval; @@ -57535,7 +57535,7 @@ var _layout = __webpack_require__(/*! ../../util/layout */ 76172); var getLayoutRect = _layout.getLayoutRect; -var _axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 97980); +var _axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 16828); var createScaleByModel = _axisHelper.createScaleByModel; var ifAxisCrossZero = _axisHelper.ifAxisCrossZero; @@ -60548,7 +60548,7 @@ var matrix = __webpack_require__(/*! zrender/lib/core/matrix */ 32892); var layoutUtil = __webpack_require__(/*! ../../util/layout */ 76172); -var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 97980); +var axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 16828); var ParallelAxis = __webpack_require__(/*! ./ParallelAxis */ 66656); @@ -62222,7 +62222,7 @@ var _number = __webpack_require__(/*! ../../util/number */ 85669); var parsePercent = _number.parsePercent; -var _axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 97980); +var _axisHelper = __webpack_require__(/*! ../../coord/axisHelper */ 16828); var createScaleByModel = _axisHelper.createScaleByModel; var niceScaleExtent = _axisHelper.niceScaleExtent; @@ -62582,7 +62582,7 @@ var IntervalScale = __webpack_require__(/*! ../../scale/Interval */ 70103); var numberUtil = __webpack_require__(/*! ../../util/number */ 85669); -var _axisHelper = __webpack_require__(/*! ../axisHelper */ 97980); +var _axisHelper = __webpack_require__(/*! ../axisHelper */ 16828); var getScaleExtent = _axisHelper.getScaleExtent; var niceScaleExtent = _axisHelper.niceScaleExtent; @@ -63165,7 +63165,7 @@ module.exports = _default; var SingleAxis = __webpack_require__(/*! ./SingleAxis */ 50465); -var axisHelper = __webpack_require__(/*! ../axisHelper */ 97980); +var axisHelper = __webpack_require__(/*! ../axisHelper */ 16828); var _layout = __webpack_require__(/*! ../../util/layout */ 76172); @@ -72388,7 +72388,7 @@ var zrUtil = __webpack_require__(/*! zrender/lib/core/util */ 33051); var createListFromArray = __webpack_require__(/*! ./chart/helper/createListFromArray */ 40488); -var axisHelper = __webpack_require__(/*! ./coord/axisHelper */ 97980); +var axisHelper = __webpack_require__(/*! ./coord/axisHelper */ 16828); var axisModelCommonMixin = __webpack_require__(/*! ./coord/axisModelCommonMixin */ 16650); @@ -91612,7 +91612,7 @@ var line = __webpack_require__(/*! ./line */ 33640); var cubic = __webpack_require__(/*! ./cubic */ 71972); -var quadratic = __webpack_require__(/*! ./quadratic */ 25674); +var quadratic = __webpack_require__(/*! ./quadratic */ 47399); var arc = __webpack_require__(/*! ./arc */ 92334); @@ -92047,7 +92047,7 @@ exports.contain = contain; /***/ }), -/***/ 25674: +/***/ 47399: /*!*******************************************************!*\ !*** ./node_modules/zrender/lib/contain/quadratic.js ***! \*******************************************************/ diff --git a/51370.8f5ebe21.chunk.css b/51370.3091da5b.chunk.css similarity index 95% rename from 51370.8f5ebe21.chunk.css rename to 51370.3091da5b.chunk.css index 1261bbbdcf..414c3b9a0e 100644 --- a/51370.8f5ebe21.chunk.css +++ b/51370.3091da5b.chunk.css @@ -378,11 +378,33 @@ span.ant-radio + * { display: inline-flex; width: 90px; padding: 0; - padding-inline-start: 7px; + -webkit-padding-start: 7px; + padding-inline-start: 7px; +} +.ant-input-number-affix-wrapper::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-input-number-affix-wrapper:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-input-number-affix-wrapper::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; } .ant-input-number-affix-wrapper::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-input-number-affix-wrapper:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-input-number-affix-wrapper:placeholder-shown { text-overflow: ellipsis; @@ -486,7 +508,8 @@ textarea.ant-input-number-affix-wrapper { pointer-events: none; } .ant-input-number-prefix { - margin-inline-end: 4px; + -webkit-margin-end: 4px; + margin-inline-end: 4px; } .ant-input-number-suffix { position: absolute; @@ -590,9 +613,30 @@ textarea.ant-input-number-affix-wrapper { border: 1px solid #d9d9d9; border-radius: 2px; } +.ant-input-number::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-input-number:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-input-number::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-input-number::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-input-number:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-input-number:placeholder-shown { text-overflow: ellipsis; @@ -976,7 +1020,10 @@ textarea.ant-input-number { color: rgba(0, 0, 0, 0.45); line-height: 12px; transition: all 0.1s linear; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-input-number-handler-up-inner > *, .ant-input-number-handler-down-inner > * { @@ -1042,11 +1089,33 @@ textarea.ant-input-number { outline: 0; transition: all 0.3s linear; -webkit-appearance: textfield !important; + -moz-appearance: textfield !important; appearance: textfield !important; } +.ant-input-number-input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-input-number-input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-input-number-input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-input-number-input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-input-number-input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-input-number-input:placeholder-shown { text-overflow: ellipsis; diff --git a/52534.2ec3a028.chunk.css b/52534.9e767688.chunk.css similarity index 96% rename from 52534.2ec3a028.chunk.css rename to 52534.9e767688.chunk.css index 0958334523..0306a6d819 100644 --- a/52534.2ec3a028.chunk.css +++ b/52534.9e767688.chunk.css @@ -379,7 +379,10 @@ span.ant-radio + * { white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -493,8 +496,10 @@ span.ant-radio + * { background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, @@ -730,7 +735,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -746,6 +752,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -768,6 +775,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -791,6 +799,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -808,6 +817,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -825,6 +835,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -842,6 +853,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -859,6 +871,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -996,9 +1009,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -1036,8 +1050,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/52641.ddd6f2a7.chunk.css b/52641.0465acda.chunk.css similarity index 97% rename from 52641.ddd6f2a7.chunk.css rename to 52641.0465acda.chunk.css index 49fe7fcb7e..66dff0e5ec 100644 --- a/52641.ddd6f2a7.chunk.css +++ b/52641.0465acda.chunk.css @@ -341,7 +341,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -474,7 +477,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -565,9 +571,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; diff --git a/81571.2a88928f.chunk.css b/53384.d2e781d0.chunk.css similarity index 99% rename from 81571.2a88928f.chunk.css rename to 53384.d2e781d0.chunk.css index 288c5d44fc..37f9bb1231 100644 --- a/81571.2a88928f.chunk.css +++ b/53384.d2e781d0.chunk.css @@ -722,7 +722,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -758,7 +758,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/53440.030660b7.chunk.css b/53440.b8f7e7d9.chunk.css similarity index 96% rename from 53440.030660b7.chunk.css rename to 53440.b8f7e7d9.chunk.css index cb8a000e44..8e965e1bc4 100644 --- a/53440.030660b7.chunk.css +++ b/53440.b8f7e7d9.chunk.css @@ -341,7 +341,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -474,7 +477,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -565,9 +571,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -1081,7 +1108,10 @@ textarea.ant-pagination-options-quick-jumper input { overflow: hidden; } .ant-card-loading .ant-card-body { - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-card-small > .ant-card-head { min-height: 30px; @@ -1121,7 +1151,7 @@ textarea.ant-pagination-options-quick-jumper input { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -1157,7 +1187,10 @@ textarea.ant-pagination-options-quick-jumper input { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/27946.6fb696e5.async.js b/54836.235be1b8.async.js similarity index 99% rename from 27946.6fb696e5.async.js rename to 54836.235be1b8.async.js index 7b570f24f6..cd2c60e85b 100644 --- a/27946.6fb696e5.async.js +++ b/54836.235be1b8.async.js @@ -1,5 +1,5 @@ "use strict"; -(self["webpackChunk"] = self["webpackChunk"] || []).push([[27946],{ +(self["webpackChunk"] = self["webpackChunk"] || []).push([[54836],{ /***/ 82982: /*!*****************************************!*\ diff --git a/p__virtualSpaces__Lists__Video__index.d8dd6257.chunk.css b/54836.4cdd1d96.chunk.css similarity index 76% rename from p__virtualSpaces__Lists__Video__index.d8dd6257.chunk.css rename to 54836.4cdd1d96.chunk.css index 8816decb66..242b075228 100644 --- a/p__virtualSpaces__Lists__Video__index.d8dd6257.chunk.css +++ b/54836.4cdd1d96.chunk.css @@ -1,122 +1,3 @@ -/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/virtualSpaces/Lists/Video/index.less?modules ***! - \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.flex_box_center____ICdO { - justify-content: center; - align-items: center; - -webkit-justify-content: center; - box-align: center; -} -.flex_space_between___Fizsy { - justify-content: space-between; - -webkit-box-pack: justify; -} -.flex_box_vertical_center___ovw_y { - align-items: center; - box-align: center; -} -.flex_box_center_end___YvhJ8 { - justify-content: flex-end; - align-items: center; - -webkit-justify-content: flex-end; - -webkit-align-items: center; - -webkit-box-align: center; - -webkit-box-pack: end; - box-align: center; - box-pack: end; -} -.flex_box_column___NRvXy { - flex-direction: column; - box-orient: block-axis; -} -.warp___SiWVd { - width: 965px; - background: #fff; - box-shadow: 0px 2px 4px 0px rgba(232, 232, 233, 0.5); - border-radius: 4px; - padding: 20px 25px; - min-height: 672px; -} -.warp___SiWVd .title___ZMdcv { - display: flex; - justify-content: space-between; - align-items: center; -} -.warp___SiWVd .Inputstyle____IEho { - width: 329px; - height: 38px; -} -.warp___SiWVd .buttonstyle___Nv_nA { - width: 90px; - background: #196efd; - height: 30px; - color: #fff; - font-size: 12px; - margin-right: 20px; - display: inline-flex; - align-items: center; - justify-content: center; - border-radius: 2px; -} -.warp___SiWVd .Content___iyi1N { - margin-top: 20px; -} -.warp___SiWVd .imgstyle___K_hQW { - height: 177px; - width: 291px; - border-radius: 4px 4px 0px 0px; - overflow: hidden; -} -.warp___SiWVd .imgstyle___K_hQW img { - width: 100%; - height: 100%; - transition: all 0.5s; -} -.warp___SiWVd .cardstyle___hk4N8 { - width: 291px; - height: 277px; - box-shadow: 0px 2px 4px 0px #d6dae1; - border-radius: 4px; -} -.warp___SiWVd .cardstyle___hk4N8 [class~='ant-card-body'] { - height: 100px; - padding: 32px 11px 21px 10px !important; -} -.warp___SiWVd .linkstyle___y6rxz { - width: 60px; - height: 28px; - background: #fa6400; - border-radius: 4px 0px 20px 0px; - position: absolute; - color: #fff; - display: flex; - align-items: center; - justify-content: center; -} -.warp___SiWVd .paddingcard___K56IC .titlefont___B_PBh { - font-size: 16px; - font-family: PingFangSC-Semibold, PingFang SC; - font-weight: 600; - color: #000000; - height: 22px; - -webkit-box-orient: vertical; - display: -webkit-box; - -webkit-line-clamp: 1; - overflow: hidden; -} -.warp___SiWVd .flexEnd___SZPvY { - display: flex; - flex-direction: row; - align-items: flex-end; -} -.warp___SiWVd .flexEnd___SZPvY > span { - display: flex; - align-items: center; -} -/* stylelint-disable no-duplicate-selectors */ -/* stylelint-disable */ -/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ - /*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/tree-select/style/index.less ***! \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ @@ -277,7 +158,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-select-tree-checkbox-wrapper::after { @@ -435,7 +316,10 @@ .ant-select-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-indent-unit { display: inline-block; @@ -453,7 +337,10 @@ line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-switcher .ant-tree-switcher-icon, .ant-select-tree-switcher .ant-select-tree-switcher-icon { @@ -498,6 +385,7 @@ content: ' '; } .ant-select-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -536,7 +424,10 @@ } .ant-select-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -596,126 +487,6 @@ /* stylelint-disable */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ -/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/virtualSpaces/Lists/Video/components/index.less?modules ***! - \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ -.flex_box_center___inwoE { - justify-content: center; - align-items: center; - -webkit-justify-content: center; - box-align: center; -} -.flex_space_between___pg0PF { - justify-content: space-between; - -webkit-box-pack: justify; -} -.flex_box_vertical_center___JNzAj { - align-items: center; - box-align: center; -} -.flex_box_center_end___ORNt1 { - justify-content: flex-end; - align-items: center; - -webkit-justify-content: flex-end; - -webkit-align-items: center; - -webkit-box-align: center; - -webkit-box-pack: end; - box-align: center; - box-pack: end; -} -.flex_box_column___GLfwj { - flex-direction: column; - box-orient: block-axis; -} -.bg___JkHJF { - background: white; -} -.menu___L0YRG { - position: relative; - display: box; - display: flex; - align-items: center; - box-align: center; -} -.menu___L0YRG ul { - flex: 1 1; -} -.menu___L0YRG ul li { - height: 74px; - line-height: 74px; - margin: 0 15px; -} -.menu___L0YRG > div span { - margin-right: 35px; - color: #0152d9; -} -.desc___nrOMJ { - padding: 20px 0; - font-size: 16px; - font-weight: bold; - color: #999; -} -.otherLink___d3Pk0 { - position: absolute; - left: 0; - top: 30px; - border-radius: 0px 100px 100px 0px; - background: #f9751a; - height: 30px; - line-height: 30px; - padding: 0 18px; - text-align: center; - color: #fff; -} -.card___8aBp5 > div { - width: 31.3%; - margin-right: 3%; - display: inline-block; - margin-bottom: 30px; - border-radius: 15px; - overflow: hidden; -} -.card___8aBp5 > div:nth-child(3n) { - margin-right: 0; -} -.card___8aBp5 > div img { - width: 100%; -} -.card___8aBp5 [class='ant-card-actions'] { - text-align: right; - background: none; - border: 0; -} -.card___8aBp5 [class='ant-card-actions'] li { - width: auto !important; - margin-left: 6px; - border: 0; - float: none; - display: inline-block; -} -.img___eURkh { - position: relative; - width: 400px; - height: auto; - background-color: #f4f3f4; - display: flex; - align-items: center; - justify-content: center; -} -.img___eURkh > div { - position: absolute; - right: -6px; - top: -6px; - cursor: pointer; - background-color: #fff; - width: 16px; - height: 16px; - border-radius: 50%; -} -/* stylelint-disable no-duplicate-selectors */ -/* stylelint-disable */ -/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */ - /*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Video/Play/index.less?modules ***! \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ @@ -813,6 +584,7 @@ } progress { -webkit-appearance: none; + -moz-appearance: none; appearance: none; border-radius: 2px; width: 100%; @@ -969,6 +741,7 @@ input[type='range']::-webkit-slider-thumb { height: 16px; width: 16px; border-radius: 16px; + background: #fe0900; background: var(--youtube-red); cursor: pointer; -webkit-appearance: none; @@ -1003,7 +776,9 @@ input[type='range']::-moz-range-thumb { height: 14px; width: 14px; border-radius: 50px; + border: 1px solid #fe0900; border: 1px solid var(--youtube-red); + background: #fe0900; background: var(--youtube-red); cursor: pointer; margin-top: 5px; diff --git a/56359.df4b5b09.chunk.css b/56359.cf378db9.chunk.css similarity index 98% rename from 56359.df4b5b09.chunk.css rename to 56359.cf378db9.chunk.css index 48e76012c6..08a5e6a034 100644 --- a/56359.df4b5b09.chunk.css +++ b/56359.cf378db9.chunk.css @@ -69,7 +69,8 @@ } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -85,6 +86,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -107,6 +109,7 @@ .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -130,6 +133,7 @@ .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -147,6 +151,7 @@ .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -164,6 +169,7 @@ .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -181,6 +187,7 @@ .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -198,6 +205,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -335,9 +343,10 @@ text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -375,8 +384,11 @@ .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -752,7 +764,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-cascader-checkbox-wrapper::after { diff --git a/57621.b455e4aa.chunk.css b/57621.a188dd3c.chunk.css similarity index 98% rename from 57621.b455e4aa.chunk.css rename to 57621.a188dd3c.chunk.css index 98687ff13c..4fbc7abfeb 100644 --- a/57621.b455e4aa.chunk.css +++ b/57621.a188dd3c.chunk.css @@ -17,7 +17,7 @@ padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -53,7 +53,10 @@ .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { @@ -787,7 +790,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -803,6 +807,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -825,6 +830,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -848,6 +854,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -865,6 +872,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -882,6 +890,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -899,6 +908,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -916,6 +926,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1053,9 +1064,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -1093,8 +1105,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/60578.ed04aeb3.chunk.css b/60578.97c6971a.chunk.css similarity index 99% rename from 60578.ed04aeb3.chunk.css rename to 60578.97c6971a.chunk.css index ed08c4c877..aa098f31c4 100644 --- a/60578.ed04aeb3.chunk.css +++ b/60578.97c6971a.chunk.css @@ -634,7 +634,10 @@ li:last-child > .ant-breadcrumb-separator { overflow: hidden; } .ant-card-loading .ant-card-body { - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-card-small > .ant-card-head { min-height: 30px; @@ -1250,7 +1253,7 @@ li:last-child > .ant-breadcrumb-separator { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-cascader-checkbox-wrapper::after { diff --git a/62742.aece11b8.chunk.css b/62742.f2198b1d.chunk.css similarity index 97% rename from 62742.aece11b8.chunk.css rename to 62742.f2198b1d.chunk.css index 7d8ccf1383..18524c708c 100644 --- a/62742.aece11b8.chunk.css +++ b/62742.f2198b1d.chunk.css @@ -23,7 +23,10 @@ white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -137,8 +140,10 @@ background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, @@ -746,13 +751,15 @@ direction: rtl; } .ant-ribbon-rtl.ant-ribbon-placement-end { - right: unset; + right: auto; + right: initial; left: -8px; border-bottom-right-radius: 2px; border-bottom-left-radius: 0; } .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner { - right: unset; + right: auto; + right: initial; left: 0; border-color: currentcolor currentcolor transparent transparent; } @@ -761,13 +768,15 @@ } .ant-ribbon-rtl.ant-ribbon-placement-start { right: -8px; - left: unset; + left: auto; + left: initial; border-bottom-right-radius: 0; border-bottom-left-radius: 2px; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner { right: 0; - left: unset; + left: auto; + left: initial; border-color: currentcolor transparent transparent currentcolor; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after { diff --git a/65491.5f2765a5.chunk.css b/65491.60f2699d.chunk.css similarity index 97% rename from 65491.5f2765a5.chunk.css rename to 65491.60f2699d.chunk.css index ce3956dcfc..ed86981ea2 100644 --- a/65491.5f2765a5.chunk.css +++ b/65491.60f2699d.chunk.css @@ -26,7 +26,10 @@ } .ant-select-single .ant-select-selector .ant-select-selection-item { position: relative; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-select-single .ant-select-selector .ant-select-selection-placeholder { transition: none; @@ -171,10 +174,16 @@ border-radius: 2px; cursor: default; transition: font-size 0.3s, line-height 0.3s, height 0.3s; - user-select: none; - margin-inline-end: 3px; - padding-inline-start: 4px; - padding-inline-end: 2px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-margin-end: 3px; + margin-inline-end: 3px; + -webkit-padding-start: 4px; + padding-inline-start: 4px; + -webkit-padding-end: 2px; + padding-inline-end: 2px; } .ant-select-disabled.ant-select-multiple .ant-select-selection-item { color: #bfbfbf; @@ -224,12 +233,14 @@ color: rgba(0, 0, 0, 0.75); } .ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search { - margin-inline-start: 0; + -webkit-margin-start: 0; + margin-inline-start: 0; } .ant-select-multiple .ant-select-selection-search { position: relative; max-width: 100%; - margin-inline-start: 4px; + -webkit-margin-start: 4px; + margin-inline-start: 4px; } .ant-select-multiple .ant-select-selection-search-input, .ant-select-multiple .ant-select-selection-search-mirror { @@ -294,7 +305,8 @@ left: 7px; } .ant-select-multiple.ant-select-sm .ant-select-selection-search { - margin-inline-start: 3px; + -webkit-margin-start: 3px; + margin-inline-start: 3px; } .ant-select-multiple.ant-select-lg .ant-select-selection-item { height: 24px; @@ -392,6 +404,7 @@ border: none; outline: none; -webkit-appearance: none; + -moz-appearance: none; appearance: none; } .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button { @@ -479,7 +492,8 @@ cursor: not-allowed; } .ant-select-arrow > *:not(:last-child) { - margin-inline-end: 4px; + -webkit-margin-end: 4px; + margin-inline-end: 4px; } .ant-select-clear { position: absolute; @@ -666,10 +680,12 @@ direction: rtl; } .ant-select-rtl .ant-select-arrow { + right: auto; right: initial; left: 7px; } .ant-select-rtl .ant-select-clear { + right: auto; right: initial; left: 7px; } diff --git a/68031.27061c00.chunk.css b/68031.eeb9b7bf.chunk.css similarity index 97% rename from 68031.27061c00.chunk.css rename to 68031.eeb9b7bf.chunk.css index 79985228e4..48950c37ea 100644 --- a/68031.27061c00.chunk.css +++ b/68031.eeb9b7bf.chunk.css @@ -23,7 +23,10 @@ white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -137,8 +140,10 @@ background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, @@ -494,7 +499,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-cascader-checkbox-wrapper::after { @@ -1162,7 +1167,10 @@ border-radius: 100px; cursor: pointer; transition: all 0.2s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-switch:focus { outline: 0; @@ -1340,7 +1348,10 @@ } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper { border-radius: 0; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover { background: transparent; @@ -1495,7 +1506,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-tree-checkbox-wrapper::after { @@ -1638,7 +1649,10 @@ .ant-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-indent-unit { display: inline-block; @@ -1656,7 +1670,10 @@ line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon { @@ -1701,6 +1718,7 @@ content: ' '; } .ant-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -1739,7 +1757,10 @@ } .ant-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -1794,7 +1815,8 @@ } .ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after { right: -6px; - left: unset; + left: auto; + left: initial; } .ant-tree .ant-tree-treenode-rtl { direction: rtl; diff --git a/68632.68ac0432.chunk.css b/68632.017ac3a2.chunk.css similarity index 96% rename from 68632.68ac0432.chunk.css rename to 68632.017ac3a2.chunk.css index 3d5269f4dc..72b0ec6746 100644 --- a/68632.68ac0432.chunk.css +++ b/68632.017ac3a2.chunk.css @@ -441,7 +441,10 @@ white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -555,8 +558,10 @@ background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, diff --git a/70796.22e11213.chunk.css b/70796.8fe8099c.chunk.css similarity index 99% rename from 70796.22e11213.chunk.css rename to 70796.8fe8099c.chunk.css index ad50886e1c..025fca7a6c 100644 --- a/70796.22e11213.chunk.css +++ b/70796.8fe8099c.chunk.css @@ -546,7 +546,10 @@ overflow: hidden; } .ant-card-loading .ant-card-body { - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-card-small > .ant-card-head { min-height: 30px; @@ -942,7 +945,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -978,7 +981,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/70995.e8a5ac7e.chunk.css b/70995.7984fc7c.chunk.css similarity index 97% rename from 70995.e8a5ac7e.chunk.css rename to 70995.7984fc7c.chunk.css index db37a125f9..2ce3b80923 100644 --- a/70995.e8a5ac7e.chunk.css +++ b/70995.7984fc7c.chunk.css @@ -52,7 +52,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -185,7 +188,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -276,9 +282,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -1294,7 +1321,7 @@ textarea.ant-pagination-options-quick-jumper input { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -1330,7 +1357,10 @@ textarea.ant-pagination-options-quick-jumper input { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/72693.23ca33f4.chunk.css b/72693.878fbc75.chunk.css similarity index 98% rename from 72693.23ca33f4.chunk.css rename to 72693.878fbc75.chunk.css index 83dd332429..ed03a374e3 100644 --- a/72693.23ca33f4.chunk.css +++ b/72693.878fbc75.chunk.css @@ -400,7 +400,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -416,6 +417,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -438,6 +440,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -461,6 +464,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -478,6 +482,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -495,6 +500,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -512,6 +518,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -529,6 +536,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -666,9 +674,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -706,8 +715,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; diff --git a/74237.c2ff7d19.chunk.css b/74237.147dea04.chunk.css similarity index 97% rename from 74237.c2ff7d19.chunk.css rename to 74237.147dea04.chunk.css index 5cda2d9c0f..ecfde93785 100644 --- a/74237.c2ff7d19.chunk.css +++ b/74237.147dea04.chunk.css @@ -52,7 +52,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -185,7 +188,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -276,9 +282,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -579,7 +606,8 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -595,6 +623,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -617,6 +646,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -640,6 +670,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -657,6 +688,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -674,6 +706,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -691,6 +724,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -708,6 +742,7 @@ textarea.ant-pagination-options-quick-jumper input { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -845,9 +880,10 @@ textarea.ant-pagination-options-quick-jumper input { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -885,8 +921,11 @@ textarea.ant-pagination-options-quick-jumper input { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1369,7 +1408,10 @@ textarea.ant-pagination-options-quick-jumper input { overflow: hidden; } .ant-card-loading .ant-card-body { - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-card-small > .ant-card-head { min-height: 30px; diff --git a/75151.a2ed3542.chunk.css b/75151.a2ed3542.chunk.css new file mode 100644 index 0000000000..3f31a09522 --- /dev/null +++ b/75151.a2ed3542.chunk.css @@ -0,0 +1,5 @@ +/*!******************************************************************************************************************************************************************************************************************************************!*\ + !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/katex/dist/katex.min.css ***! + \******************************************************************************************************************************************************************************************************************************************/ +@font-face{font-family:KaTeX_AMS;src:url(./static/KaTeX_AMS-Regular.e101fd3b.woff2) format("woff2"),url(./static/KaTeX_AMS-Regular.89a32939.woff) format("woff"),url(./static/KaTeX_AMS-Regular.76b481f1.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Bold.804b0502.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Bold.ebf5447d.woff) format("woff"),url(./static/KaTeX_Caligraphic-Bold.28758623.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Regular.7ca15b3a.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Regular.d642f1a8.woff) format("woff"),url(./static/KaTeX_Caligraphic-Regular.fe9310f0.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Bold.33bcfed3.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Bold.fc482350.woff) format("woff"),url(./static/KaTeX_Fraktur-Bold.70f2abc1.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Regular.86cfbe4e.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Regular.29abfb1c.woff) format("woff"),url(./static/KaTeX_Fraktur-Regular.51bff235.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Bold.603892c5.woff2) format("woff2"),url(./static/KaTeX_Main-Bold.9f5bc66f.woff) format("woff"),url(./static/KaTeX_Main-Bold.da66c0ab.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-BoldItalic.bd95a810.woff2) format("woff2"),url(./static/KaTeX_Main-BoldItalic.c31eb616.woff) format("woff"),url(./static/KaTeX_Main-BoldItalic.962b328a.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Italic.7662be2b.woff2) format("woff2"),url(./static/KaTeX_Main-Italic.3c94ae8c.woff) format("woff"),url(./static/KaTeX_Main-Italic.b1598925.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Regular.7056d1df.woff2) format("woff2"),url(./static/KaTeX_Main-Regular.f23b28dc.woff) format("woff"),url(./static/KaTeX_Main-Regular.fe159c21.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-BoldItalic.df742084.woff2) format("woff2"),url(./static/KaTeX_Math-BoldItalic.a6fde119.woff) format("woff"),url(./static/KaTeX_Math-BoldItalic.8ee92314.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-Italic.912cb075.woff2) format("woff2"),url(./static/KaTeX_Math-Italic.ad043b21.woff) format("woff"),url(./static/KaTeX_Math-Italic.f4a2fd50.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Bold.198a2b19.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Bold.2dee50c6.woff) format("woff"),url(./static/KaTeX_SansSerif-Bold.9ae5090b.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Italic.58452206.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Italic.f88f16ed.woff) format("woff"),url(./static/KaTeX_SansSerif-Italic.363562bf.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Regular.50cd68ac.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Regular.13e35ac8.woff) format("woff"),url(./static/KaTeX_SansSerif-Regular.d1c35243.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Script;src:url(./static/KaTeX_Script-Regular.2fc42204.woff2) format("woff2"),url(./static/KaTeX_Script-Regular.8f35f84f.woff) format("woff"),url(./static/KaTeX_Script-Regular.d09e0cea.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size1;src:url(./static/KaTeX_Size1-Regular.03ff84ee.woff2) format("woff2"),url(./static/KaTeX_Size1-Regular.2222c8c3.woff) format("woff"),url(./static/KaTeX_Size1-Regular.920c8080.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size2;src:url(./static/KaTeX_Size2-Regular.fa296a19.woff2) format("woff2"),url(./static/KaTeX_Size2-Regular.45c74525.woff) format("woff"),url(./static/KaTeX_Size2-Regular.7d3e746e.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size3;src:url(./static/KaTeX_Size3-Regular.d9075b2b.woff2) format("woff2"),url(./static/KaTeX_Size3-Regular.62bef299.woff) format("woff"),url(./static/KaTeX_Size3-Regular.39f7a039.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size4;src:url(./static/KaTeX_Size4-Regular.93084eec.woff2) format("woff2"),url(./static/KaTeX_Size4-Regular.3ee0d868.woff) format("woff"),url(./static/KaTeX_Size4-Regular.cd3f02bf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Typewriter;src:url(./static/KaTeX_Typewriter-Regular.65cd6476.woff2) format("woff2"),url(./static/KaTeX_Typewriter-Regular.3f215ba2.woff) format("woff"),url(./static/KaTeX_Typewriter-Regular.73468499.ttf) format("truetype");font-weight:400;font-style:normal}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.11.1"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathdefault{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:0 solid;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left} + diff --git a/75151.c4c2a9e0.chunk.css b/75151.c4c2a9e0.chunk.css deleted file mode 100644 index 88687afb40..0000000000 --- a/75151.c4c2a9e0.chunk.css +++ /dev/null @@ -1,5 +0,0 @@ -/*!******************************************************************************************************************************************************************************************************************************************!*\ - !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/katex/dist/katex.min.css ***! - \******************************************************************************************************************************************************************************************************************************************/ -@font-face{font-family:KaTeX_AMS;src:url(./static/KaTeX_AMS-Regular.e101fd3b.woff2) format("woff2"),url(./static/KaTeX_AMS-Regular.89a32939.woff) format("woff"),url(./static/KaTeX_AMS-Regular.76b481f1.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Bold.804b0502.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Bold.ebf5447d.woff) format("woff"),url(./static/KaTeX_Caligraphic-Bold.28758623.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Regular.7ca15b3a.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Regular.d642f1a8.woff) format("woff"),url(./static/KaTeX_Caligraphic-Regular.fe9310f0.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Bold.33bcfed3.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Bold.fc482350.woff) format("woff"),url(./static/KaTeX_Fraktur-Bold.70f2abc1.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Regular.86cfbe4e.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Regular.29abfb1c.woff) format("woff"),url(./static/KaTeX_Fraktur-Regular.51bff235.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Bold.603892c5.woff2) format("woff2"),url(./static/KaTeX_Main-Bold.9f5bc66f.woff) format("woff"),url(./static/KaTeX_Main-Bold.da66c0ab.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-BoldItalic.bd95a810.woff2) format("woff2"),url(./static/KaTeX_Main-BoldItalic.c31eb616.woff) format("woff"),url(./static/KaTeX_Main-BoldItalic.962b328a.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Italic.7662be2b.woff2) format("woff2"),url(./static/KaTeX_Main-Italic.3c94ae8c.woff) format("woff"),url(./static/KaTeX_Main-Italic.b1598925.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Regular.7056d1df.woff2) format("woff2"),url(./static/KaTeX_Main-Regular.f23b28dc.woff) format("woff"),url(./static/KaTeX_Main-Regular.fe159c21.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-BoldItalic.df742084.woff2) format("woff2"),url(./static/KaTeX_Math-BoldItalic.a6fde119.woff) format("woff"),url(./static/KaTeX_Math-BoldItalic.8ee92314.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-Italic.912cb075.woff2) format("woff2"),url(./static/KaTeX_Math-Italic.ad043b21.woff) format("woff"),url(./static/KaTeX_Math-Italic.f4a2fd50.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Bold.198a2b19.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Bold.2dee50c6.woff) format("woff"),url(./static/KaTeX_SansSerif-Bold.9ae5090b.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Italic.58452206.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Italic.f88f16ed.woff) format("woff"),url(./static/KaTeX_SansSerif-Italic.363562bf.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Regular.50cd68ac.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Regular.13e35ac8.woff) format("woff"),url(./static/KaTeX_SansSerif-Regular.d1c35243.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Script;src:url(./static/KaTeX_Script-Regular.2fc42204.woff2) format("woff2"),url(./static/KaTeX_Script-Regular.8f35f84f.woff) format("woff"),url(./static/KaTeX_Script-Regular.d09e0cea.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size1;src:url(./static/KaTeX_Size1-Regular.03ff84ee.woff2) format("woff2"),url(./static/KaTeX_Size1-Regular.2222c8c3.woff) format("woff"),url(./static/KaTeX_Size1-Regular.920c8080.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size2;src:url(./static/KaTeX_Size2-Regular.fa296a19.woff2) format("woff2"),url(./static/KaTeX_Size2-Regular.45c74525.woff) format("woff"),url(./static/KaTeX_Size2-Regular.7d3e746e.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size3;src:url(./static/KaTeX_Size3-Regular.d9075b2b.woff2) format("woff2"),url(./static/KaTeX_Size3-Regular.62bef299.woff) format("woff"),url(./static/KaTeX_Size3-Regular.39f7a039.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size4;src:url(./static/KaTeX_Size4-Regular.93084eec.woff2) format("woff2"),url(./static/KaTeX_Size4-Regular.3ee0d868.woff) format("woff"),url(./static/KaTeX_Size4-Regular.cd3f02bf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Typewriter;src:url(./static/KaTeX_Typewriter-Regular.65cd6476.woff2) format("woff2"),url(./static/KaTeX_Typewriter-Regular.3f215ba2.woff) format("woff"),url(./static/KaTeX_Typewriter-Regular.73468499.ttf) format("truetype");font-weight:400;font-style:normal}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.11.1"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathdefault{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:0 solid;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left} - diff --git a/75800.35c844f5.chunk.css b/75800.b0c931ef.chunk.css similarity index 96% rename from 75800.35c844f5.chunk.css rename to 75800.b0c931ef.chunk.css index 63f344a91c..2890befe2a 100644 --- a/75800.35c844f5.chunk.css +++ b/75800.b0c931ef.chunk.css @@ -52,7 +52,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -185,7 +188,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -276,9 +282,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -561,7 +588,8 @@ textarea.ant-pagination-options-quick-jumper input { margin: -8px -8px -8px 40px; } .ant-table.ant-table-middle .ant-table-selection-column { - padding-inline-start: 2px; + -webkit-padding-start: 2px; + padding-inline-start: 2px; } .ant-table.ant-table-small { font-size: 12px; @@ -584,7 +612,8 @@ textarea.ant-pagination-options-quick-jumper input { margin: -4px -4px -4px 44px; } .ant-table.ant-table-small .ant-table-selection-column { - padding-inline-start: 1px; + -webkit-padding-start: 1px; + padding-inline-start: 1px; } .ant-table.ant-table-bordered > .ant-table-title { border: 1px solid #f0f0f0; @@ -1038,8 +1067,10 @@ table tr th.ant-table-selection-column::after { z-index: 1; cursor: pointer; transition: all 0.3s; - margin-inline-start: 100%; - padding-inline-start: 2px; + -webkit-margin-start: 100%; + margin-inline-start: 100%; + -webkit-padding-start: 2px; + padding-inline-start: 2px; } .ant-table-selection-extra .anticon { color: #bfbfbf; @@ -1081,7 +1112,10 @@ table tr th.ant-table-selection-column::after { border-radius: 2px; transform: scale(0.82352941); transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-table-row-expand-icon:focus-visible, .ant-table-row-expand-icon:hover { @@ -1162,6 +1196,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { } .ant-table-cell-fix-left, .ant-table-cell-fix-right { + position: -webkit-sticky !important; position: sticky !important; z-index: 2; background: #fff; @@ -1234,11 +1269,13 @@ tr.ant-table-expanded-row .ant-descriptions-view table { box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15); } .ant-table-sticky-holder { + position: -webkit-sticky; position: sticky; z-index: calc(2 + 1); background: #fff; } .ant-table-sticky-scroll { + position: -webkit-sticky; position: sticky; bottom: 0; z-index: calc(2 + 1); @@ -1427,7 +1464,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table { } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper { border-radius: 0; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover { background: transparent; @@ -1582,7 +1622,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-tree-checkbox-wrapper::after { @@ -1725,7 +1765,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table { .ant-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-indent-unit { display: inline-block; @@ -1743,7 +1786,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table { line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon { @@ -1788,6 +1834,7 @@ tr.ant-table-expanded-row .ant-descriptions-view table { content: ' '; } .ant-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -1826,7 +1873,10 @@ tr.ant-table-expanded-row .ant-descriptions-view table { } .ant-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -1881,7 +1931,8 @@ tr.ant-table-expanded-row .ant-descriptions-view table { } .ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after { right: -6px; - left: unset; + left: auto; + left: initial; } .ant-tree .ant-tree-treenode-rtl { direction: rtl; diff --git a/76204.e3249b5d.chunk.css b/76204.303e59b7.chunk.css similarity index 99% rename from 76204.e3249b5d.chunk.css rename to 76204.303e59b7.chunk.css index 723055626c..c22930383d 100644 --- a/76204.e3249b5d.chunk.css +++ b/76204.303e59b7.chunk.css @@ -181,6 +181,7 @@ } .row___aXJjm .tagsWrap___XB2W3 .bar___t1kKC::-webkit-scrollbar-track { background-color: #f6f7f9 !important; + box-shadow: none !important; box-shadow: initial !important; } .row___aXJjm .tagsBorderWrap___OMxjs .bar___t1kKC { @@ -431,7 +432,10 @@ font-size: 12px; color: #464f66; margin: 0 10px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; cursor: pointer; } .quickPager___GM30J > div:hover { @@ -1159,7 +1163,10 @@ text-align: center; cursor: pointer; padding: 0 15px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .btn___In02G:hover { color: #165dff; diff --git a/794.7e573988.chunk.css b/794.fe5e74c9.chunk.css similarity index 97% rename from 794.7e573988.chunk.css rename to 794.fe5e74c9.chunk.css index 001cbb366b..e99d80e612 100644 --- a/794.7e573988.chunk.css +++ b/794.fe5e74c9.chunk.css @@ -400,7 +400,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -416,6 +417,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -438,6 +440,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -461,6 +464,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -478,6 +482,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -495,6 +500,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -512,6 +518,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -529,6 +536,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -666,9 +674,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -706,8 +715,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -950,7 +962,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -986,7 +998,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/80670.cd43a408.chunk.css b/80670.48f39a9c.chunk.css similarity index 98% rename from 80670.cd43a408.chunk.css rename to 80670.48f39a9c.chunk.css index a80364739b..d43b5a8c6f 100644 --- a/80670.cd43a408.chunk.css +++ b/80670.48f39a9c.chunk.css @@ -44,7 +44,8 @@ } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -60,6 +61,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -82,6 +84,7 @@ .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -105,6 +108,7 @@ .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -122,6 +126,7 @@ .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -139,6 +144,7 @@ .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -156,6 +162,7 @@ .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -173,6 +180,7 @@ .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -310,9 +318,10 @@ text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -350,8 +359,11 @@ .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -950,7 +962,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -986,7 +998,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/53384.2a88928f.chunk.css b/81571.d2e781d0.chunk.css similarity index 99% rename from 53384.2a88928f.chunk.css rename to 81571.d2e781d0.chunk.css index 288c5d44fc..37f9bb1231 100644 --- a/53384.2a88928f.chunk.css +++ b/81571.d2e781d0.chunk.css @@ -722,7 +722,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -758,7 +758,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { diff --git a/81793.a441f048.chunk.css b/81793.c8793ca5.chunk.css similarity index 99% rename from 81793.a441f048.chunk.css rename to 81793.c8793ca5.chunk.css index 2d1531e57b..8d39dda7a4 100644 --- a/81793.a441f048.chunk.css +++ b/81793.c8793ca5.chunk.css @@ -511,7 +511,10 @@ li:last-child > .ant-breadcrumb-separator { border-radius: 100px; cursor: pointer; transition: all 0.2s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-switch:focus { outline: 0; @@ -1045,7 +1048,7 @@ li:last-child > .ant-breadcrumb-separator { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-cascader-checkbox-wrapper::after { diff --git a/82178.627e5547.chunk.css b/82178.e5ba5aaa.chunk.css similarity index 98% rename from 82178.627e5547.chunk.css rename to 82178.e5ba5aaa.chunk.css index 5f99705d2b..ba5c84dacc 100644 --- a/82178.627e5547.chunk.css +++ b/82178.e5ba5aaa.chunk.css @@ -801,7 +801,7 @@ span.ant-radio + * { padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -837,7 +837,10 @@ span.ant-radio + * { .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { @@ -1012,10 +1015,14 @@ span.ant-radio + * { scroll-snap-align: start start; } .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper { - scroll-snap-type: x mandatory; + -webkit-scroll-snap-type: x mandatory; + -ms-scroll-snap-type: x mandatory; + scroll-snap-type: x mandatory; } .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper { - scroll-snap-type: y mandatory; + -webkit-scroll-snap-type: y mandatory; + -ms-scroll-snap-type: y mandatory; + scroll-snap-type: y mandatory; } :root { --swiper-navigation-size: 44px; @@ -1027,14 +1034,18 @@ span.ant-radio + * { .swiper-button-next { position: absolute; top: 50%; + width: calc(44px / 44 * 27); width: calc(var(--swiper-navigation-size) / 44 * 27); + height: 44px; height: var(--swiper-navigation-size); + margin-top: calc(-1 * 44px / 2); margin-top: calc(-1 * var(--swiper-navigation-size) / 2); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; + color: #007aff; color: var(--swiper-navigation-color, var(--swiper-theme-color)); } .swiper-button-prev.swiper-button-disabled, @@ -1046,11 +1057,13 @@ span.ant-radio + * { .swiper-button-prev:after, .swiper-button-next:after { font-family: swiper-icons; + font-size: 44px; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-feature-settings: ; + font-variant: normal; font-variant: initial; line-height: 1; } @@ -1147,6 +1160,7 @@ button.swiper-pagination-bullet { padding: 0; box-shadow: none; -webkit-appearance: none; + -moz-appearance: none; appearance: none; } .swiper-pagination-clickable .swiper-pagination-bullet { @@ -1154,6 +1168,7 @@ button.swiper-pagination-bullet { } .swiper-pagination-bullet-active { opacity: 1; + background: #007aff; background: var(--swiper-pagination-color, var(--swiper-theme-color)); } .swiper-container-vertical > .swiper-pagination-bullets { @@ -1194,6 +1209,7 @@ button.swiper-pagination-bullet { position: absolute; } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { + background: #007aff; background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; @@ -1303,6 +1319,7 @@ button.swiper-pagination-bullet { transform-origin: 50%; animation: swiper-preloader-spin 1s infinite linear; box-sizing: border-box; + border: 4px solid #007aff; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: transparent; @@ -1346,7 +1363,8 @@ button.swiper-pagination-bullet { } .swiper-container-cube .swiper-slide { pointer-events: none; - backface-visibility: hidden; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; @@ -1375,7 +1393,8 @@ button.swiper-pagination-bullet { .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right { z-index: 0; - backface-visibility: hidden; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } .swiper-container-cube .swiper-cube-shadow { position: absolute; @@ -1393,7 +1412,8 @@ button.swiper-pagination-bullet { } .swiper-container-flip .swiper-slide { pointer-events: none; - backface-visibility: hidden; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; z-index: 1; } .swiper-container-flip .swiper-slide .swiper-slide { @@ -1408,7 +1428,8 @@ button.swiper-pagination-bullet { .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; - backface-visibility: hidden; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; } /*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ diff --git a/86701.e76b8c26.chunk.css b/86701.5fc9b734.chunk.css similarity index 99% rename from 86701.e76b8c26.chunk.css rename to 86701.5fc9b734.chunk.css index 90d95c20f0..00d9621800 100644 --- a/86701.e76b8c26.chunk.css +++ b/86701.5fc9b734.chunk.css @@ -591,7 +591,7 @@ span.CodeMirror-selectedtext { \*******************************************************************************************************************************************************************************************************************************************/ .my-monaco-editor div, .my-diff-editor div { - font-size: unset; + font-size: inherit; } .my-error-line-wrp{ width: calc(100% - 20px ) !important; diff --git a/88673.bb059b37.chunk.css b/88673.cd67a15c.chunk.css similarity index 97% rename from 88673.bb059b37.chunk.css rename to 88673.cd67a15c.chunk.css index e27cb471a4..8bcfb0ab9b 100644 --- a/88673.bb059b37.chunk.css +++ b/88673.cd67a15c.chunk.css @@ -742,7 +742,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -875,7 +878,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -966,9 +972,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -1525,7 +1552,10 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper { border-radius: 0; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover { background: transparent; @@ -1680,7 +1710,7 @@ textarea.ant-pagination-options-quick-jumper input { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-tree-checkbox-wrapper::after { @@ -1823,7 +1853,10 @@ textarea.ant-pagination-options-quick-jumper input { .ant-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-indent-unit { display: inline-block; @@ -1841,7 +1874,10 @@ textarea.ant-pagination-options-quick-jumper input { line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon { @@ -1886,6 +1922,7 @@ textarea.ant-pagination-options-quick-jumper input { content: ' '; } .ant-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -1924,7 +1961,10 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -1979,7 +2019,8 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after { right: -6px; - left: unset; + left: auto; + left: initial; } .ant-tree .ant-tree-treenode-rtl { direction: rtl; diff --git a/89545.cda60aff.chunk.css b/89545.504986de.chunk.css similarity index 97% rename from 89545.cda60aff.chunk.css rename to 89545.504986de.chunk.css index 71fef4a1b5..7d26165a23 100644 --- a/89545.cda60aff.chunk.css +++ b/89545.504986de.chunk.css @@ -341,7 +341,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -474,7 +477,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -565,9 +571,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; diff --git a/91817.8e2c0e0c.chunk.css b/91817.d5dea24f.chunk.css similarity index 98% rename from 91817.8e2c0e0c.chunk.css rename to 91817.d5dea24f.chunk.css index 1655215f8e..fd9b7a1d1a 100644 --- a/91817.8e2c0e0c.chunk.css +++ b/91817.d5dea24f.chunk.css @@ -17,7 +17,7 @@ padding: 0; color: #fadb14; font-size: 16px; - line-height: unset; + line-height: inherit; list-style: none; outline: none; } @@ -53,7 +53,10 @@ .ant-rate-star-second { color: #f0f0f0; transition: all 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-rate-star-first .anticon, .ant-rate-star-second .anticon { @@ -751,7 +754,8 @@ span.ant-radio + * { } .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control, .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control { - min-width: unset; + min-width: 0; + min-width: initial; } .ant-form-vertical .ant-form-item-row { flex-direction: column; @@ -767,6 +771,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -789,6 +794,7 @@ span.ant-radio + * { .ant-form-item .ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -812,6 +818,7 @@ span.ant-radio + * { .ant-col-xs-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -829,6 +836,7 @@ span.ant-radio + * { .ant-col-sm-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -846,6 +854,7 @@ span.ant-radio + * { .ant-col-md-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -863,6 +872,7 @@ span.ant-radio + * { .ant-col-lg-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -880,6 +890,7 @@ span.ant-radio + * { .ant-col-xl-24.ant-form-item-label { padding: 0 0 4px; line-height: 1.66667; + white-space: normal; white-space: initial; text-align: left; } @@ -1017,9 +1028,10 @@ span.ant-radio + * { text-align: left; } .ant-form-item-label-wrap { - overflow: unset; + overflow: visible; + overflow: initial; line-height: 1.41667em; - white-space: unset; + white-space: inherit; } .ant-form-item-label > label { position: relative; @@ -1057,8 +1069,11 @@ span.ant-radio + * { .ant-form-item-label > label .ant-form-item-tooltip { color: rgba(0, 0, 0, 0.45); cursor: help; - writing-mode: horizontal-tb; - margin-inline-start: 0px; + -webkit-writing-mode: horizontal-tb; + -ms-writing-mode: lr-tb; + writing-mode: horizontal-tb; + -webkit-margin-start: 0px; + margin-inline-start: 0px; } .ant-form-item-label > label::after { content: ':'; @@ -1700,13 +1715,15 @@ span.ant-radio + * { direction: rtl; } .ant-ribbon-rtl.ant-ribbon-placement-end { - right: unset; + right: auto; + right: initial; left: -8px; border-bottom-right-radius: 2px; border-bottom-left-radius: 0; } .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner { - right: unset; + right: auto; + right: initial; left: 0; border-color: currentcolor currentcolor transparent transparent; } @@ -1715,13 +1732,15 @@ span.ant-radio + * { } .ant-ribbon-rtl.ant-ribbon-placement-start { right: -8px; - left: unset; + left: auto; + left: initial; border-bottom-right-radius: 0; border-bottom-left-radius: 2px; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner { right: 0; - left: unset; + left: auto; + left: initial; border-color: currentcolor transparent transparent currentcolor; } .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after { diff --git a/93081.0cd17237.async.js b/93081.834d6ede.async.js similarity index 99% rename from 93081.0cd17237.async.js rename to 93081.834d6ede.async.js index 0993d29f2a..7a9dcd667c 100644 --- a/93081.0cd17237.async.js +++ b/93081.834d6ede.async.js @@ -11827,7 +11827,7 @@ exports.Buf32 = Buf32; /***/ }), -/***/ 22888: +/***/ 26723: /*!***********************************************************************!*\ !*** ./node_modules/@novnc/novnc/lib/vendor/pako/lib/zlib/adler32.js ***! \***********************************************************************/ @@ -11947,7 +11947,7 @@ var utils = _interopRequireWildcard(__webpack_require__(/*! ../utils/common.js * var trees = _interopRequireWildcard(__webpack_require__(/*! ./trees.js */ 83320)); -var _adler = _interopRequireDefault(__webpack_require__(/*! ./adler32.js */ 22888)); +var _adler = _interopRequireDefault(__webpack_require__(/*! ./adler32.js */ 26723)); var _crc = _interopRequireDefault(__webpack_require__(/*! ./crc32.js */ 98416)); @@ -14568,7 +14568,7 @@ exports.inflateInfo = exports.Z_DEFLATED = exports.Z_BUF_ERROR = exports.Z_MEM_E var utils = _interopRequireWildcard(__webpack_require__(/*! ../utils/common.js */ 7158)); -var _adler = _interopRequireDefault(__webpack_require__(/*! ./adler32.js */ 22888)); +var _adler = _interopRequireDefault(__webpack_require__(/*! ./adler32.js */ 26723)); var _crc = _interopRequireDefault(__webpack_require__(/*! ./crc32.js */ 98416)); diff --git a/94220.124e5947.chunk.css b/94220.cbe51047.chunk.css similarity index 99% rename from 94220.124e5947.chunk.css rename to 94220.cbe51047.chunk.css index 2fe9d6d412..d7d5f8aa98 100644 --- a/94220.124e5947.chunk.css +++ b/94220.cbe51047.chunk.css @@ -18,6 +18,7 @@ display: flex; width: 100%; font-size: 0; + text-align: left; text-align: initial; } .ant-steps-item { @@ -571,7 +572,8 @@ .ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before { top: 0; right: 0; - left: unset; + left: auto; + left: initial; display: block; width: 3px; height: calc(100% - 24px); diff --git a/94655.cda60aff.chunk.css b/94655.504986de.chunk.css similarity index 97% rename from 94655.cda60aff.chunk.css rename to 94655.504986de.chunk.css index 71fef4a1b5..7d26165a23 100644 --- a/94655.cda60aff.chunk.css +++ b/94655.504986de.chunk.css @@ -341,7 +341,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -474,7 +477,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -565,9 +571,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; diff --git a/95142.aaccee05.chunk.css b/95142.8d653148.chunk.css similarity index 96% rename from 95142.aaccee05.chunk.css rename to 95142.8d653148.chunk.css index 946b7c2485..e6d730d5c3 100644 --- a/95142.aaccee05.chunk.css +++ b/95142.8d653148.chunk.css @@ -47,7 +47,10 @@ } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper { border-radius: 0; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover { background: transparent; @@ -202,7 +205,7 @@ font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-tree-checkbox-wrapper::after { @@ -345,7 +348,10 @@ .ant-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-indent-unit { display: inline-block; @@ -363,7 +369,10 @@ line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon { @@ -408,6 +417,7 @@ content: ' '; } .ant-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -446,7 +456,10 @@ } .ant-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -501,7 +514,8 @@ } .ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after { right: -6px; - left: unset; + left: auto; + left: initial; } .ant-tree .ant-tree-treenode-rtl { direction: rtl; @@ -579,7 +593,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -712,7 +729,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -803,9 +823,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; diff --git a/97278.64aea4c8.async.js b/97278.4e51cfd6.async.js similarity index 99% rename from 97278.64aea4c8.async.js rename to 97278.4e51cfd6.async.js index a843f63c0a..733f7366a2 100644 --- a/97278.64aea4c8.async.js +++ b/97278.4e51cfd6.async.js @@ -4710,7 +4710,7 @@ var LocaleReceiver = __webpack_require__(23715); // EXTERNAL MODULE: ./node_modules/antd/es/_util/statusUtils.js var statusUtils = __webpack_require__(9708); // EXTERNAL MODULE: ./node_modules/antd/es/date-picker/locale/en_US.js + 1 modules -var en_US = __webpack_require__(87206); +var en_US = __webpack_require__(21816); ;// CONCATENATED MODULE: ./node_modules/antd/es/date-picker/util.js function getPlaceholder(picker, locale, customizePlaceholder) { if (customizePlaceholder !== undefined) { diff --git a/97278.0cf0dcfa.chunk.css b/97278.a07c0aed.chunk.css similarity index 96% rename from 97278.0cf0dcfa.chunk.css rename to 97278.a07c0aed.chunk.css index 1ab6fef1f2..8cf1ef6b18 100644 --- a/97278.0cf0dcfa.chunk.css +++ b/97278.a07c0aed.chunk.css @@ -105,9 +105,30 @@ background: transparent; border: 0; } +.ant-picker-input > input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-picker-input > input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-picker-input > input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-picker-input > input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-picker-input > input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-picker-input > input:placeholder-shown { text-overflow: ellipsis; @@ -378,8 +399,10 @@ textarea.ant-picker-input > input { background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-picker-panel-container { overflow: hidden; @@ -742,6 +765,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte height: 56px; } .ant-picker-footer { + width: -webkit-min-content; + width: -moz-min-content; width: min-content; min-width: 100%; line-height: 30px; diff --git a/98187.c58c0ac4.chunk.css b/98187.50e7936d.chunk.css similarity index 94% rename from 98187.c58c0ac4.chunk.css rename to 98187.50e7936d.chunk.css index b9052fd8a2..af4e94d23a 100644 --- a/98187.c58c0ac4.chunk.css +++ b/98187.50e7936d.chunk.css @@ -52,7 +52,10 @@ border-radius: 2px; outline: 0; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-item a { display: block; @@ -185,7 +188,10 @@ .ant-pagination-next button { color: rgba(0, 0, 0, 0.85); cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-pagination-prev:hover button, .ant-pagination-next:hover button { @@ -276,9 +282,30 @@ height: 28px; margin: 0 8px; } +.ant-pagination-options-quick-jumper input::-webkit-input-placeholder { + color: #bfbfbf; + -webkit-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input::-ms-input-placeholder { + color: #bfbfbf; + -ms-user-select: none; + user-select: none; +} .ant-pagination-options-quick-jumper input::placeholder { color: #bfbfbf; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ant-pagination-options-quick-jumper input:-ms-input-placeholder { + text-overflow: ellipsis; } .ant-pagination-options-quick-jumper input:placeholder-shown { text-overflow: ellipsis; @@ -582,7 +609,10 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper { border-radius: 0; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover { background: transparent; @@ -737,7 +767,7 @@ textarea.ant-pagination-options-quick-jumper input { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-tree-checkbox-wrapper::after { @@ -880,7 +910,10 @@ textarea.ant-pagination-options-quick-jumper input { .ant-tree-indent { align-self: stretch; white-space: nowrap; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-indent-unit { display: inline-block; @@ -898,7 +931,10 @@ textarea.ant-pagination-options-quick-jumper input { line-height: 20px; text-align: center; cursor: pointer; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-switcher .ant-tree-switcher-icon, .ant-tree-switcher .ant-select-tree-switcher-icon { @@ -943,6 +979,7 @@ textarea.ant-pagination-options-quick-jumper input { content: ' '; } .ant-tree-checkbox { + top: auto; top: initial; margin: 3px 8px 0 0; } @@ -981,7 +1018,10 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-tree-node-content-wrapper { line-height: 20px; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-tree-node-content-wrapper .ant-tree-drop-indicator { position: absolute; @@ -1036,7 +1076,8 @@ textarea.ant-pagination-options-quick-jumper input { } .ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after { right: -6px; - left: unset; + left: auto; + left: initial; } .ant-tree .ant-tree-treenode-rtl { direction: rtl; @@ -1085,7 +1126,10 @@ textarea.ant-pagination-options-quick-jumper input { white-space: normal; text-align: left; cursor: auto; - user-select: text; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; + user-select: text; } .ant-popover-content { position: relative; @@ -1199,8 +1243,10 @@ textarea.ant-pagination-options-quick-jumper input { background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-popover-placement-top .ant-popover-arrow, .ant-popover-placement-topLeft .ant-popover-arrow, diff --git a/color.less b/color.less index fff6698029..84991152df 100644 --- a/color.less +++ b/color.less @@ -563,10 +563,10 @@ a.ant-btn-disabled:active > a:only-child::after {background: transparent;} .ant-comment-actions > li > span {color: @text-color-secondary;} .ant-comment-actions > li > span:hover {color: #595959;} .ant-picker-status-error.ant-picker, .ant-picker-status-error.ant-picker:not([disabled]):hover {background-color: #fff;border-color: @error-color;} -.ant-picker-status-error.ant-picker-focused, .ant-picker-status-error.ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(239, 48, 218, 0.2);border-right-width: 1px;} +.ant-picker-status-error.ant-picker-focused, .ant-picker-status-error.ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(228, 181, 54, 0.2);border-right-width: 1px;} .ant-picker-status-error.ant-picker .ant-picker-active-bar {background: color(~`colorPalette("@{error-color}", 5)`);} .ant-picker-status-warning.ant-picker, .ant-picker-status-warning.ant-picker:not([disabled]):hover {background-color: #fff;border-color: @warning-color;} -.ant-picker-status-warning.ant-picker-focused, .ant-picker-status-warning.ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(79, 111, 215, 0.2);border-right-width: 1px;} +.ant-picker-status-warning.ant-picker-focused, .ant-picker-status-warning.ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(200, 56, 28, 0.2);border-right-width: 1px;} .ant-picker-status-warning.ant-picker .ant-picker-active-bar {background: color(~`colorPalette("@{warning-color}", 5)`);} .ant-picker {color: @text-color;background: #fff;border: 1px solid @border-color-base;border-radius: 2px;} .ant-picker:hover, .ant-picker-focused {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px;} @@ -788,16 +788,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .anticon.ant-input-clear-icon:hover, .ant-input-clear-icon:hover {color: @text-color-secondary;} .anticon.ant-input-clear-icon:active, .ant-input-clear-icon:active {color: @text-color;} .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: #fff;border-color: @error-color;} -.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(239, 48, 218, 0.2);border-right-width: 1px;} +.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(228, 181, 54, 0.2);border-right-width: 1px;} .ant-input-status-error .ant-input-prefix {color: @error-color;} .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {background: #fff;border-color: @warning-color;} -.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(79, 111, 215, 0.2);border-right-width: 1px;} +.ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus, .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(200, 56, 28, 0.2);border-right-width: 1px;} .ant-input-status-warning .ant-input-prefix {color: @warning-color;} .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: #fff;border-color: @error-color;} -.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(239, 48, 218, 0.2);border-right-width: 1px;} +.ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(228, 181, 54, 0.2);border-right-width: 1px;} .ant-input-affix-wrapper-status-error .ant-input-prefix {color: @error-color;} .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover {background: #fff;border-color: @warning-color;} -.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(79, 111, 215, 0.2);border-right-width: 1px;} +.ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus, .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(200, 56, 28, 0.2);border-right-width: 1px;} .ant-input-affix-wrapper-status-warning .ant-input-prefix {color: @warning-color;} .ant-input-group-wrapper-status-error .ant-input-group-addon {color: @error-color;border-color: @error-color;} .ant-input-group-wrapper-status-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;} @@ -894,16 +894,16 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-input-number-affix-wrapper > div.ant-input-number {border: none;} .ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {box-shadow: none !important;} .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: #fff;border-color: @error-color;} -.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(239, 48, 218, 0.2);border-right-width: 1px;} +.ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(228, 181, 54, 0.2);border-right-width: 1px;} .ant-input-number-status-error .ant-input-number-prefix {color: @error-color;} .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {background: #fff;border-color: @warning-color;} -.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(79, 111, 215, 0.2);border-right-width: 1px;} +.ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus, .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(200, 56, 28, 0.2);border-right-width: 1px;} .ant-input-number-status-warning .ant-input-number-prefix {color: @warning-color;} .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: #fff;border-color: @error-color;} -.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(239, 48, 218, 0.2);border-right-width: 1px;} +.ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(228, 181, 54, 0.2);border-right-width: 1px;} .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {color: @error-color;} .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:hover {background: #fff;border-color: @warning-color;} -.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(79, 111, 215, 0.2);border-right-width: 1px;} +.ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus, .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(200, 56, 28, 0.2);border-right-width: 1px;} .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {color: @warning-color;} .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {color: @error-color;border-color: @error-color;} .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {color: @warning-color;border-color: @warning-color;} @@ -1024,10 +1024,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-list-grid .ant-col > .ant-list-item {border-bottom: none;} .ant-list-bordered {border: 1px solid @border-color-base;border-radius: 2px;} .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: #fff;border-color: @error-color;} -.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(239, 48, 218, 0.2);border-right-width: 1px;} +.ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(228, 181, 54, 0.2);border-right-width: 1px;} .ant-mentions-status-error .ant-input-prefix {color: @error-color;} .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {background: #fff;border-color: @warning-color;} -.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(79, 111, 215, 0.2);border-right-width: 1px;} +.ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus, .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(200, 56, 28, 0.2);border-right-width: 1px;} .ant-mentions-status-warning .ant-input-prefix {color: @warning-color;} .ant-mentions {color: @text-color;background-color: #fff;background-image: none;border: 1px solid @border-color-base;border-radius: 2px;} .ant-mentions::placeholder {color: #bfbfbf;} @@ -1360,9 +1360,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte .ant-select-multiple .ant-select-selection-item-remove {color: inherit;color: @text-color-secondary;} .ant-select-multiple .ant-select-selection-item-remove:hover {color: rgba(0, 0, 0, 0.75);} .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {background-color: #fff;border-color: @error-color !important;} -.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(239, 48, 218, 0.2);border-right-width: 1px;} +.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);box-shadow: 0 0 0 2px rgba(228, 181, 54, 0.2);border-right-width: 1px;} .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {background-color: #fff;border-color: @warning-color !important;} -.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(79, 111, 215, 0.2);border-right-width: 1px;} +.ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-open .ant-select-selector, .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);box-shadow: 0 0 0 2px rgba(200, 56, 28, 0.2);border-right-width: 1px;} .ant-select {color: @text-color;} .ant-select:not(.ant-select-customize-input) .ant-select-selector {background-color: #fff;border: 1px solid @border-color-base;border-radius: 2px;} .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {border-color: color(~`colorPalette("@{primary-color}", 5)`);box-shadow: 0 0 0 2px fade(@primary-color, 20%);border-right-width: 1px;} @@ -1658,7 +1658,7 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;} .ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;} .ant-tag-blue {color: #096dd9;background: #e6f7ff;border-color: #91d5ff;} .ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;} -.ant-tag-geekblue {color: #1d39c4;background: color(~`colorPalette("@{warning-color}", 2)`);border-color: #adc6ff;} +.ant-tag-geekblue {color: #1d39c4;background: #f0f5ff;border-color: #adc6ff;} .ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;} .ant-tag-purple {color: #531dab;background: #f9f0ff;border-color: #d3adf7;} .ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;} diff --git a/index.html b/index.html index 38dcdd7f76..557d462b71 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@
@@ -11750,6 +11760,7 @@ body[data-custom='height'] { overflow: hidden; } body[data-custom='initial'] { + overflow: visible !important; overflow: initial !important; } body[data-custom='auto'] { @@ -11786,7 +11797,7 @@ body[data-custom='auto'] { * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2020 Animate.css - */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp} + */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(1*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(1*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(1s*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(1s*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(1s*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(1s*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(1s/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(1s*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(1s*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(1s*1.3);animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp} /*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/config-provider/style/index.less ***! \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/ @@ -12081,7 +12092,10 @@ body[data-custom='auto'] { transform: none; opacity: 0; animation-duration: 0.3s; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .ant-modal-mask { position: fixed; @@ -12274,6 +12288,7 @@ body[data-custom='auto'] { direction: rtl; } .ant-modal-wrap-rtl .ant-modal-close { + right: auto; right: initial; left: 0; } @@ -12329,7 +12344,10 @@ body[data-custom='auto'] { box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015); cursor: pointer; transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; touch-action: manipulation; height: 28px; padding: 3px 11px; @@ -14453,7 +14471,7 @@ a.ant-btn-sm { font-feature-settings: tnum, "tnum"; display: inline-flex; align-items: baseline; - line-height: unset; + line-height: inherit; cursor: pointer; } .ant-checkbox-wrapper::after { @@ -19811,8 +19829,10 @@ a.ant-btn-sm { background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-dropdown-placement-top > .ant-dropdown-arrow, .ant-dropdown-placement-topLeft > .ant-dropdown-arrow, @@ -20245,6 +20265,7 @@ a.ant-btn-sm { background: #e6f7ff; } .ant-menu-submenu .ant-menu-sub { + cursor: auto; cursor: initial; transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); } @@ -21083,6 +21104,8 @@ a.ant-btn-sm { position: absolute; z-index: 1070; display: block; + width: -webkit-max-content; + width: -moz-max-content; width: max-content; width: intrinsic; max-width: 250px; @@ -21162,8 +21185,10 @@ a.ant-btn-sm { background-repeat: no-repeat; background-position: -10px -10px; content: ''; - clip-path: inset(33% 33%); - clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + -webkit-clip-path: inset(33% 33%); + clip-path: inset(33% 33%); + -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); + clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z'); } .ant-tooltip-placement-top .ant-tooltip-arrow, .ant-tooltip-placement-topLeft .ant-tooltip-arrow, @@ -21489,7 +21514,10 @@ a.ant-btn-sm { .ant-spin-blur { clear: both; opacity: 0.5; - user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; pointer-events: none; } .ant-spin-blur::after {