@ant-design/pro-components 1.1.2 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.css +43 -42
- package/dist/components.js +1 -1
- package/dist/components.min.css +43 -42
- package/dist/components.min.js +1 -1
- package/es/version.js +11 -11
- package/lib/version.js +11 -11
- package/package.json +12 -12
package/dist/components.css
CHANGED
|
@@ -1952,41 +1952,19 @@ html {
|
|
|
1952
1952
|
overflow: initial !important;
|
|
1953
1953
|
}
|
|
1954
1954
|
|
|
1955
|
-
.ant-pro-
|
|
1956
|
-
|
|
1957
|
-
}
|
|
1958
|
-
.ant-pro-select-item-option-content-light {
|
|
1959
|
-
color: #1890ff;
|
|
1960
|
-
}
|
|
1961
|
-
.ant-pro-select-item-option-content {
|
|
1962
|
-
flex: auto;
|
|
1963
|
-
overflow: hidden;
|
|
1964
|
-
white-space: nowrap;
|
|
1965
|
-
text-overflow: ellipsis;
|
|
1966
|
-
}
|
|
1967
|
-
|
|
1968
|
-
.ant-pro-field-dropdown {
|
|
1969
|
-
width: auto;
|
|
1970
|
-
}
|
|
1971
|
-
|
|
1972
|
-
.ant-pro-field-select-light-select .ant-select {
|
|
1955
|
+
.ant-pro-field-date-picker-light .ant-calendar-picker,
|
|
1956
|
+
.ant-pro-field-date-picker-light .ant-picker {
|
|
1973
1957
|
position: absolute;
|
|
1974
|
-
width:
|
|
1958
|
+
width: 80px;
|
|
1975
1959
|
height: 28px;
|
|
1960
|
+
overflow: hidden;
|
|
1976
1961
|
visibility: hidden;
|
|
1977
1962
|
}
|
|
1978
|
-
.ant-pro-field-select-light-select .ant-select-selector {
|
|
1979
|
-
height: 28px;
|
|
1980
|
-
}
|
|
1981
|
-
.ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select {
|
|
1982
|
-
width: 200px;
|
|
1983
|
-
}
|
|
1984
|
-
.ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select-selector {
|
|
1985
|
-
height: 28px;
|
|
1986
|
-
}
|
|
1987
1963
|
|
|
1988
1964
|
.ant-pro-core-field-label {
|
|
1989
|
-
display: inline-
|
|
1965
|
+
display: inline-flex;
|
|
1966
|
+
gap: 4px;
|
|
1967
|
+
align-items: center;
|
|
1990
1968
|
height: 30px;
|
|
1991
1969
|
padding: 0 4px;
|
|
1992
1970
|
font-size: 14px;
|
|
@@ -2008,8 +1986,7 @@ html {
|
|
|
2008
1986
|
display: inline-block;
|
|
2009
1987
|
}
|
|
2010
1988
|
.ant-pro-core-field-label-icon {
|
|
2011
|
-
|
|
2012
|
-
margin-left: 4px;
|
|
1989
|
+
height: 12px;
|
|
2013
1990
|
padding: 1px;
|
|
2014
1991
|
color: rgba(0, 0, 0, 0.45);
|
|
2015
1992
|
font-size: 12px;
|
|
@@ -2017,7 +1994,7 @@ html {
|
|
|
2017
1994
|
}
|
|
2018
1995
|
.ant-pro-core-field-label-icon.ant-pro-core-field-label-close {
|
|
2019
1996
|
display: none;
|
|
2020
|
-
|
|
1997
|
+
height: 14px;
|
|
2021
1998
|
padding: 3px;
|
|
2022
1999
|
color: #fff;
|
|
2023
2000
|
font-size: 8px;
|
|
@@ -2065,15 +2042,6 @@ html {
|
|
|
2065
2042
|
background-color: #fff;
|
|
2066
2043
|
}
|
|
2067
2044
|
|
|
2068
|
-
.ant-pro-field-date-picker-light .ant-calendar-picker,
|
|
2069
|
-
.ant-pro-field-date-picker-light .ant-picker {
|
|
2070
|
-
position: absolute;
|
|
2071
|
-
width: 80px;
|
|
2072
|
-
height: 28px;
|
|
2073
|
-
overflow: hidden;
|
|
2074
|
-
visibility: hidden;
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
2045
|
.ant-pro-field-index-column {
|
|
2078
2046
|
display: inline-flex;
|
|
2079
2047
|
align-items: center;
|
|
@@ -2092,6 +2060,39 @@ html {
|
|
|
2092
2060
|
background-color: #979797;
|
|
2093
2061
|
}
|
|
2094
2062
|
|
|
2063
|
+
.ant-pro-table-dropdown {
|
|
2064
|
+
width: auto;
|
|
2065
|
+
}
|
|
2066
|
+
.ant-pro-select-item-option-content-light {
|
|
2067
|
+
color: #1890ff;
|
|
2068
|
+
}
|
|
2069
|
+
.ant-pro-select-item-option-content {
|
|
2070
|
+
flex: auto;
|
|
2071
|
+
overflow: hidden;
|
|
2072
|
+
white-space: nowrap;
|
|
2073
|
+
text-overflow: ellipsis;
|
|
2074
|
+
}
|
|
2075
|
+
|
|
2076
|
+
.ant-pro-field-dropdown {
|
|
2077
|
+
width: auto;
|
|
2078
|
+
}
|
|
2079
|
+
|
|
2080
|
+
.ant-pro-field-select-light-select .ant-select {
|
|
2081
|
+
position: absolute;
|
|
2082
|
+
width: 153px;
|
|
2083
|
+
height: 28px;
|
|
2084
|
+
visibility: hidden;
|
|
2085
|
+
}
|
|
2086
|
+
.ant-pro-field-select-light-select .ant-select-selector {
|
|
2087
|
+
height: 28px;
|
|
2088
|
+
}
|
|
2089
|
+
.ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select {
|
|
2090
|
+
width: 200px;
|
|
2091
|
+
}
|
|
2092
|
+
.ant-pro-field-select-light-select.ant-pro-field-select-light-select-searchable .ant-select-selector {
|
|
2093
|
+
height: 28px;
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2095
2096
|
.ant-pro-field-checkbox-vertical .ant-checkbox-group-item {
|
|
2096
2097
|
display: flex;
|
|
2097
2098
|
margin-right: 0;
|
|
@@ -3469,7 +3470,7 @@ html {
|
|
|
3469
3470
|
.ant-pro-table-list-toolbar-filter:not(:last-child) {
|
|
3470
3471
|
margin-right: 16px;
|
|
3471
3472
|
}
|
|
3472
|
-
.ant-pro-table-list-toolbar-filter .ant-pro-table-search {
|
|
3473
|
+
.ant-pro-table-list-toolbar-filter div.ant-pro-table-search {
|
|
3473
3474
|
margin: 0;
|
|
3474
3475
|
padding: 0;
|
|
3475
3476
|
}
|