@@ -2018,78 +2018,6 @@ input[type='checkbox'].disabled {
20182018 display : inline-block;
20192019 margin-right : 8px ;
20202020}
2021- .ant-pagination-options-quick-jumper {
2022- display : inline-block;
2023- vertical-align : top;
2024- height : 32px ;
2025- line-height : 32px ;
2026- }
2027- .ant-pagination-options-quick-jumper input {
2028- position : relative;
2029- display : inline-block;
2030- padding : 4px 11px ;
2031- width : 100% ;
2032- height : 32px ;
2033- font-size : 14px ;
2034- line-height : 1.5 ;
2035- color : rgba (0 , 0 , 0 , 0.65 );
2036- background-color : # fff ;
2037- background-image : none;
2038- border : 1px solid # d9d9d9 ;
2039- border-radius : 4px ;
2040- -webkit-transition : all 0.3s ;
2041- transition : all 0.3s ;
2042- margin : 0 8px ;
2043- width : 50px ;
2044- }
2045- .ant-pagination-options-quick-jumper input ::-moz-placeholder {
2046- color : # bfbfbf ;
2047- opacity : 1 ;
2048- }
2049- .ant-pagination-options-quick-jumper input : -ms-input-placeholder {
2050- color : # bfbfbf ;
2051- }
2052- .ant-pagination-options-quick-jumper input ::-webkit-input-placeholder {
2053- color : # bfbfbf ;
2054- }
2055- .ant-pagination-options-quick-jumper input : hover {
2056- border-color : # 40a9ff ;
2057- border-right-width : 1px !important ;
2058- }
2059- .ant-pagination-options-quick-jumper input : focus {
2060- border-color : # 40a9ff ;
2061- outline : 0 ;
2062- -webkit-box-shadow : 0 0 0 2px rgba (24 , 144 , 255 , 0.2 );
2063- box-shadow : 0 0 0 2px rgba (24 , 144 , 255 , 0.2 );
2064- border-right-width : 1px !important ;
2065- }
2066- .ant-pagination-options-quick-jumper input-disabled {
2067- background-color : # f5f5f5 ;
2068- opacity : 1 ;
2069- cursor : not-allowed;
2070- color : rgba (0 , 0 , 0 , 0.25 );
2071- }
2072- .ant-pagination-options-quick-jumper input-disabled : hover {
2073- border-color : # e6d8d8 ;
2074- border-right-width : 1px !important ;
2075- }
2076- textarea .ant-pagination-options-quick-jumper input {
2077- max-width : 100% ;
2078- height : auto;
2079- vertical-align : bottom;
2080- -webkit-transition : all 0.3s , height 0s ;
2081- transition : all 0.3s , height 0s ;
2082- min-height : 32px ;
2083- }
2084- .ant-pagination-options-quick-jumper input-lg {
2085- padding : 6px 11px ;
2086- height : 40px ;
2087- font-size : 16px ;
2088- }
2089- .ant-pagination-options-quick-jumper input-sm {
2090- padding : 1px 7px ;
2091- height : 24px ;
2092- }
20932021.ant-pagination-simple .ant-pagination-prev ,
20942022.ant-pagination-simple .ant-pagination-next {
20952023 height : 24px ;
@@ -2128,56 +2056,6 @@ textarea.ant-pagination-options-quick-jumper input {
21282056.ant-pagination-simple .ant-pagination-simple-pager input : hover {
21292057 border-color : # 1890ff ;
21302058}
2131- .ant-pagination .mini .ant-pagination-total-text ,
2132- .ant-pagination .mini .ant-pagination-simple-pager {
2133- height : 24px ;
2134- line-height : 24px ;
2135- }
2136- .ant-pagination .mini .ant-pagination-item {
2137- margin : 0 ;
2138- min-width : 24px ;
2139- height : 24px ;
2140- line-height : 22px ;
2141- }
2142- .ant-pagination .mini .ant-pagination-item : not (.ant-pagination-item-active ) {
2143- background : transparent;
2144- border-color : transparent;
2145- }
2146- .ant-pagination .mini .ant-pagination-prev ,
2147- .ant-pagination .mini .ant-pagination-next {
2148- margin : 0 ;
2149- min-width : 24px ;
2150- height : 24px ;
2151- line-height : 24px ;
2152- }
2153- .ant-pagination .mini .ant-pagination-prev .ant-pagination-item-link ,
2154- .ant-pagination .mini .ant-pagination-next .ant-pagination-item-link {
2155- border-color : transparent;
2156- background : transparent;
2157- }
2158- .ant-pagination .mini .ant-pagination-prev .ant-pagination-item-link : after ,
2159- .ant-pagination .mini .ant-pagination-next .ant-pagination-item-link : after {
2160- height : 24px ;
2161- line-height : 24px ;
2162- }
2163- .ant-pagination .mini .ant-pagination-jump-prev ,
2164- .ant-pagination .mini .ant-pagination-jump-next {
2165- height : 24px ;
2166- line-height : 24px ;
2167- margin-right : 0 ;
2168- }
2169- .ant-pagination .mini .ant-pagination-options {
2170- margin-left : 2px ;
2171- }
2172- .ant-pagination .mini .ant-pagination-options-quick-jumper {
2173- height : 24px ;
2174- line-height : 24px ;
2175- }
2176- .ant-pagination .mini .ant-pagination-options-quick-jumper input {
2177- padding : 1px 7px ;
2178- height : 24px ;
2179- width : 44px ;
2180- }
21812059@media only screen and (max-width : 992px ) {
21822060 .ant-pagination-item-after-jump-prev ,
21832061 .ant-pagination-item-before-jump-next {
0 commit comments