@opentiny/vue-theme 3.28.0 → 3.30.0
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/button-group/index.css +1 -1
- package/calendar-view/index.css +1 -1
- package/cascader-node/index.css +1 -1
- package/date-panel/index.css +1 -1
- package/filter-box/index.css +1 -1
- package/grid/index.css +1 -1
- package/index.css +1 -1
- package/input/index.css +1 -1
- package/modal/index.css +1 -1
- package/package.json +1 -1
- package/radio/index.css +1 -1
- package/radio-group/index.css +1 -1
- package/rate/index.css +1 -1
- package/responsive-index.css +1 -0
- package/rich-text/index.css +1 -1
- package/select-dropdown/index.css +1 -1
- package/space/index.css +1 -1
- package/svgs/acceptance.svg +1 -1
- package/tabs/index.css +1 -1
- package/tag/index.css +1 -1
- package/tag-input/index.css +1 -0
- package/time-panel/index.css +1 -1
- package/token.js +439 -142
- package/tree-menu/index.css +1 -1
- package/upload-list/index.css +1 -1
package/token.js
CHANGED
|
@@ -39,6 +39,11 @@ const list = {
|
|
|
39
39
|
"desc": "图标禁用色",
|
|
40
40
|
"token": "--tv-ActionMenu-icon-color-disabled",
|
|
41
41
|
"tokenValue": "#c2c2c2"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"desc": "适配小屏定义-responsive",
|
|
45
|
+
"token": "--tv-ActionMenu-responsive-space-md",
|
|
46
|
+
"tokenValue": "8px"
|
|
42
47
|
}
|
|
43
48
|
],
|
|
44
49
|
"alert": [
|
|
@@ -226,6 +231,16 @@ const list = {
|
|
|
226
231
|
"desc": "simple 主题时警告图标色",
|
|
227
232
|
"token": "--tv-Alert-icon-color-simple",
|
|
228
233
|
"tokenValue": "#808080"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"desc": "适配小屏定义-responsive-",
|
|
237
|
+
"token": "--tv-Alert-title-responsive-font-size",
|
|
238
|
+
"tokenValue": "14px"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"desc": "",
|
|
242
|
+
"token": "--tv-Alert-title-responsive-text-color",
|
|
243
|
+
"tokenValue": "#191919"
|
|
229
244
|
}
|
|
230
245
|
],
|
|
231
246
|
"amount": [
|
|
@@ -628,6 +643,11 @@ const list = {
|
|
|
628
643
|
"desc": "mini 尺寸的 tag 高度",
|
|
629
644
|
"token": "--tv-BaseSelect-tag-height-mini",
|
|
630
645
|
"tokenValue": "24px"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
"desc": "适配小屏定义-responsive-",
|
|
649
|
+
"token": "--tv-BaseSelect-responsive-icon-left-space",
|
|
650
|
+
"tokenValue": "24px"
|
|
631
651
|
}
|
|
632
652
|
],
|
|
633
653
|
"breadcrumb": [
|
|
@@ -1579,6 +1599,26 @@ const list = {
|
|
|
1579
1599
|
"desc": "loading时,svg的右外边距",
|
|
1580
1600
|
"token": "--tv-Button-margin-right-isloading-svg",
|
|
1581
1601
|
"tokenValue": "4px"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
"desc": "适配小屏定义-responsive-",
|
|
1605
|
+
"token": "--tv-Button-responsive-icon-inverse-tint",
|
|
1606
|
+
"tokenValue": "#ffffff"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"desc": "",
|
|
1610
|
+
"token": "--tv-Button-responsive-radius",
|
|
1611
|
+
"tokenValue": "999px"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"desc": "",
|
|
1615
|
+
"token": "--tv-Button-responsive-height",
|
|
1616
|
+
"tokenValue": "28px"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"desc": "",
|
|
1620
|
+
"token": "--tv-Button-responsive-font-size",
|
|
1621
|
+
"tokenValue": "12px"
|
|
1582
1622
|
}
|
|
1583
1623
|
],
|
|
1584
1624
|
"button-group": [
|
|
@@ -1726,6 +1766,41 @@ const list = {
|
|
|
1726
1766
|
"desc": "更多下拉框选项悬浮背景色",
|
|
1727
1767
|
"token": "--tv-ButtonGroup-more-item-bg-color-hover",
|
|
1728
1768
|
"tokenValue": "#f5f5f5"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"desc": "适配小屏定义-responsive-",
|
|
1772
|
+
"token": "--tv-ButtonGroup-responsive-item-btn-disabled-text-color",
|
|
1773
|
+
"tokenValue": "#808080"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"desc": "",
|
|
1777
|
+
"token": "--tv-ButtonGroup-responsive-item-icon-bg-color",
|
|
1778
|
+
"tokenValue": "#ffebd1"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
"desc": "",
|
|
1782
|
+
"token": "--tv-ButtonGroup-responsive-item-sup-icon-radius",
|
|
1783
|
+
"tokenValue": "6px"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
"desc": "mini 尺寸",
|
|
1787
|
+
"token": "--tv-ButtonGroup-responsive-mini-size",
|
|
1788
|
+
"tokenValue": "24px"
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"desc": "mini 尺寸按钮组按钮字号",
|
|
1792
|
+
"token": "--tv-ButtonGroup-responsive-mini-font-size",
|
|
1793
|
+
"tokenValue": "12px"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
"desc": "mini 尺寸按钮内间距",
|
|
1797
|
+
"token": "--tv-ButtonGroup-responsive-mini-padding-x",
|
|
1798
|
+
"tokenValue": "16px"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"desc": "mini 尺寸按钮边框半径",
|
|
1802
|
+
"token": "--tv-ButtonGroup-responsive-mini-border-radius",
|
|
1803
|
+
"tokenValue": "4px"
|
|
1729
1804
|
}
|
|
1730
1805
|
],
|
|
1731
1806
|
"calendar": [
|
|
@@ -1867,37 +1942,37 @@ const list = {
|
|
|
1867
1942
|
"tokenValue": "16px"
|
|
1868
1943
|
},
|
|
1869
1944
|
{
|
|
1870
|
-
"desc": "",
|
|
1945
|
+
"desc": "单选图标颜色",
|
|
1871
1946
|
"token": "--tv-CalendarView-radio-icon-color",
|
|
1872
1947
|
"tokenValue": "#808080"
|
|
1873
1948
|
},
|
|
1874
1949
|
{
|
|
1875
|
-
"desc": "",
|
|
1950
|
+
"desc": "单选图标悬浮背景色",
|
|
1876
1951
|
"token": "--tv-CalendarView-radio-icon-bg-hover",
|
|
1877
1952
|
"tokenValue": "#f5f5f5"
|
|
1878
1953
|
},
|
|
1879
1954
|
{
|
|
1880
|
-
"desc": "",
|
|
1955
|
+
"desc": "单选选中图标颜色",
|
|
1881
1956
|
"token": "--tv-CalendarView-radio-active-icon-color",
|
|
1882
1957
|
"tokenValue": "#191919"
|
|
1883
1958
|
},
|
|
1884
1959
|
{
|
|
1885
|
-
"desc": "",
|
|
1960
|
+
"desc": "单选选中内部背景色",
|
|
1886
1961
|
"token": "--tv-CalendarView-radio-active-inner-bg-color",
|
|
1887
1962
|
"tokenValue": "#fff"
|
|
1888
1963
|
},
|
|
1889
1964
|
{
|
|
1890
|
-
"desc": "",
|
|
1965
|
+
"desc": "单选选中边框色",
|
|
1891
1966
|
"token": "--tv-CalendarView-radio-active-border-color",
|
|
1892
1967
|
"tokenValue": "#191919"
|
|
1893
1968
|
},
|
|
1894
1969
|
{
|
|
1895
|
-
"desc": "",
|
|
1970
|
+
"desc": "头部主要字号",
|
|
1896
1971
|
"token": "--tv-CalendarView-header-main-font-size",
|
|
1897
1972
|
"tokenValue": "14px"
|
|
1898
1973
|
},
|
|
1899
1974
|
{
|
|
1900
|
-
"desc": "",
|
|
1975
|
+
"desc": "头部主要文本颜色",
|
|
1901
1976
|
"token": "--tv-CalendarView-header-main-text-color",
|
|
1902
1977
|
"tokenValue": "#808080"
|
|
1903
1978
|
},
|
|
@@ -1912,32 +1987,32 @@ const list = {
|
|
|
1912
1987
|
"tokenValue": "14px"
|
|
1913
1988
|
},
|
|
1914
1989
|
{
|
|
1915
|
-
"desc": "",
|
|
1990
|
+
"desc": "日期左边距",
|
|
1916
1991
|
"token": "--tv-CalendarView-date-margin-left",
|
|
1917
1992
|
"tokenValue": "16px"
|
|
1918
1993
|
},
|
|
1919
1994
|
{
|
|
1920
|
-
"desc": "",
|
|
1995
|
+
"desc": "日期文本颜色",
|
|
1921
1996
|
"token": "--tv-CalendarView-date-text-color",
|
|
1922
1997
|
"tokenValue": "#191919"
|
|
1923
1998
|
},
|
|
1924
1999
|
{
|
|
1925
|
-
"desc": "",
|
|
2000
|
+
"desc": "日期边框颜色",
|
|
1926
2001
|
"token": "--tv-CalendarView-date-border-color",
|
|
1927
2002
|
"tokenValue": "#c2c2c2"
|
|
1928
2003
|
},
|
|
1929
2004
|
{
|
|
1930
|
-
"desc": "",
|
|
2005
|
+
"desc": "日期弱化文本颜色",
|
|
1931
2006
|
"token": "--tv-CalendarView-date-weaken-text-color",
|
|
1932
2007
|
"tokenValue": "#808080"
|
|
1933
2008
|
},
|
|
1934
2009
|
{
|
|
1935
|
-
"desc": "",
|
|
2010
|
+
"desc": "主要列表项内边距",
|
|
1936
2011
|
"token": "--tv-CalendarView-main-li-padding",
|
|
1937
2012
|
"tokenValue": "2px"
|
|
1938
2013
|
},
|
|
1939
2014
|
{
|
|
1940
|
-
"desc": "",
|
|
2015
|
+
"desc": "主要列表项背景色",
|
|
1941
2016
|
"token": "--tv-CalendarView-main-li-bg-color",
|
|
1942
2017
|
"tokenValue": "#ffffff"
|
|
1943
2018
|
},
|
|
@@ -1947,7 +2022,7 @@ const list = {
|
|
|
1947
2022
|
"tokenValue": "#1476ff"
|
|
1948
2023
|
},
|
|
1949
2024
|
{
|
|
1950
|
-
"desc": "",
|
|
2025
|
+
"desc": "列表项选中背景色",
|
|
1951
2026
|
"token": "--tv-CalendarView-li-selected-bg-color",
|
|
1952
2027
|
"tokenValue": "#f0f7ff"
|
|
1953
2028
|
},
|
|
@@ -1957,12 +2032,12 @@ const list = {
|
|
|
1957
2032
|
"tokenValue": "#1476ff"
|
|
1958
2033
|
},
|
|
1959
2034
|
{
|
|
1960
|
-
"desc": "",
|
|
2035
|
+
"desc": "选中图标颜色",
|
|
1961
2036
|
"token": "--tv-CalendarView-selected-icon-color",
|
|
1962
2037
|
"tokenValue": "#1476ff"
|
|
1963
2038
|
},
|
|
1964
2039
|
{
|
|
1965
|
-
"desc": "",
|
|
2040
|
+
"desc": "选中图标大小",
|
|
1966
2041
|
"token": "--tv-CalendarView-selected-icon-size",
|
|
1967
2042
|
"tokenValue": "16px"
|
|
1968
2043
|
},
|
|
@@ -1982,12 +2057,12 @@ const list = {
|
|
|
1982
2057
|
"tokenValue": "14px"
|
|
1983
2058
|
},
|
|
1984
2059
|
{
|
|
1985
|
-
"desc": "",
|
|
2060
|
+
"desc": "日程项字重",
|
|
1986
2061
|
"token": "--tv-CalendarView-events-item-font-weight",
|
|
1987
2062
|
"tokenValue": "600"
|
|
1988
2063
|
},
|
|
1989
2064
|
{
|
|
1990
|
-
"desc": "",
|
|
2065
|
+
"desc": "日程项文本颜色",
|
|
1991
2066
|
"token": "--tv-CalendarView-events-item-text-color",
|
|
1992
2067
|
"tokenValue": "#191919"
|
|
1993
2068
|
},
|
|
@@ -1997,17 +2072,17 @@ const list = {
|
|
|
1997
2072
|
"tokenValue": "16px"
|
|
1998
2073
|
},
|
|
1999
2074
|
{
|
|
2000
|
-
"desc": "",
|
|
2075
|
+
"desc": "提示标题字号",
|
|
2001
2076
|
"token": "--tv-CalendarView-tooltip-title-font-size",
|
|
2002
2077
|
"tokenValue": "16px"
|
|
2003
2078
|
},
|
|
2004
2079
|
{
|
|
2005
|
-
"desc": "",
|
|
2080
|
+
"desc": "提示标题字重",
|
|
2006
2081
|
"token": "--tv-CalendarView-tooltip-title-font-weight",
|
|
2007
2082
|
"tokenValue": "600"
|
|
2008
2083
|
},
|
|
2009
2084
|
{
|
|
2010
|
-
"desc": "",
|
|
2085
|
+
"desc": "提示日期文本颜色",
|
|
2011
2086
|
"token": "--tv-CalendarView-tooltip-date-text-color",
|
|
2012
2087
|
"tokenValue": "#595959"
|
|
2013
2088
|
},
|
|
@@ -2022,7 +2097,7 @@ const list = {
|
|
|
2022
2097
|
"tokenValue": "2px"
|
|
2023
2098
|
},
|
|
2024
2099
|
{
|
|
2025
|
-
"desc": "",
|
|
2100
|
+
"desc": "日程开始内边距",
|
|
2026
2101
|
"token": "--tv-CalendarView-event-start-padding",
|
|
2027
2102
|
"tokenValue": "2px"
|
|
2028
2103
|
},
|
|
@@ -2032,7 +2107,7 @@ const list = {
|
|
|
2032
2107
|
"tokenValue": "12px"
|
|
2033
2108
|
},
|
|
2034
2109
|
{
|
|
2035
|
-
"desc": "",
|
|
2110
|
+
"desc": "日程标题文本颜色",
|
|
2036
2111
|
"token": "--tv-CalendarView-event-title-text-color",
|
|
2037
2112
|
"tokenValue": "#191919"
|
|
2038
2113
|
},
|
|
@@ -2042,37 +2117,27 @@ const list = {
|
|
|
2042
2117
|
"tokenValue": "16px"
|
|
2043
2118
|
},
|
|
2044
2119
|
{
|
|
2045
|
-
"desc": "",
|
|
2046
|
-
"token": "--tv-CalendarView-week-date-text-color",
|
|
2047
|
-
"tokenValue": "#191919"
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"desc": "",
|
|
2120
|
+
"desc": "周日期今天文本颜色",
|
|
2051
2121
|
"token": "--tv-CalendarView-week-date-today-text-color",
|
|
2052
2122
|
"tokenValue": "#1476ff"
|
|
2053
2123
|
},
|
|
2054
|
-
{
|
|
2055
|
-
"desc": "",
|
|
2056
|
-
"token": "--tv-CalendarView-week-day-font-size",
|
|
2057
|
-
"tokenValue": "14px"
|
|
2058
|
-
},
|
|
2059
2124
|
{
|
|
2060
2125
|
"desc": "mark标记样式",
|
|
2061
2126
|
"token": "--tv-CalendarView-mark-bg-color",
|
|
2062
2127
|
"tokenValue": "#f23030"
|
|
2063
2128
|
},
|
|
2064
2129
|
{
|
|
2065
|
-
"desc": "",
|
|
2130
|
+
"desc": "标记左边距",
|
|
2066
2131
|
"token": "--tv-CalendarView-mark-left",
|
|
2067
2132
|
"tokenValue": "2px"
|
|
2068
2133
|
},
|
|
2069
2134
|
{
|
|
2070
|
-
"desc": "",
|
|
2135
|
+
"desc": "标记圆角",
|
|
2071
2136
|
"token": "--tv-CalendarView-mark-border-radius",
|
|
2072
2137
|
"tokenValue": "999px"
|
|
2073
2138
|
},
|
|
2074
2139
|
{
|
|
2075
|
-
"desc": "",
|
|
2140
|
+
"desc": "数字标记左边距",
|
|
2076
2141
|
"token": "--tv-CalendarView-mark-digit-left",
|
|
2077
2142
|
"tokenValue": "8px"
|
|
2078
2143
|
},
|
|
@@ -2082,17 +2147,17 @@ const list = {
|
|
|
2082
2147
|
"tokenValue": "4px"
|
|
2083
2148
|
},
|
|
2084
2149
|
{
|
|
2085
|
-
"desc": "",
|
|
2150
|
+
"desc": "时间线列表项边框宽度",
|
|
2086
2151
|
"token": "--tv-CalendarView-timeline-li-border-width",
|
|
2087
2152
|
"tokenValue": "1px"
|
|
2088
2153
|
},
|
|
2089
2154
|
{
|
|
2090
|
-
"desc": "",
|
|
2155
|
+
"desc": "时间线文本字号",
|
|
2091
2156
|
"token": "--tv-CalendarView-timeline-span-font-size",
|
|
2092
2157
|
"tokenValue": "14px"
|
|
2093
2158
|
},
|
|
2094
2159
|
{
|
|
2095
|
-
"desc": "",
|
|
2160
|
+
"desc": "时间线文本颜色",
|
|
2096
2161
|
"token": "--tv-CalendarView-timeline-span-text-color",
|
|
2097
2162
|
"tokenValue": "#191919"
|
|
2098
2163
|
},
|
|
@@ -2102,7 +2167,7 @@ const list = {
|
|
|
2102
2167
|
"tokenValue": "16px"
|
|
2103
2168
|
},
|
|
2104
2169
|
{
|
|
2105
|
-
"desc": "",
|
|
2170
|
+
"desc": "日程列表内边距",
|
|
2106
2171
|
"token": "--tv-CalendarView-events-list-padding",
|
|
2107
2172
|
"tokenValue": "2px"
|
|
2108
2173
|
},
|
|
@@ -2112,7 +2177,7 @@ const list = {
|
|
|
2112
2177
|
"tokenValue": "12px"
|
|
2113
2178
|
},
|
|
2114
2179
|
{
|
|
2115
|
-
"desc": "",
|
|
2180
|
+
"desc": "周列表项水平内边距",
|
|
2116
2181
|
"token": "--tv-CalendarView-week-li-padding-x",
|
|
2117
2182
|
"tokenValue": "16px"
|
|
2118
2183
|
},
|
|
@@ -2122,17 +2187,17 @@ const list = {
|
|
|
2122
2187
|
"tokenValue": "14px"
|
|
2123
2188
|
},
|
|
2124
2189
|
{
|
|
2125
|
-
"desc": "",
|
|
2190
|
+
"desc": "周标题字重",
|
|
2126
2191
|
"token": "--tv-CalendarView-week-title-font-weight",
|
|
2127
2192
|
"tokenValue": "600"
|
|
2128
2193
|
},
|
|
2129
2194
|
{
|
|
2130
|
-
"desc": "",
|
|
2195
|
+
"desc": "周内容字号",
|
|
2131
2196
|
"token": "--tv-CalendarView-week-content-font-size",
|
|
2132
2197
|
"tokenValue": "12px"
|
|
2133
2198
|
},
|
|
2134
2199
|
{
|
|
2135
|
-
"desc": "",
|
|
2200
|
+
"desc": "周内容字重",
|
|
2136
2201
|
"token": "--tv-CalendarView-week-content-font-weight",
|
|
2137
2202
|
"tokenValue": "400"
|
|
2138
2203
|
},
|
|
@@ -2142,12 +2207,12 @@ const list = {
|
|
|
2142
2207
|
"tokenValue": "12px"
|
|
2143
2208
|
},
|
|
2144
2209
|
{
|
|
2145
|
-
"desc": "",
|
|
2210
|
+
"desc": "周天圆角",
|
|
2146
2211
|
"token": "--tv-CalendarView-week-day-border-radius",
|
|
2147
2212
|
"tokenValue": "4px"
|
|
2148
2213
|
},
|
|
2149
2214
|
{
|
|
2150
|
-
"desc": "",
|
|
2215
|
+
"desc": "周天下边距",
|
|
2151
2216
|
"token": "--tv-CalendarView-week-day-margin-bottom",
|
|
2152
2217
|
"tokenValue": "8px"
|
|
2153
2218
|
},
|
|
@@ -2157,12 +2222,12 @@ const list = {
|
|
|
2157
2222
|
"tokenValue": "8px"
|
|
2158
2223
|
},
|
|
2159
2224
|
{
|
|
2160
|
-
"desc": "",
|
|
2225
|
+
"desc": "周日期文本颜色",
|
|
2161
2226
|
"token": "--tv-CalendarView-week-date-text-color",
|
|
2162
2227
|
"tokenValue": "#808080"
|
|
2163
2228
|
},
|
|
2164
2229
|
{
|
|
2165
|
-
"desc": "",
|
|
2230
|
+
"desc": "周内容水平内边距",
|
|
2166
2231
|
"token": "--tv-CalendarView-week-content-padding-x",
|
|
2167
2232
|
"tokenValue": "8px"
|
|
2168
2233
|
},
|
|
@@ -2172,17 +2237,17 @@ const list = {
|
|
|
2172
2237
|
"tokenValue": "8px"
|
|
2173
2238
|
},
|
|
2174
2239
|
{
|
|
2175
|
-
"desc": "",
|
|
2240
|
+
"desc": "周日程圆角",
|
|
2176
2241
|
"token": "--tv-CalendarView-week-schedule-border-radius",
|
|
2177
2242
|
"tokenValue": "4px"
|
|
2178
2243
|
},
|
|
2179
2244
|
{
|
|
2180
|
-
"desc": "",
|
|
2245
|
+
"desc": "周日程图标大小",
|
|
2181
2246
|
"token": "--tv-CalendarView-week-schedule-icon-size",
|
|
2182
2247
|
"tokenValue": "16px"
|
|
2183
2248
|
},
|
|
2184
2249
|
{
|
|
2185
|
-
"desc": "",
|
|
2250
|
+
"desc": "日程文本左边距",
|
|
2186
2251
|
"token": "--tv-CalendarView-schedule-span-margin-left",
|
|
2187
2252
|
"tokenValue": "4px"
|
|
2188
2253
|
}
|
|
@@ -2346,92 +2411,92 @@ const list = {
|
|
|
2346
2411
|
],
|
|
2347
2412
|
"card-template": [
|
|
2348
2413
|
{
|
|
2349
|
-
"desc": "",
|
|
2414
|
+
"desc": "背景色",
|
|
2350
2415
|
"token": "--tv-CardTemplate-bg-color",
|
|
2351
2416
|
"tokenValue": "#ffffff"
|
|
2352
2417
|
},
|
|
2353
2418
|
{
|
|
2354
|
-
"desc": "",
|
|
2419
|
+
"desc": "工具栏图标大小",
|
|
2355
2420
|
"token": "--tv-CardTemplate-tool-icon-size",
|
|
2356
2421
|
"tokenValue": "16px"
|
|
2357
2422
|
},
|
|
2358
2423
|
{
|
|
2359
|
-
"desc": "",
|
|
2424
|
+
"desc": "工具栏图标颜色",
|
|
2360
2425
|
"token": "--tv-CardTemplate-tool-icon-color",
|
|
2361
2426
|
"tokenValue": "#191919"
|
|
2362
2427
|
},
|
|
2363
2428
|
{
|
|
2364
|
-
"desc": "",
|
|
2429
|
+
"desc": "工具栏图标悬浮颜色",
|
|
2365
2430
|
"token": "--tv-CardTemplate-tool-hover-icon-color",
|
|
2366
2431
|
"tokenValue": "#c2c2c2"
|
|
2367
2432
|
},
|
|
2368
2433
|
{
|
|
2369
|
-
"desc": "",
|
|
2434
|
+
"desc": "工具栏图标激活颜色",
|
|
2370
2435
|
"token": "--tv-CardTemplate-tool-active-icon-color",
|
|
2371
2436
|
"tokenValue": "#595959"
|
|
2372
2437
|
},
|
|
2373
2438
|
{
|
|
2374
|
-
"desc": "",
|
|
2439
|
+
"desc": "工具栏选择器高度",
|
|
2375
2440
|
"token": "--tv-CardTemplate-tool-selector-height",
|
|
2376
2441
|
"tokenValue": "40px"
|
|
2377
2442
|
},
|
|
2378
2443
|
{
|
|
2379
|
-
"desc": "",
|
|
2444
|
+
"desc": "工具栏选择器文本颜色",
|
|
2380
2445
|
"token": "--tv-CardTemplate-tool-selector-text-color",
|
|
2381
2446
|
"tokenValue": "#191919"
|
|
2382
2447
|
},
|
|
2383
2448
|
{
|
|
2384
|
-
"desc": "",
|
|
2449
|
+
"desc": "工具栏选择器悬浮文本颜色",
|
|
2385
2450
|
"token": "--tv-CardTemplate-tool-selector-hover-text-color",
|
|
2386
2451
|
"tokenValue": "#191919"
|
|
2387
2452
|
},
|
|
2388
2453
|
{
|
|
2389
|
-
"desc": "",
|
|
2454
|
+
"desc": "工具栏选择器悬浮背景色",
|
|
2390
2455
|
"token": "--tv-CardTemplate-tool-selector-hover-bg-color",
|
|
2391
2456
|
"tokenValue": "#f5f5f5"
|
|
2392
2457
|
},
|
|
2393
2458
|
{
|
|
2394
|
-
"desc": "",
|
|
2459
|
+
"desc": "工具栏选择器激活文本颜色",
|
|
2395
2460
|
"token": "--tv-CardTemplate-tool-selector-active-text-color",
|
|
2396
2461
|
"tokenValue": "#595959"
|
|
2397
2462
|
},
|
|
2398
2463
|
{
|
|
2399
|
-
"desc": "",
|
|
2464
|
+
"desc": "工具栏选择器激活背景色",
|
|
2400
2465
|
"token": "--tv-CardTemplate-tool-selector-active-bg-color",
|
|
2401
2466
|
"tokenValue": "#f5f5f5"
|
|
2402
2467
|
},
|
|
2403
2468
|
{
|
|
2404
|
-
"desc": "",
|
|
2469
|
+
"desc": "头部高度",
|
|
2405
2470
|
"token": "--tv-CardTemplate-header-height",
|
|
2406
2471
|
"tokenValue": "46px"
|
|
2407
2472
|
},
|
|
2408
2473
|
{
|
|
2409
|
-
"desc": "",
|
|
2474
|
+
"desc": "头部字号",
|
|
2410
2475
|
"token": "--tv-CardTemplate-header-font-size",
|
|
2411
2476
|
"tokenValue": "16px"
|
|
2412
2477
|
},
|
|
2413
2478
|
{
|
|
2414
|
-
"desc": "",
|
|
2479
|
+
"desc": "头部边框颜色",
|
|
2415
2480
|
"token": "--tv-CardTemplate-header-border-color",
|
|
2416
2481
|
"tokenValue": "#999999"
|
|
2417
2482
|
},
|
|
2418
2483
|
{
|
|
2419
|
-
"desc": "",
|
|
2484
|
+
"desc": "头部标题字重",
|
|
2420
2485
|
"token": "--tv-CardTemplate-header-title-font-weight",
|
|
2421
2486
|
"tokenValue": "bold"
|
|
2422
2487
|
},
|
|
2423
2488
|
{
|
|
2424
|
-
"desc": "",
|
|
2489
|
+
"desc": "头部标题字号",
|
|
2425
2490
|
"token": "--tv-CardTemplate-header-title-font-size",
|
|
2426
2491
|
"tokenValue": "14px"
|
|
2427
2492
|
},
|
|
2428
2493
|
{
|
|
2429
|
-
"desc": "",
|
|
2494
|
+
"desc": "头部标题文本颜色",
|
|
2430
2495
|
"token": "--tv-CardTemplate-header-title-text-color",
|
|
2431
2496
|
"tokenValue": "#191919"
|
|
2432
2497
|
},
|
|
2433
2498
|
{
|
|
2434
|
-
"desc": "",
|
|
2499
|
+
"desc": "更多阴影",
|
|
2435
2500
|
"token": "--tv-CardTemplate-more-box-shadow",
|
|
2436
2501
|
"tokenValue": "0 2px 12px 0 rgba(0, 0, 0, 0.16)"
|
|
2437
2502
|
}
|
|
@@ -2555,27 +2620,27 @@ const list = {
|
|
|
2555
2620
|
],
|
|
2556
2621
|
"carousel-item": [
|
|
2557
2622
|
{
|
|
2558
|
-
"desc": "",
|
|
2623
|
+
"desc": "标题高度",
|
|
2559
2624
|
"token": "--tv-CarouselItem-title-height",
|
|
2560
2625
|
"tokenValue": "40px"
|
|
2561
2626
|
},
|
|
2562
2627
|
{
|
|
2563
|
-
"desc": "",
|
|
2628
|
+
"desc": "标题文本颜色",
|
|
2564
2629
|
"token": "--tv-CarouselItem-title-text-color",
|
|
2565
2630
|
"tokenValue": "#808080"
|
|
2566
2631
|
},
|
|
2567
2632
|
{
|
|
2568
|
-
"desc": "",
|
|
2633
|
+
"desc": "标题背景色",
|
|
2569
2634
|
"token": "--tv-CarouselItem-title-bg-color",
|
|
2570
2635
|
"tokenValue": "#191919"
|
|
2571
2636
|
},
|
|
2572
2637
|
{
|
|
2573
|
-
"desc": "",
|
|
2638
|
+
"desc": "标题字号",
|
|
2574
2639
|
"token": "--tv-CarouselItem-title-span-font-size",
|
|
2575
2640
|
"tokenValue": "14px"
|
|
2576
2641
|
},
|
|
2577
2642
|
{
|
|
2578
|
-
"desc": "",
|
|
2643
|
+
"desc": "遮罩背景色",
|
|
2579
2644
|
"token": "--tv-CarouselItem-mask-bg-color",
|
|
2580
2645
|
"tokenValue": "#ffffff"
|
|
2581
2646
|
}
|
|
@@ -2969,6 +3034,21 @@ const list = {
|
|
|
2969
3034
|
"desc": "下拉列表子项高亮时字重",
|
|
2970
3035
|
"token": "--tv-CascaderNode-active-font-weight",
|
|
2971
3036
|
"tokenValue": "600"
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
"desc": "适配小屏定义-responsive-",
|
|
3040
|
+
"token": "--tv-CascaderNode-responsive-radio-margin-right",
|
|
3041
|
+
"tokenValue": "8px"
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
"desc": "",
|
|
3045
|
+
"token": "--tv-CascaderNode-responsive-selectable-text-color",
|
|
3046
|
+
"tokenValue": "#1476ff"
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"desc": "",
|
|
3050
|
+
"token": "--tv-CascaderNode-responsive-selectable-icon-color",
|
|
3051
|
+
"tokenValue": "#1476ff"
|
|
2972
3052
|
}
|
|
2973
3053
|
],
|
|
2974
3054
|
"cascader-panel": [
|
|
@@ -3020,17 +3100,17 @@ const list = {
|
|
|
3020
3100
|
],
|
|
3021
3101
|
"chart-core": [
|
|
3022
3102
|
{
|
|
3023
|
-
"desc": "",
|
|
3103
|
+
"desc": "空数据文本颜色",
|
|
3024
3104
|
"token": "--tv-ChartCore-data-empty-text-color",
|
|
3025
3105
|
"tokenValue": "#808080"
|
|
3026
3106
|
},
|
|
3027
3107
|
{
|
|
3028
|
-
"desc": "",
|
|
3108
|
+
"desc": "空数据字号",
|
|
3029
3109
|
"token": "--tv-ChartCore-data-empty-font-size",
|
|
3030
3110
|
"tokenValue": "14px"
|
|
3031
3111
|
},
|
|
3032
3112
|
{
|
|
3033
|
-
"desc": "",
|
|
3113
|
+
"desc": "空数据背景色",
|
|
3034
3114
|
"token": "--tv-ChartCore-data-empty-bg-color",
|
|
3035
3115
|
"tokenValue": "#ffffff"
|
|
3036
3116
|
}
|
|
@@ -3248,7 +3328,7 @@ const list = {
|
|
|
3248
3328
|
],
|
|
3249
3329
|
"collapse": [
|
|
3250
3330
|
{
|
|
3251
|
-
"desc": "",
|
|
3331
|
+
"desc": "分割线颜色",
|
|
3252
3332
|
"token": "--tv-Collapse-divider-line-color",
|
|
3253
3333
|
"tokenValue": "#f0f0f0"
|
|
3254
3334
|
}
|
|
@@ -3854,32 +3934,32 @@ const list = {
|
|
|
3854
3934
|
],
|
|
3855
3935
|
"dept": [
|
|
3856
3936
|
{
|
|
3857
|
-
"desc": "",
|
|
3937
|
+
"desc": "标签字号",
|
|
3858
3938
|
"token": "--tv-Dept-label-font-size",
|
|
3859
3939
|
"tokenValue": "14px"
|
|
3860
3940
|
},
|
|
3861
3941
|
{
|
|
3862
|
-
"desc": "",
|
|
3942
|
+
"desc": "标签文本颜色",
|
|
3863
3943
|
"token": "--tv-Dept-label-text-color",
|
|
3864
3944
|
"tokenValue": "#191919"
|
|
3865
3945
|
},
|
|
3866
3946
|
{
|
|
3867
|
-
"desc": "",
|
|
3947
|
+
"desc": "标签字重",
|
|
3868
3948
|
"token": "--tv-Dept-label-font-weight",
|
|
3869
3949
|
"tokenValue": "600"
|
|
3870
3950
|
},
|
|
3871
3951
|
{
|
|
3872
|
-
"desc": "",
|
|
3952
|
+
"desc": "选中文本颜色",
|
|
3873
3953
|
"token": "--tv-Dept-selected-info-text-color",
|
|
3874
3954
|
"tokenValue": "#191919"
|
|
3875
3955
|
},
|
|
3876
3956
|
{
|
|
3877
|
-
"desc": "",
|
|
3957
|
+
"desc": "选中背景色",
|
|
3878
3958
|
"token": "--tv-Dept-selected-info-bg-color",
|
|
3879
3959
|
"tokenValue": "#f5f5f5"
|
|
3880
3960
|
},
|
|
3881
3961
|
{
|
|
3882
|
-
"desc": "",
|
|
3962
|
+
"desc": "选中圆角",
|
|
3883
3963
|
"token": "--tv-Dept-selected-info-border-radius",
|
|
3884
3964
|
"tokenValue": "6px"
|
|
3885
3965
|
}
|
|
@@ -3994,6 +4074,26 @@ const list = {
|
|
|
3994
4074
|
"desc": "弹窗容器与上下内容间距",
|
|
3995
4075
|
"token": "--tv-DialogBox-vertical-padding",
|
|
3996
4076
|
"tokenValue": "2px"
|
|
4077
|
+
},
|
|
4078
|
+
{
|
|
4079
|
+
"desc": "适配小屏定义-responsive-",
|
|
4080
|
+
"token": "--tv-DialogBox-responsive-space-unit",
|
|
4081
|
+
"tokenValue": "24px"
|
|
4082
|
+
},
|
|
4083
|
+
{
|
|
4084
|
+
"desc": "",
|
|
4085
|
+
"token": "--tv-DialogBox-responsive-space-part",
|
|
4086
|
+
"tokenValue": "16px"
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"desc": "",
|
|
4090
|
+
"token": "--tv-DialogBox-responsive-font-size-sm",
|
|
4091
|
+
"tokenValue": "12px"
|
|
4092
|
+
},
|
|
4093
|
+
{
|
|
4094
|
+
"desc": "",
|
|
4095
|
+
"token": "--tv-DialogBox-responsive-font-size-xl",
|
|
4096
|
+
"tokenValue": "18px"
|
|
3997
4097
|
}
|
|
3998
4098
|
],
|
|
3999
4099
|
"dialog-select": [
|
|
@@ -4175,6 +4275,16 @@ const list = {
|
|
|
4175
4275
|
"desc": "帮助图标色",
|
|
4176
4276
|
"token": "--tv-Drawer-help-icon-color",
|
|
4177
4277
|
"tokenValue": "#191919"
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"desc": "适配小屏定义-responsive-",
|
|
4281
|
+
"token": "--tv-Drawer-responsive-space-unit",
|
|
4282
|
+
"tokenValue": "24px"
|
|
4283
|
+
},
|
|
4284
|
+
{
|
|
4285
|
+
"desc": "",
|
|
4286
|
+
"token": "--tv-Drawer-responsive-font-size-xl",
|
|
4287
|
+
"tokenValue": "18px"
|
|
4178
4288
|
}
|
|
4179
4289
|
],
|
|
4180
4290
|
"drop-times": [
|
|
@@ -4304,6 +4414,26 @@ const list = {
|
|
|
4304
4414
|
"desc": "按钮组时,文本按钮内边距",
|
|
4305
4415
|
"token": "--tv-Dropdown-title-button-padding",
|
|
4306
4416
|
"tokenValue": "0px 0px 0px 24px"
|
|
4417
|
+
},
|
|
4418
|
+
{
|
|
4419
|
+
"desc": "适配小屏定义-responsive-",
|
|
4420
|
+
"token": "--tv-Dropdown-responsive-icon-color",
|
|
4421
|
+
"tokenValue": "#1476ff"
|
|
4422
|
+
},
|
|
4423
|
+
{
|
|
4424
|
+
"desc": "",
|
|
4425
|
+
"token": "--tv-Dropdown-responsive-font-color-hover",
|
|
4426
|
+
"tokenValue": "#191919"
|
|
4427
|
+
},
|
|
4428
|
+
{
|
|
4429
|
+
"desc": "",
|
|
4430
|
+
"token": "--tv-Dropdown-responsive-bg-color-hover",
|
|
4431
|
+
"tokenValue": "#f5f5f5"
|
|
4432
|
+
},
|
|
4433
|
+
{
|
|
4434
|
+
"desc": "",
|
|
4435
|
+
"token": "--tv-Dropdown-responsive-icon-size-only-svg",
|
|
4436
|
+
"tokenValue": "16px"
|
|
4307
4437
|
}
|
|
4308
4438
|
],
|
|
4309
4439
|
"dropdown-item": [
|
|
@@ -4447,17 +4577,17 @@ const list = {
|
|
|
4447
4577
|
],
|
|
4448
4578
|
"espace": [
|
|
4449
4579
|
{
|
|
4450
|
-
"desc": "",
|
|
4580
|
+
"desc": "字号",
|
|
4451
4581
|
"token": "--tv-Espace-font-size",
|
|
4452
4582
|
"tokenValue": "26px"
|
|
4453
4583
|
},
|
|
4454
4584
|
{
|
|
4455
|
-
"desc": "",
|
|
4585
|
+
"desc": "图标颜色",
|
|
4456
4586
|
"token": "--tv-Espace-icon-color",
|
|
4457
4587
|
"tokenValue": "#808080"
|
|
4458
4588
|
},
|
|
4459
4589
|
{
|
|
4460
|
-
"desc": "",
|
|
4590
|
+
"desc": "图标悬浮颜色",
|
|
4461
4591
|
"token": "--tv-Espace-icon-color-hover",
|
|
4462
4592
|
"tokenValue": "#191919"
|
|
4463
4593
|
}
|
|
@@ -4583,12 +4713,12 @@ const list = {
|
|
|
4583
4713
|
],
|
|
4584
4714
|
"file-upload": [
|
|
4585
4715
|
{
|
|
4586
|
-
"desc": "",
|
|
4716
|
+
"desc": "字号",
|
|
4587
4717
|
"token": "--tv-FileUpload-font-size",
|
|
4588
4718
|
"tokenValue": "14px"
|
|
4589
4719
|
},
|
|
4590
4720
|
{
|
|
4591
|
-
"desc": "",
|
|
4721
|
+
"desc": "列表项文本颜色",
|
|
4592
4722
|
"token": "--tv-FileUpload-item-text-color",
|
|
4593
4723
|
"tokenValue": "#191919"
|
|
4594
4724
|
}
|
|
@@ -4644,6 +4774,21 @@ const list = {
|
|
|
4644
4774
|
"token": "--tv-FilterBox-btn-title-line-height",
|
|
4645
4775
|
"tokenValue": "1.5"
|
|
4646
4776
|
},
|
|
4777
|
+
{
|
|
4778
|
+
"desc": "按钮medium文本字号",
|
|
4779
|
+
"token": "--tv-FilterBox-btn-font-size-medium",
|
|
4780
|
+
"tokenValue": "14px"
|
|
4781
|
+
},
|
|
4782
|
+
{
|
|
4783
|
+
"desc": "按钮medium文本行高",
|
|
4784
|
+
"token": "--tv-FilterBox-btn-title-line-height-medium",
|
|
4785
|
+
"tokenValue": "1.5"
|
|
4786
|
+
},
|
|
4787
|
+
{
|
|
4788
|
+
"desc": "按钮medium高度",
|
|
4789
|
+
"token": "--tv-FilterBox-btn-height-medium",
|
|
4790
|
+
"tokenValue": "40px"
|
|
4791
|
+
},
|
|
4647
4792
|
{
|
|
4648
4793
|
"desc": "按钮帮助图标右边距",
|
|
4649
4794
|
"token": "--tv-FilterBox-help-btn-margin-right",
|
|
@@ -4903,6 +5048,11 @@ const list = {
|
|
|
4903
5048
|
"desc": "mini尺寸表单项下侧外边距",
|
|
4904
5049
|
"token": "--tv-FormItem-margin-bottom-xs",
|
|
4905
5050
|
"tokenValue": "16px"
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"desc": "适配小屏定义-responsive-",
|
|
5054
|
+
"token": "--tv-FormItem-responsive-padding-bottom",
|
|
5055
|
+
"tokenValue": "4px"
|
|
4906
5056
|
}
|
|
4907
5057
|
],
|
|
4908
5058
|
"grid": [
|
|
@@ -5641,47 +5791,47 @@ const list = {
|
|
|
5641
5791
|
],
|
|
5642
5792
|
"hrapprover": [
|
|
5643
5793
|
{
|
|
5644
|
-
"desc": "",
|
|
5794
|
+
"desc": "错误边框颜色",
|
|
5645
5795
|
"token": "--tv-Hrapprover-error-border-color",
|
|
5646
5796
|
"tokenValue": "#f23030"
|
|
5647
5797
|
},
|
|
5648
5798
|
{
|
|
5649
|
-
"desc": "",
|
|
5799
|
+
"desc": "表格文本颜色",
|
|
5650
5800
|
"token": "--tv-Hrapprover-table-text-color",
|
|
5651
5801
|
"tokenValue": "#191919"
|
|
5652
5802
|
},
|
|
5653
5803
|
{
|
|
5654
|
-
"desc": "",
|
|
5804
|
+
"desc": "表格字号",
|
|
5655
5805
|
"token": "--tv-Hrapprover-table-font-size",
|
|
5656
5806
|
"tokenValue": "14px"
|
|
5657
5807
|
},
|
|
5658
5808
|
{
|
|
5659
|
-
"desc": "",
|
|
5809
|
+
"desc": "表格行背景色",
|
|
5660
5810
|
"token": "--tv-Hrapprover-tr-bg-color",
|
|
5661
5811
|
"tokenValue": "#fafafa"
|
|
5662
5812
|
},
|
|
5663
5813
|
{
|
|
5664
|
-
"desc": "",
|
|
5814
|
+
"desc": "表格行悬浮背景色",
|
|
5665
5815
|
"token": "--tv-Hrapprover-tr-hover-bg-color",
|
|
5666
5816
|
"tokenValue": "#f5f5f5"
|
|
5667
5817
|
},
|
|
5668
5818
|
{
|
|
5669
|
-
"desc": "",
|
|
5819
|
+
"desc": "表格奇数行背景色",
|
|
5670
5820
|
"token": "--tv-Hrapprover-tr-odd-bg-color",
|
|
5671
5821
|
"tokenValue": "#ffffff"
|
|
5672
5822
|
},
|
|
5673
5823
|
{
|
|
5674
|
-
"desc": "",
|
|
5824
|
+
"desc": "表头高度",
|
|
5675
5825
|
"token": "--tv-Hrapprover-th-height",
|
|
5676
5826
|
"tokenValue": "24px"
|
|
5677
5827
|
},
|
|
5678
5828
|
{
|
|
5679
|
-
"desc": "",
|
|
5829
|
+
"desc": "表头边框颜色",
|
|
5680
5830
|
"token": "--tv-Hrapprover-thead-border-color",
|
|
5681
5831
|
"tokenValue": "#c2c2c2"
|
|
5682
5832
|
},
|
|
5683
5833
|
{
|
|
5684
|
-
"desc": "",
|
|
5834
|
+
"desc": "表头背景色",
|
|
5685
5835
|
"token": "--tv-Hrapprover-thead-bg-color",
|
|
5686
5836
|
"tokenValue": "#f5f5f5"
|
|
5687
5837
|
}
|
|
@@ -5715,67 +5865,67 @@ const list = {
|
|
|
5715
5865
|
],
|
|
5716
5866
|
"image-viewer": [
|
|
5717
5867
|
{
|
|
5718
|
-
"desc": "",
|
|
5868
|
+
"desc": "文本颜色",
|
|
5719
5869
|
"token": "--tv-ImageViewer-text-color",
|
|
5720
5870
|
"tokenValue": "#ffffff"
|
|
5721
5871
|
},
|
|
5722
5872
|
{
|
|
5723
|
-
"desc": "",
|
|
5873
|
+
"desc": "操作栏内部文本颜色",
|
|
5724
5874
|
"token": "--tv-ImageViewer-actions-inner-text-color",
|
|
5725
5875
|
"tokenValue": "#ffffff"
|
|
5726
5876
|
},
|
|
5727
5877
|
{
|
|
5728
|
-
"desc": "",
|
|
5878
|
+
"desc": "关闭按钮字号",
|
|
5729
5879
|
"token": "--tv-ImageViewer-close-font-size",
|
|
5730
5880
|
"tokenValue": "20px"
|
|
5731
5881
|
},
|
|
5732
5882
|
{
|
|
5733
|
-
"desc": "",
|
|
5883
|
+
"desc": "关闭按钮背景色",
|
|
5734
5884
|
"token": "--tv-ImageViewer-close-bg-color",
|
|
5735
5885
|
"tokenValue": "#c2c2c2"
|
|
5736
5886
|
},
|
|
5737
5887
|
{
|
|
5738
|
-
"desc": "",
|
|
5888
|
+
"desc": "操作栏圆角",
|
|
5739
5889
|
"token": "--tv-ImageViewer-actions-border-radius",
|
|
5740
5890
|
"tokenValue": "999px"
|
|
5741
5891
|
},
|
|
5742
5892
|
{
|
|
5743
|
-
"desc": "",
|
|
5893
|
+
"desc": "操作栏高度",
|
|
5744
5894
|
"token": "--tv-ImageViewer-actions-height",
|
|
5745
5895
|
"tokenValue": "40px"
|
|
5746
5896
|
},
|
|
5747
5897
|
{
|
|
5748
|
-
"desc": "",
|
|
5898
|
+
"desc": "下一张按钮字号",
|
|
5749
5899
|
"token": "--tv-ImageViewer-next-font-size",
|
|
5750
5900
|
"tokenValue": "24px"
|
|
5751
5901
|
},
|
|
5752
5902
|
{
|
|
5753
|
-
"desc": "",
|
|
5903
|
+
"desc": "下一张按钮宽度",
|
|
5754
5904
|
"token": "--tv-ImageViewer-next-width",
|
|
5755
5905
|
"tokenValue": "40px"
|
|
5756
5906
|
},
|
|
5757
5907
|
{
|
|
5758
|
-
"desc": "",
|
|
5908
|
+
"desc": "下一张按钮高度",
|
|
5759
5909
|
"token": "--tv-ImageViewer-next-height",
|
|
5760
5910
|
"tokenValue": "40px"
|
|
5761
5911
|
},
|
|
5762
5912
|
{
|
|
5763
|
-
"desc": "",
|
|
5913
|
+
"desc": "操作栏图标右边距",
|
|
5764
5914
|
"token": "--tv-ImageViewer-actions-icon-margin-right",
|
|
5765
5915
|
"tokenValue": "16px"
|
|
5766
5916
|
},
|
|
5767
5917
|
{
|
|
5768
|
-
"desc": "",
|
|
5918
|
+
"desc": "操作栏计数字号",
|
|
5769
5919
|
"token": "--tv-ImageViewer-actions-count-font-size",
|
|
5770
5920
|
"tokenValue": "14px"
|
|
5771
5921
|
},
|
|
5772
5922
|
{
|
|
5773
|
-
"desc": "",
|
|
5923
|
+
"desc": "上一张按钮左边距",
|
|
5774
5924
|
"token": "--tv-ImageViewer-prev-left",
|
|
5775
5925
|
"tokenValue": "32px"
|
|
5776
5926
|
},
|
|
5777
5927
|
{
|
|
5778
|
-
"desc": "",
|
|
5928
|
+
"desc": "下一张按钮右边距",
|
|
5779
5929
|
"token": "--tv-ImageViewer-next-right",
|
|
5780
5930
|
"tokenValue": "32px"
|
|
5781
5931
|
}
|
|
@@ -6432,7 +6582,7 @@ const list = {
|
|
|
6432
6582
|
"tokenValue": "14px"
|
|
6433
6583
|
},
|
|
6434
6584
|
{
|
|
6435
|
-
"desc": "",
|
|
6585
|
+
"desc": "向上图标尺寸",
|
|
6436
6586
|
"token": "--tv-Locales-up-svg-size",
|
|
6437
6587
|
"tokenValue": "12px"
|
|
6438
6588
|
},
|
|
@@ -6844,6 +6994,26 @@ const list = {
|
|
|
6844
6994
|
"desc": "加载图标颜色",
|
|
6845
6995
|
"token": "--tv-Modal-loading-status-icon-color",
|
|
6846
6996
|
"tokenValue": "#191919"
|
|
6997
|
+
},
|
|
6998
|
+
{
|
|
6999
|
+
"desc": "适配小屏定义-responsive-",
|
|
7000
|
+
"token": "--tv-Modal-responsive-space-unit",
|
|
7001
|
+
"tokenValue": "24px"
|
|
7002
|
+
},
|
|
7003
|
+
{
|
|
7004
|
+
"desc": "",
|
|
7005
|
+
"token": "--tv-Modal-responsive-space-part",
|
|
7006
|
+
"tokenValue": "16px"
|
|
7007
|
+
},
|
|
7008
|
+
{
|
|
7009
|
+
"desc": "",
|
|
7010
|
+
"token": "--tv-Modal-responsive-font-size-xl",
|
|
7011
|
+
"tokenValue": "18px"
|
|
7012
|
+
},
|
|
7013
|
+
{
|
|
7014
|
+
"desc": "",
|
|
7015
|
+
"token": "--tv-Modal-responsive-font-size-sm",
|
|
7016
|
+
"tokenValue": "12px"
|
|
6847
7017
|
}
|
|
6848
7018
|
],
|
|
6849
7019
|
"month-table": [
|
|
@@ -7230,6 +7400,26 @@ const list = {
|
|
|
7230
7400
|
"desc": "关闭图标的悬浮",
|
|
7231
7401
|
"token": "--tv-Notify-close-icon-color-hover",
|
|
7232
7402
|
"tokenValue": "#191919"
|
|
7403
|
+
},
|
|
7404
|
+
{
|
|
7405
|
+
"desc": "适配小屏定义-responsive-",
|
|
7406
|
+
"token": "--tv-Notify-responsive-status-icon-size",
|
|
7407
|
+
"tokenValue": "16px"
|
|
7408
|
+
},
|
|
7409
|
+
{
|
|
7410
|
+
"desc": "",
|
|
7411
|
+
"token": "--tv-Notify-responsive-top-distance",
|
|
7412
|
+
"tokenValue": "4px"
|
|
7413
|
+
},
|
|
7414
|
+
{
|
|
7415
|
+
"desc": "",
|
|
7416
|
+
"token": "--tv-Notify-responsive-title-font-size",
|
|
7417
|
+
"tokenValue": "14px"
|
|
7418
|
+
},
|
|
7419
|
+
{
|
|
7420
|
+
"desc": "",
|
|
7421
|
+
"token": "--tv-Notify-responsive-content-font-size",
|
|
7422
|
+
"tokenValue": "12px"
|
|
7233
7423
|
}
|
|
7234
7424
|
],
|
|
7235
7425
|
"number-animation": [
|
|
@@ -7454,6 +7644,11 @@ const list = {
|
|
|
7454
7644
|
"desc": "单位背景色",
|
|
7455
7645
|
"token": "--tv-Numeric-input-unit-bg-color",
|
|
7456
7646
|
"tokenValue": "#fafafa"
|
|
7647
|
+
},
|
|
7648
|
+
{
|
|
7649
|
+
"desc": "适配小屏定义-responsive-",
|
|
7650
|
+
"token": "--tv-Numeric-responsive-input-width",
|
|
7651
|
+
"tokenValue": "120px"
|
|
7457
7652
|
}
|
|
7458
7653
|
],
|
|
7459
7654
|
"option": [
|
|
@@ -7591,6 +7786,11 @@ const list = {
|
|
|
7591
7786
|
"desc": "默认复选框未选中禁用背景色",
|
|
7592
7787
|
"token": "--tv-Option-bg-color-disabled",
|
|
7593
7788
|
"tokenValue": "#f0f0f0"
|
|
7789
|
+
},
|
|
7790
|
+
{
|
|
7791
|
+
"desc": "适配小屏定义-responsive-",
|
|
7792
|
+
"token": "--tv-Option-responsive-bg-color-disabled-control-active",
|
|
7793
|
+
"tokenValue": "#b3d6ff"
|
|
7594
7794
|
}
|
|
7595
7795
|
],
|
|
7596
7796
|
"option-group": [
|
|
@@ -8043,7 +8243,7 @@ const list = {
|
|
|
8043
8243
|
"tokenValue": "2px"
|
|
8044
8244
|
},
|
|
8045
8245
|
{
|
|
8046
|
-
"desc": "",
|
|
8246
|
+
"desc": "提示弹窗图标右外边距",
|
|
8047
8247
|
"token": "--tv-Popconfirm-popover-icon-margin-right",
|
|
8048
8248
|
"tokenValue": "4px"
|
|
8049
8249
|
},
|
|
@@ -8058,12 +8258,12 @@ const list = {
|
|
|
8058
8258
|
"tokenValue": "16px"
|
|
8059
8259
|
},
|
|
8060
8260
|
{
|
|
8061
|
-
"desc": "",
|
|
8261
|
+
"desc": "标题字重",
|
|
8062
8262
|
"token": "--tv-Popconfirm-popover-title-font-weight",
|
|
8063
8263
|
"tokenValue": "600"
|
|
8064
8264
|
},
|
|
8065
8265
|
{
|
|
8066
|
-
"desc": "",
|
|
8266
|
+
"desc": "提示弹窗文本颜色",
|
|
8067
8267
|
"token": "--tv-Popconfirm-popover-text-color",
|
|
8068
8268
|
"tokenValue": "#191919"
|
|
8069
8269
|
},
|
|
@@ -8073,7 +8273,7 @@ const list = {
|
|
|
8073
8273
|
"tokenValue": "8px"
|
|
8074
8274
|
},
|
|
8075
8275
|
{
|
|
8076
|
-
"desc": "",
|
|
8276
|
+
"desc": "确认按钮左外边距",
|
|
8077
8277
|
"token": "--tv-Popconfirm-popover-confirm-button-margin-left",
|
|
8078
8278
|
"tokenValue": "8px"
|
|
8079
8279
|
},
|
|
@@ -8083,17 +8283,17 @@ const list = {
|
|
|
8083
8283
|
"tokenValue": "#1476ff"
|
|
8084
8284
|
},
|
|
8085
8285
|
{
|
|
8086
|
-
"desc": "",
|
|
8286
|
+
"desc": "错误图标色",
|
|
8087
8287
|
"token": "--tv-Popconfirm-icon-error-fill",
|
|
8088
8288
|
"tokenValue": "#f23030"
|
|
8089
8289
|
},
|
|
8090
8290
|
{
|
|
8091
|
-
"desc": "",
|
|
8291
|
+
"desc": "警告图标色",
|
|
8092
8292
|
"token": "--tv-Popconfirm-icon-warning-fill",
|
|
8093
8293
|
"tokenValue": "#ff8800"
|
|
8094
8294
|
},
|
|
8095
8295
|
{
|
|
8096
|
-
"desc": "",
|
|
8296
|
+
"desc": "成功图标色",
|
|
8097
8297
|
"token": "--tv-Popconfirm-icon-success-fill",
|
|
8098
8298
|
"tokenValue": "#5cb300"
|
|
8099
8299
|
}
|
|
@@ -8235,6 +8435,26 @@ const list = {
|
|
|
8235
8435
|
"desc": "弹框水平内边距",
|
|
8236
8436
|
"token": "--tv-Popover-padding-x",
|
|
8237
8437
|
"tokenValue": "16px"
|
|
8438
|
+
},
|
|
8439
|
+
{
|
|
8440
|
+
"desc": "适配小屏定义-responsive-",
|
|
8441
|
+
"token": "--tv-Popover-responsive-space-unit",
|
|
8442
|
+
"tokenValue": "16px"
|
|
8443
|
+
},
|
|
8444
|
+
{
|
|
8445
|
+
"desc": "",
|
|
8446
|
+
"token": "--tv-Popover-responsive-icon-font-size",
|
|
8447
|
+
"tokenValue": "16px"
|
|
8448
|
+
},
|
|
8449
|
+
{
|
|
8450
|
+
"desc": "",
|
|
8451
|
+
"token": "--tv-Popover-responsive-title-font-size",
|
|
8452
|
+
"tokenValue": "14px"
|
|
8453
|
+
},
|
|
8454
|
+
{
|
|
8455
|
+
"desc": "",
|
|
8456
|
+
"token": "--tv-Popover-responsive-content-font-size",
|
|
8457
|
+
"tokenValue": "12px"
|
|
8238
8458
|
}
|
|
8239
8459
|
],
|
|
8240
8460
|
"progress": [
|
|
@@ -8784,6 +9004,11 @@ const list = {
|
|
|
8784
9004
|
"desc": "搜索图标分割线",
|
|
8785
9005
|
"token": "--tv-Search-border-short-color",
|
|
8786
9006
|
"tokenValue": "#dbdbdb"
|
|
9007
|
+
},
|
|
9008
|
+
{
|
|
9009
|
+
"desc": "适配小屏定义-responsive-",
|
|
9010
|
+
"token": "--tv-Search-responsive-selector-space",
|
|
9011
|
+
"tokenValue": "4px"
|
|
8787
9012
|
}
|
|
8788
9013
|
],
|
|
8789
9014
|
"select": [
|
|
@@ -9380,9 +9605,9 @@ const list = {
|
|
|
9380
9605
|
],
|
|
9381
9606
|
"space": [
|
|
9382
9607
|
{
|
|
9383
|
-
"desc": "",
|
|
9608
|
+
"desc": "间距",
|
|
9384
9609
|
"token": "--tv-Space-margin",
|
|
9385
|
-
"tokenValue": "
|
|
9610
|
+
"tokenValue": "0"
|
|
9386
9611
|
}
|
|
9387
9612
|
],
|
|
9388
9613
|
"split": [
|
|
@@ -10109,6 +10334,21 @@ const list = {
|
|
|
10109
10334
|
"desc": "条状进度条角标背景色",
|
|
10110
10335
|
"token": "--tv-Steps-advance-mark-bg-color",
|
|
10111
10336
|
"tokenValue": "#f5f5f5"
|
|
10337
|
+
},
|
|
10338
|
+
{
|
|
10339
|
+
"desc": "适配小屏定义-responsive-",
|
|
10340
|
+
"token": "--tv-Steps-responsive-node-desc-line-height",
|
|
10341
|
+
"tokenValue": "24px"
|
|
10342
|
+
},
|
|
10343
|
+
{
|
|
10344
|
+
"desc": "",
|
|
10345
|
+
"token": "--tv-Steps-responsive-node-desc-space-top",
|
|
10346
|
+
"tokenValue": "4px"
|
|
10347
|
+
},
|
|
10348
|
+
{
|
|
10349
|
+
"desc": "",
|
|
10350
|
+
"token": "--tv-Steps-responsive-border-color",
|
|
10351
|
+
"tokenValue": "#fff"
|
|
10112
10352
|
}
|
|
10113
10353
|
],
|
|
10114
10354
|
"switch": [
|
|
@@ -11236,6 +11476,63 @@ const list = {
|
|
|
11236
11476
|
"tokenValue": "32px"
|
|
11237
11477
|
}
|
|
11238
11478
|
],
|
|
11479
|
+
"tag-input": [
|
|
11480
|
+
{
|
|
11481
|
+
"desc": "标签组的底部外间距",
|
|
11482
|
+
"token": "--tv-TagInput-margin-bottom",
|
|
11483
|
+
"tokenValue": "12px"
|
|
11484
|
+
},
|
|
11485
|
+
{
|
|
11486
|
+
"desc": "标签组的子项的间距",
|
|
11487
|
+
"token": "--tv-TagInput-item-gap",
|
|
11488
|
+
"tokenValue": "8px"
|
|
11489
|
+
},
|
|
11490
|
+
{
|
|
11491
|
+
"desc": "标签组折叠的子项的间距",
|
|
11492
|
+
"token": "--tv-TagInput-collapsed-item-gap",
|
|
11493
|
+
"tokenValue": "4px"
|
|
11494
|
+
},
|
|
11495
|
+
{
|
|
11496
|
+
"desc": "标签输入框的内边距",
|
|
11497
|
+
"token": "--tv-TagInput-padding",
|
|
11498
|
+
"tokenValue": "4px"
|
|
11499
|
+
},
|
|
11500
|
+
{
|
|
11501
|
+
"desc": "标签组有省略图标时,标签子项到右边的安全距离",
|
|
11502
|
+
"token": "--tv-TagInput-more-icon-safe-space",
|
|
11503
|
+
"tokenValue": "32px"
|
|
11504
|
+
},
|
|
11505
|
+
{
|
|
11506
|
+
"desc": "标签禁用时的文本色",
|
|
11507
|
+
"token": "--tv-TagInput-text-color-disabled",
|
|
11508
|
+
"tokenValue": "#c2c2c2"
|
|
11509
|
+
},
|
|
11510
|
+
{
|
|
11511
|
+
"desc": "标签禁用时的背景色",
|
|
11512
|
+
"token": "--tv-TagInput-bg-color-disabled",
|
|
11513
|
+
"tokenValue": "#f0f0f0"
|
|
11514
|
+
},
|
|
11515
|
+
{
|
|
11516
|
+
"desc": "标签禁用时的边框色",
|
|
11517
|
+
"token": "--tv-TagInput-border-color-disabled",
|
|
11518
|
+
"tokenValue": "#e0e0e0"
|
|
11519
|
+
},
|
|
11520
|
+
{
|
|
11521
|
+
"desc": "标签输入框圆角",
|
|
11522
|
+
"token": "--tv-TagInput-border-radius",
|
|
11523
|
+
"tokenValue": "4px"
|
|
11524
|
+
},
|
|
11525
|
+
{
|
|
11526
|
+
"desc": "输入框文本颜色",
|
|
11527
|
+
"token": "--tv-TagInput-text-color",
|
|
11528
|
+
"tokenValue": "#191919"
|
|
11529
|
+
},
|
|
11530
|
+
{
|
|
11531
|
+
"desc": "输入框背景颜色",
|
|
11532
|
+
"token": "--tv-TagInput-bg-color",
|
|
11533
|
+
"tokenValue": "#ffffff"
|
|
11534
|
+
}
|
|
11535
|
+
],
|
|
11239
11536
|
"tall-storage": [
|
|
11240
11537
|
{
|
|
11241
11538
|
"desc": "背景颜色",
|
|
@@ -11931,37 +12228,37 @@ const list = {
|
|
|
11931
12228
|
],
|
|
11932
12229
|
"top-box": [
|
|
11933
12230
|
{
|
|
11934
|
-
"desc": "",
|
|
12231
|
+
"desc": "背景色",
|
|
11935
12232
|
"token": "--tv-TopBox-bg-color",
|
|
11936
12233
|
"tokenValue": "#ffffff"
|
|
11937
12234
|
},
|
|
11938
12235
|
{
|
|
11939
|
-
"desc": "",
|
|
12236
|
+
"desc": "图标字号",
|
|
11940
12237
|
"token": "--tv-TopBox-icon-font-size",
|
|
11941
12238
|
"tokenValue": "24px"
|
|
11942
12239
|
},
|
|
11943
12240
|
{
|
|
11944
|
-
"desc": "",
|
|
12241
|
+
"desc": "成功图标颜色",
|
|
11945
12242
|
"token": "--tv-TopBox-success-icon-color",
|
|
11946
12243
|
"tokenValue": "#5cb300"
|
|
11947
12244
|
},
|
|
11948
12245
|
{
|
|
11949
|
-
"desc": "",
|
|
12246
|
+
"desc": "错误图标颜色",
|
|
11950
12247
|
"token": "--tv-TopBox-error-icon-color",
|
|
11951
12248
|
"tokenValue": "#f23030"
|
|
11952
12249
|
},
|
|
11953
12250
|
{
|
|
11954
|
-
"desc": "",
|
|
12251
|
+
"desc": "警告图标颜色",
|
|
11955
12252
|
"token": "--tv-TopBox-warning-icon-color",
|
|
11956
12253
|
"tokenValue": "#ff8800"
|
|
11957
12254
|
},
|
|
11958
12255
|
{
|
|
11959
|
-
"desc": "",
|
|
12256
|
+
"desc": "帮助图标颜色",
|
|
11960
12257
|
"token": "--tv-TopBox-help-icon-color",
|
|
11961
12258
|
"tokenValue": "#191919"
|
|
11962
12259
|
},
|
|
11963
12260
|
{
|
|
11964
|
-
"desc": "",
|
|
12261
|
+
"desc": "信息图标颜色",
|
|
11965
12262
|
"token": "--tv-TopBox-info-icon-color",
|
|
11966
12263
|
"tokenValue": "#1476ff"
|
|
11967
12264
|
}
|
|
@@ -13148,7 +13445,7 @@ const list = {
|
|
|
13148
13445
|
"tokenValue": "#1476ff"
|
|
13149
13446
|
},
|
|
13150
13447
|
{
|
|
13151
|
-
"desc": "",
|
|
13448
|
+
"desc": "上传文件列表取消上传文本悬浮颜色",
|
|
13152
13449
|
"token": "--tv-UploadList-item-cancel-text-color-hover",
|
|
13153
13450
|
"tokenValue": "#1476ff"
|
|
13154
13451
|
},
|
|
@@ -13263,7 +13560,7 @@ const list = {
|
|
|
13263
13560
|
"tokenValue": "#f23030"
|
|
13264
13561
|
},
|
|
13265
13562
|
{
|
|
13266
|
-
"desc": "",
|
|
13563
|
+
"desc": "上传文件列表项失败背景色",
|
|
13267
13564
|
"token": "--tv-UploadList-item-fail-bg-color",
|
|
13268
13565
|
"tokenValue": "#fce3e1"
|
|
13269
13566
|
}
|
|
@@ -13383,59 +13680,59 @@ const list = {
|
|
|
13383
13680
|
],
|
|
13384
13681
|
"user-head": [
|
|
13385
13682
|
{
|
|
13386
|
-
"desc": "",
|
|
13683
|
+
"desc": "头像字号",
|
|
13387
13684
|
"token": "--tv-UserHead-head-font-size",
|
|
13388
13685
|
"tokenValue": "14px"
|
|
13389
13686
|
},
|
|
13390
13687
|
{
|
|
13391
|
-
"desc": "",
|
|
13688
|
+
"desc": "普通尺寸",
|
|
13392
13689
|
"token": "--tv-UserHead-head-normal-size",
|
|
13393
13690
|
"tokenValue": "72px"
|
|
13394
13691
|
},
|
|
13395
13692
|
{
|
|
13396
|
-
"desc": "",
|
|
13693
|
+
"desc": "小尺寸",
|
|
13397
13694
|
"token": "--tv-UserHead-head-small-size",
|
|
13398
13695
|
"tokenValue": "30px"
|
|
13399
13696
|
},
|
|
13400
13697
|
{
|
|
13401
|
-
"desc": "",
|
|
13698
|
+
"desc": "普通图标尺寸",
|
|
13402
13699
|
"token": "--tv-UserHead-head-icon-size-normal",
|
|
13403
13700
|
"tokenValue": "40px"
|
|
13404
13701
|
},
|
|
13405
13702
|
{
|
|
13406
|
-
"desc": "",
|
|
13703
|
+
"desc": "小图标尺寸",
|
|
13407
13704
|
"token": "--tv-UserHead-head-icon-small-size",
|
|
13408
13705
|
"tokenValue": "14px"
|
|
13409
13706
|
},
|
|
13410
13707
|
{
|
|
13411
|
-
"desc": "",
|
|
13708
|
+
"desc": "圆角",
|
|
13412
13709
|
"token": "--tv-UserHead-head-border-radius",
|
|
13413
13710
|
"tokenValue": "2px"
|
|
13414
13711
|
},
|
|
13415
13712
|
{
|
|
13416
|
-
"desc": "",
|
|
13713
|
+
"desc": "背景色",
|
|
13417
13714
|
"token": "--tv-UserHead-head-bg-color",
|
|
13418
13715
|
"tokenValue": "#bbbbbb"
|
|
13419
13716
|
}
|
|
13420
13717
|
],
|
|
13421
13718
|
"user-link": [
|
|
13422
13719
|
{
|
|
13423
|
-
"desc": "",
|
|
13720
|
+
"desc": "字号",
|
|
13424
13721
|
"token": "--tv-UserLink-font-size",
|
|
13425
13722
|
"tokenValue": "14px"
|
|
13426
13723
|
},
|
|
13427
13724
|
{
|
|
13428
|
-
"desc": "",
|
|
13725
|
+
"desc": "文本颜色",
|
|
13429
13726
|
"token": "--tv-UserLink-text-color",
|
|
13430
13727
|
"tokenValue": "#191919"
|
|
13431
13728
|
},
|
|
13432
13729
|
{
|
|
13433
|
-
"desc": "",
|
|
13730
|
+
"desc": "字重",
|
|
13434
13731
|
"token": "--tv-UserLink-font-weight",
|
|
13435
13732
|
"tokenValue": "600"
|
|
13436
13733
|
},
|
|
13437
13734
|
{
|
|
13438
|
-
"desc": "",
|
|
13735
|
+
"desc": "圆角",
|
|
13439
13736
|
"token": "--tv-UserLink-border-radius",
|
|
13440
13737
|
"tokenValue": "6px"
|
|
13441
13738
|
}
|