@opentiny/vue-theme 3.28.0 → 3.29.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/date-panel/index.css +1 -1
- package/filter-box/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/select-dropdown/index.css +1 -1
- package/space/index.css +1 -1
- package/tabs/index.css +1 -1
- package/tag-input/index.css +1 -0
- package/time-panel/index.css +1 -1
- package/token.js +204 -142
- package/tree-menu/index.css +1 -1
- package/upload-list/index.css +1 -1
package/token.js
CHANGED
|
@@ -1867,37 +1867,37 @@ const list = {
|
|
|
1867
1867
|
"tokenValue": "16px"
|
|
1868
1868
|
},
|
|
1869
1869
|
{
|
|
1870
|
-
"desc": "",
|
|
1870
|
+
"desc": "单选图标颜色",
|
|
1871
1871
|
"token": "--tv-CalendarView-radio-icon-color",
|
|
1872
1872
|
"tokenValue": "#808080"
|
|
1873
1873
|
},
|
|
1874
1874
|
{
|
|
1875
|
-
"desc": "",
|
|
1875
|
+
"desc": "单选图标悬浮背景色",
|
|
1876
1876
|
"token": "--tv-CalendarView-radio-icon-bg-hover",
|
|
1877
1877
|
"tokenValue": "#f5f5f5"
|
|
1878
1878
|
},
|
|
1879
1879
|
{
|
|
1880
|
-
"desc": "",
|
|
1880
|
+
"desc": "单选选中图标颜色",
|
|
1881
1881
|
"token": "--tv-CalendarView-radio-active-icon-color",
|
|
1882
1882
|
"tokenValue": "#191919"
|
|
1883
1883
|
},
|
|
1884
1884
|
{
|
|
1885
|
-
"desc": "",
|
|
1885
|
+
"desc": "单选选中内部背景色",
|
|
1886
1886
|
"token": "--tv-CalendarView-radio-active-inner-bg-color",
|
|
1887
1887
|
"tokenValue": "#fff"
|
|
1888
1888
|
},
|
|
1889
1889
|
{
|
|
1890
|
-
"desc": "",
|
|
1890
|
+
"desc": "单选选中边框色",
|
|
1891
1891
|
"token": "--tv-CalendarView-radio-active-border-color",
|
|
1892
1892
|
"tokenValue": "#191919"
|
|
1893
1893
|
},
|
|
1894
1894
|
{
|
|
1895
|
-
"desc": "",
|
|
1895
|
+
"desc": "头部主要字号",
|
|
1896
1896
|
"token": "--tv-CalendarView-header-main-font-size",
|
|
1897
1897
|
"tokenValue": "14px"
|
|
1898
1898
|
},
|
|
1899
1899
|
{
|
|
1900
|
-
"desc": "",
|
|
1900
|
+
"desc": "头部主要文本颜色",
|
|
1901
1901
|
"token": "--tv-CalendarView-header-main-text-color",
|
|
1902
1902
|
"tokenValue": "#808080"
|
|
1903
1903
|
},
|
|
@@ -1912,32 +1912,32 @@ const list = {
|
|
|
1912
1912
|
"tokenValue": "14px"
|
|
1913
1913
|
},
|
|
1914
1914
|
{
|
|
1915
|
-
"desc": "",
|
|
1915
|
+
"desc": "日期左边距",
|
|
1916
1916
|
"token": "--tv-CalendarView-date-margin-left",
|
|
1917
1917
|
"tokenValue": "16px"
|
|
1918
1918
|
},
|
|
1919
1919
|
{
|
|
1920
|
-
"desc": "",
|
|
1920
|
+
"desc": "日期文本颜色",
|
|
1921
1921
|
"token": "--tv-CalendarView-date-text-color",
|
|
1922
1922
|
"tokenValue": "#191919"
|
|
1923
1923
|
},
|
|
1924
1924
|
{
|
|
1925
|
-
"desc": "",
|
|
1925
|
+
"desc": "日期边框颜色",
|
|
1926
1926
|
"token": "--tv-CalendarView-date-border-color",
|
|
1927
1927
|
"tokenValue": "#c2c2c2"
|
|
1928
1928
|
},
|
|
1929
1929
|
{
|
|
1930
|
-
"desc": "",
|
|
1930
|
+
"desc": "日期弱化文本颜色",
|
|
1931
1931
|
"token": "--tv-CalendarView-date-weaken-text-color",
|
|
1932
1932
|
"tokenValue": "#808080"
|
|
1933
1933
|
},
|
|
1934
1934
|
{
|
|
1935
|
-
"desc": "",
|
|
1935
|
+
"desc": "主要列表项内边距",
|
|
1936
1936
|
"token": "--tv-CalendarView-main-li-padding",
|
|
1937
1937
|
"tokenValue": "2px"
|
|
1938
1938
|
},
|
|
1939
1939
|
{
|
|
1940
|
-
"desc": "",
|
|
1940
|
+
"desc": "主要列表项背景色",
|
|
1941
1941
|
"token": "--tv-CalendarView-main-li-bg-color",
|
|
1942
1942
|
"tokenValue": "#ffffff"
|
|
1943
1943
|
},
|
|
@@ -1947,7 +1947,7 @@ const list = {
|
|
|
1947
1947
|
"tokenValue": "#1476ff"
|
|
1948
1948
|
},
|
|
1949
1949
|
{
|
|
1950
|
-
"desc": "",
|
|
1950
|
+
"desc": "列表项选中背景色",
|
|
1951
1951
|
"token": "--tv-CalendarView-li-selected-bg-color",
|
|
1952
1952
|
"tokenValue": "#f0f7ff"
|
|
1953
1953
|
},
|
|
@@ -1957,12 +1957,12 @@ const list = {
|
|
|
1957
1957
|
"tokenValue": "#1476ff"
|
|
1958
1958
|
},
|
|
1959
1959
|
{
|
|
1960
|
-
"desc": "",
|
|
1960
|
+
"desc": "选中图标颜色",
|
|
1961
1961
|
"token": "--tv-CalendarView-selected-icon-color",
|
|
1962
1962
|
"tokenValue": "#1476ff"
|
|
1963
1963
|
},
|
|
1964
1964
|
{
|
|
1965
|
-
"desc": "",
|
|
1965
|
+
"desc": "选中图标大小",
|
|
1966
1966
|
"token": "--tv-CalendarView-selected-icon-size",
|
|
1967
1967
|
"tokenValue": "16px"
|
|
1968
1968
|
},
|
|
@@ -1982,12 +1982,12 @@ const list = {
|
|
|
1982
1982
|
"tokenValue": "14px"
|
|
1983
1983
|
},
|
|
1984
1984
|
{
|
|
1985
|
-
"desc": "",
|
|
1985
|
+
"desc": "日程项字重",
|
|
1986
1986
|
"token": "--tv-CalendarView-events-item-font-weight",
|
|
1987
1987
|
"tokenValue": "600"
|
|
1988
1988
|
},
|
|
1989
1989
|
{
|
|
1990
|
-
"desc": "",
|
|
1990
|
+
"desc": "日程项文本颜色",
|
|
1991
1991
|
"token": "--tv-CalendarView-events-item-text-color",
|
|
1992
1992
|
"tokenValue": "#191919"
|
|
1993
1993
|
},
|
|
@@ -1997,17 +1997,17 @@ const list = {
|
|
|
1997
1997
|
"tokenValue": "16px"
|
|
1998
1998
|
},
|
|
1999
1999
|
{
|
|
2000
|
-
"desc": "",
|
|
2000
|
+
"desc": "提示标题字号",
|
|
2001
2001
|
"token": "--tv-CalendarView-tooltip-title-font-size",
|
|
2002
2002
|
"tokenValue": "16px"
|
|
2003
2003
|
},
|
|
2004
2004
|
{
|
|
2005
|
-
"desc": "",
|
|
2005
|
+
"desc": "提示标题字重",
|
|
2006
2006
|
"token": "--tv-CalendarView-tooltip-title-font-weight",
|
|
2007
2007
|
"tokenValue": "600"
|
|
2008
2008
|
},
|
|
2009
2009
|
{
|
|
2010
|
-
"desc": "",
|
|
2010
|
+
"desc": "提示日期文本颜色",
|
|
2011
2011
|
"token": "--tv-CalendarView-tooltip-date-text-color",
|
|
2012
2012
|
"tokenValue": "#595959"
|
|
2013
2013
|
},
|
|
@@ -2022,7 +2022,7 @@ const list = {
|
|
|
2022
2022
|
"tokenValue": "2px"
|
|
2023
2023
|
},
|
|
2024
2024
|
{
|
|
2025
|
-
"desc": "",
|
|
2025
|
+
"desc": "日程开始内边距",
|
|
2026
2026
|
"token": "--tv-CalendarView-event-start-padding",
|
|
2027
2027
|
"tokenValue": "2px"
|
|
2028
2028
|
},
|
|
@@ -2032,7 +2032,7 @@ const list = {
|
|
|
2032
2032
|
"tokenValue": "12px"
|
|
2033
2033
|
},
|
|
2034
2034
|
{
|
|
2035
|
-
"desc": "",
|
|
2035
|
+
"desc": "日程标题文本颜色",
|
|
2036
2036
|
"token": "--tv-CalendarView-event-title-text-color",
|
|
2037
2037
|
"tokenValue": "#191919"
|
|
2038
2038
|
},
|
|
@@ -2042,37 +2042,27 @@ const list = {
|
|
|
2042
2042
|
"tokenValue": "16px"
|
|
2043
2043
|
},
|
|
2044
2044
|
{
|
|
2045
|
-
"desc": "",
|
|
2046
|
-
"token": "--tv-CalendarView-week-date-text-color",
|
|
2047
|
-
"tokenValue": "#191919"
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
"desc": "",
|
|
2045
|
+
"desc": "周日期今天文本颜色",
|
|
2051
2046
|
"token": "--tv-CalendarView-week-date-today-text-color",
|
|
2052
2047
|
"tokenValue": "#1476ff"
|
|
2053
2048
|
},
|
|
2054
|
-
{
|
|
2055
|
-
"desc": "",
|
|
2056
|
-
"token": "--tv-CalendarView-week-day-font-size",
|
|
2057
|
-
"tokenValue": "14px"
|
|
2058
|
-
},
|
|
2059
2049
|
{
|
|
2060
2050
|
"desc": "mark标记样式",
|
|
2061
2051
|
"token": "--tv-CalendarView-mark-bg-color",
|
|
2062
2052
|
"tokenValue": "#f23030"
|
|
2063
2053
|
},
|
|
2064
2054
|
{
|
|
2065
|
-
"desc": "",
|
|
2055
|
+
"desc": "标记左边距",
|
|
2066
2056
|
"token": "--tv-CalendarView-mark-left",
|
|
2067
2057
|
"tokenValue": "2px"
|
|
2068
2058
|
},
|
|
2069
2059
|
{
|
|
2070
|
-
"desc": "",
|
|
2060
|
+
"desc": "标记圆角",
|
|
2071
2061
|
"token": "--tv-CalendarView-mark-border-radius",
|
|
2072
2062
|
"tokenValue": "999px"
|
|
2073
2063
|
},
|
|
2074
2064
|
{
|
|
2075
|
-
"desc": "",
|
|
2065
|
+
"desc": "数字标记左边距",
|
|
2076
2066
|
"token": "--tv-CalendarView-mark-digit-left",
|
|
2077
2067
|
"tokenValue": "8px"
|
|
2078
2068
|
},
|
|
@@ -2082,17 +2072,17 @@ const list = {
|
|
|
2082
2072
|
"tokenValue": "4px"
|
|
2083
2073
|
},
|
|
2084
2074
|
{
|
|
2085
|
-
"desc": "",
|
|
2075
|
+
"desc": "时间线列表项边框宽度",
|
|
2086
2076
|
"token": "--tv-CalendarView-timeline-li-border-width",
|
|
2087
2077
|
"tokenValue": "1px"
|
|
2088
2078
|
},
|
|
2089
2079
|
{
|
|
2090
|
-
"desc": "",
|
|
2080
|
+
"desc": "时间线文本字号",
|
|
2091
2081
|
"token": "--tv-CalendarView-timeline-span-font-size",
|
|
2092
2082
|
"tokenValue": "14px"
|
|
2093
2083
|
},
|
|
2094
2084
|
{
|
|
2095
|
-
"desc": "",
|
|
2085
|
+
"desc": "时间线文本颜色",
|
|
2096
2086
|
"token": "--tv-CalendarView-timeline-span-text-color",
|
|
2097
2087
|
"tokenValue": "#191919"
|
|
2098
2088
|
},
|
|
@@ -2102,7 +2092,7 @@ const list = {
|
|
|
2102
2092
|
"tokenValue": "16px"
|
|
2103
2093
|
},
|
|
2104
2094
|
{
|
|
2105
|
-
"desc": "",
|
|
2095
|
+
"desc": "日程列表内边距",
|
|
2106
2096
|
"token": "--tv-CalendarView-events-list-padding",
|
|
2107
2097
|
"tokenValue": "2px"
|
|
2108
2098
|
},
|
|
@@ -2112,7 +2102,7 @@ const list = {
|
|
|
2112
2102
|
"tokenValue": "12px"
|
|
2113
2103
|
},
|
|
2114
2104
|
{
|
|
2115
|
-
"desc": "",
|
|
2105
|
+
"desc": "周列表项水平内边距",
|
|
2116
2106
|
"token": "--tv-CalendarView-week-li-padding-x",
|
|
2117
2107
|
"tokenValue": "16px"
|
|
2118
2108
|
},
|
|
@@ -2122,17 +2112,17 @@ const list = {
|
|
|
2122
2112
|
"tokenValue": "14px"
|
|
2123
2113
|
},
|
|
2124
2114
|
{
|
|
2125
|
-
"desc": "",
|
|
2115
|
+
"desc": "周标题字重",
|
|
2126
2116
|
"token": "--tv-CalendarView-week-title-font-weight",
|
|
2127
2117
|
"tokenValue": "600"
|
|
2128
2118
|
},
|
|
2129
2119
|
{
|
|
2130
|
-
"desc": "",
|
|
2120
|
+
"desc": "周内容字号",
|
|
2131
2121
|
"token": "--tv-CalendarView-week-content-font-size",
|
|
2132
2122
|
"tokenValue": "12px"
|
|
2133
2123
|
},
|
|
2134
2124
|
{
|
|
2135
|
-
"desc": "",
|
|
2125
|
+
"desc": "周内容字重",
|
|
2136
2126
|
"token": "--tv-CalendarView-week-content-font-weight",
|
|
2137
2127
|
"tokenValue": "400"
|
|
2138
2128
|
},
|
|
@@ -2142,12 +2132,12 @@ const list = {
|
|
|
2142
2132
|
"tokenValue": "12px"
|
|
2143
2133
|
},
|
|
2144
2134
|
{
|
|
2145
|
-
"desc": "",
|
|
2135
|
+
"desc": "周天圆角",
|
|
2146
2136
|
"token": "--tv-CalendarView-week-day-border-radius",
|
|
2147
2137
|
"tokenValue": "4px"
|
|
2148
2138
|
},
|
|
2149
2139
|
{
|
|
2150
|
-
"desc": "",
|
|
2140
|
+
"desc": "周天下边距",
|
|
2151
2141
|
"token": "--tv-CalendarView-week-day-margin-bottom",
|
|
2152
2142
|
"tokenValue": "8px"
|
|
2153
2143
|
},
|
|
@@ -2157,12 +2147,12 @@ const list = {
|
|
|
2157
2147
|
"tokenValue": "8px"
|
|
2158
2148
|
},
|
|
2159
2149
|
{
|
|
2160
|
-
"desc": "",
|
|
2150
|
+
"desc": "周日期文本颜色",
|
|
2161
2151
|
"token": "--tv-CalendarView-week-date-text-color",
|
|
2162
2152
|
"tokenValue": "#808080"
|
|
2163
2153
|
},
|
|
2164
2154
|
{
|
|
2165
|
-
"desc": "",
|
|
2155
|
+
"desc": "周内容水平内边距",
|
|
2166
2156
|
"token": "--tv-CalendarView-week-content-padding-x",
|
|
2167
2157
|
"tokenValue": "8px"
|
|
2168
2158
|
},
|
|
@@ -2172,17 +2162,17 @@ const list = {
|
|
|
2172
2162
|
"tokenValue": "8px"
|
|
2173
2163
|
},
|
|
2174
2164
|
{
|
|
2175
|
-
"desc": "",
|
|
2165
|
+
"desc": "周日程圆角",
|
|
2176
2166
|
"token": "--tv-CalendarView-week-schedule-border-radius",
|
|
2177
2167
|
"tokenValue": "4px"
|
|
2178
2168
|
},
|
|
2179
2169
|
{
|
|
2180
|
-
"desc": "",
|
|
2170
|
+
"desc": "周日程图标大小",
|
|
2181
2171
|
"token": "--tv-CalendarView-week-schedule-icon-size",
|
|
2182
2172
|
"tokenValue": "16px"
|
|
2183
2173
|
},
|
|
2184
2174
|
{
|
|
2185
|
-
"desc": "",
|
|
2175
|
+
"desc": "日程文本左边距",
|
|
2186
2176
|
"token": "--tv-CalendarView-schedule-span-margin-left",
|
|
2187
2177
|
"tokenValue": "4px"
|
|
2188
2178
|
}
|
|
@@ -2346,92 +2336,92 @@ const list = {
|
|
|
2346
2336
|
],
|
|
2347
2337
|
"card-template": [
|
|
2348
2338
|
{
|
|
2349
|
-
"desc": "",
|
|
2339
|
+
"desc": "背景色",
|
|
2350
2340
|
"token": "--tv-CardTemplate-bg-color",
|
|
2351
2341
|
"tokenValue": "#ffffff"
|
|
2352
2342
|
},
|
|
2353
2343
|
{
|
|
2354
|
-
"desc": "",
|
|
2344
|
+
"desc": "工具栏图标大小",
|
|
2355
2345
|
"token": "--tv-CardTemplate-tool-icon-size",
|
|
2356
2346
|
"tokenValue": "16px"
|
|
2357
2347
|
},
|
|
2358
2348
|
{
|
|
2359
|
-
"desc": "",
|
|
2349
|
+
"desc": "工具栏图标颜色",
|
|
2360
2350
|
"token": "--tv-CardTemplate-tool-icon-color",
|
|
2361
2351
|
"tokenValue": "#191919"
|
|
2362
2352
|
},
|
|
2363
2353
|
{
|
|
2364
|
-
"desc": "",
|
|
2354
|
+
"desc": "工具栏图标悬浮颜色",
|
|
2365
2355
|
"token": "--tv-CardTemplate-tool-hover-icon-color",
|
|
2366
2356
|
"tokenValue": "#c2c2c2"
|
|
2367
2357
|
},
|
|
2368
2358
|
{
|
|
2369
|
-
"desc": "",
|
|
2359
|
+
"desc": "工具栏图标激活颜色",
|
|
2370
2360
|
"token": "--tv-CardTemplate-tool-active-icon-color",
|
|
2371
2361
|
"tokenValue": "#595959"
|
|
2372
2362
|
},
|
|
2373
2363
|
{
|
|
2374
|
-
"desc": "",
|
|
2364
|
+
"desc": "工具栏选择器高度",
|
|
2375
2365
|
"token": "--tv-CardTemplate-tool-selector-height",
|
|
2376
2366
|
"tokenValue": "40px"
|
|
2377
2367
|
},
|
|
2378
2368
|
{
|
|
2379
|
-
"desc": "",
|
|
2369
|
+
"desc": "工具栏选择器文本颜色",
|
|
2380
2370
|
"token": "--tv-CardTemplate-tool-selector-text-color",
|
|
2381
2371
|
"tokenValue": "#191919"
|
|
2382
2372
|
},
|
|
2383
2373
|
{
|
|
2384
|
-
"desc": "",
|
|
2374
|
+
"desc": "工具栏选择器悬浮文本颜色",
|
|
2385
2375
|
"token": "--tv-CardTemplate-tool-selector-hover-text-color",
|
|
2386
2376
|
"tokenValue": "#191919"
|
|
2387
2377
|
},
|
|
2388
2378
|
{
|
|
2389
|
-
"desc": "",
|
|
2379
|
+
"desc": "工具栏选择器悬浮背景色",
|
|
2390
2380
|
"token": "--tv-CardTemplate-tool-selector-hover-bg-color",
|
|
2391
2381
|
"tokenValue": "#f5f5f5"
|
|
2392
2382
|
},
|
|
2393
2383
|
{
|
|
2394
|
-
"desc": "",
|
|
2384
|
+
"desc": "工具栏选择器激活文本颜色",
|
|
2395
2385
|
"token": "--tv-CardTemplate-tool-selector-active-text-color",
|
|
2396
2386
|
"tokenValue": "#595959"
|
|
2397
2387
|
},
|
|
2398
2388
|
{
|
|
2399
|
-
"desc": "",
|
|
2389
|
+
"desc": "工具栏选择器激活背景色",
|
|
2400
2390
|
"token": "--tv-CardTemplate-tool-selector-active-bg-color",
|
|
2401
2391
|
"tokenValue": "#f5f5f5"
|
|
2402
2392
|
},
|
|
2403
2393
|
{
|
|
2404
|
-
"desc": "",
|
|
2394
|
+
"desc": "头部高度",
|
|
2405
2395
|
"token": "--tv-CardTemplate-header-height",
|
|
2406
2396
|
"tokenValue": "46px"
|
|
2407
2397
|
},
|
|
2408
2398
|
{
|
|
2409
|
-
"desc": "",
|
|
2399
|
+
"desc": "头部字号",
|
|
2410
2400
|
"token": "--tv-CardTemplate-header-font-size",
|
|
2411
2401
|
"tokenValue": "16px"
|
|
2412
2402
|
},
|
|
2413
2403
|
{
|
|
2414
|
-
"desc": "",
|
|
2404
|
+
"desc": "头部边框颜色",
|
|
2415
2405
|
"token": "--tv-CardTemplate-header-border-color",
|
|
2416
2406
|
"tokenValue": "#999999"
|
|
2417
2407
|
},
|
|
2418
2408
|
{
|
|
2419
|
-
"desc": "",
|
|
2409
|
+
"desc": "头部标题字重",
|
|
2420
2410
|
"token": "--tv-CardTemplate-header-title-font-weight",
|
|
2421
2411
|
"tokenValue": "bold"
|
|
2422
2412
|
},
|
|
2423
2413
|
{
|
|
2424
|
-
"desc": "",
|
|
2414
|
+
"desc": "头部标题字号",
|
|
2425
2415
|
"token": "--tv-CardTemplate-header-title-font-size",
|
|
2426
2416
|
"tokenValue": "14px"
|
|
2427
2417
|
},
|
|
2428
2418
|
{
|
|
2429
|
-
"desc": "",
|
|
2419
|
+
"desc": "头部标题文本颜色",
|
|
2430
2420
|
"token": "--tv-CardTemplate-header-title-text-color",
|
|
2431
2421
|
"tokenValue": "#191919"
|
|
2432
2422
|
},
|
|
2433
2423
|
{
|
|
2434
|
-
"desc": "",
|
|
2424
|
+
"desc": "更多阴影",
|
|
2435
2425
|
"token": "--tv-CardTemplate-more-box-shadow",
|
|
2436
2426
|
"tokenValue": "0 2px 12px 0 rgba(0, 0, 0, 0.16)"
|
|
2437
2427
|
}
|
|
@@ -2555,27 +2545,27 @@ const list = {
|
|
|
2555
2545
|
],
|
|
2556
2546
|
"carousel-item": [
|
|
2557
2547
|
{
|
|
2558
|
-
"desc": "",
|
|
2548
|
+
"desc": "标题高度",
|
|
2559
2549
|
"token": "--tv-CarouselItem-title-height",
|
|
2560
2550
|
"tokenValue": "40px"
|
|
2561
2551
|
},
|
|
2562
2552
|
{
|
|
2563
|
-
"desc": "",
|
|
2553
|
+
"desc": "标题文本颜色",
|
|
2564
2554
|
"token": "--tv-CarouselItem-title-text-color",
|
|
2565
2555
|
"tokenValue": "#808080"
|
|
2566
2556
|
},
|
|
2567
2557
|
{
|
|
2568
|
-
"desc": "",
|
|
2558
|
+
"desc": "标题背景色",
|
|
2569
2559
|
"token": "--tv-CarouselItem-title-bg-color",
|
|
2570
2560
|
"tokenValue": "#191919"
|
|
2571
2561
|
},
|
|
2572
2562
|
{
|
|
2573
|
-
"desc": "",
|
|
2563
|
+
"desc": "标题字号",
|
|
2574
2564
|
"token": "--tv-CarouselItem-title-span-font-size",
|
|
2575
2565
|
"tokenValue": "14px"
|
|
2576
2566
|
},
|
|
2577
2567
|
{
|
|
2578
|
-
"desc": "",
|
|
2568
|
+
"desc": "遮罩背景色",
|
|
2579
2569
|
"token": "--tv-CarouselItem-mask-bg-color",
|
|
2580
2570
|
"tokenValue": "#ffffff"
|
|
2581
2571
|
}
|
|
@@ -3020,17 +3010,17 @@ const list = {
|
|
|
3020
3010
|
],
|
|
3021
3011
|
"chart-core": [
|
|
3022
3012
|
{
|
|
3023
|
-
"desc": "",
|
|
3013
|
+
"desc": "空数据文本颜色",
|
|
3024
3014
|
"token": "--tv-ChartCore-data-empty-text-color",
|
|
3025
3015
|
"tokenValue": "#808080"
|
|
3026
3016
|
},
|
|
3027
3017
|
{
|
|
3028
|
-
"desc": "",
|
|
3018
|
+
"desc": "空数据字号",
|
|
3029
3019
|
"token": "--tv-ChartCore-data-empty-font-size",
|
|
3030
3020
|
"tokenValue": "14px"
|
|
3031
3021
|
},
|
|
3032
3022
|
{
|
|
3033
|
-
"desc": "",
|
|
3023
|
+
"desc": "空数据背景色",
|
|
3034
3024
|
"token": "--tv-ChartCore-data-empty-bg-color",
|
|
3035
3025
|
"tokenValue": "#ffffff"
|
|
3036
3026
|
}
|
|
@@ -3248,7 +3238,7 @@ const list = {
|
|
|
3248
3238
|
],
|
|
3249
3239
|
"collapse": [
|
|
3250
3240
|
{
|
|
3251
|
-
"desc": "",
|
|
3241
|
+
"desc": "分割线颜色",
|
|
3252
3242
|
"token": "--tv-Collapse-divider-line-color",
|
|
3253
3243
|
"tokenValue": "#f0f0f0"
|
|
3254
3244
|
}
|
|
@@ -3854,32 +3844,32 @@ const list = {
|
|
|
3854
3844
|
],
|
|
3855
3845
|
"dept": [
|
|
3856
3846
|
{
|
|
3857
|
-
"desc": "",
|
|
3847
|
+
"desc": "标签字号",
|
|
3858
3848
|
"token": "--tv-Dept-label-font-size",
|
|
3859
3849
|
"tokenValue": "14px"
|
|
3860
3850
|
},
|
|
3861
3851
|
{
|
|
3862
|
-
"desc": "",
|
|
3852
|
+
"desc": "标签文本颜色",
|
|
3863
3853
|
"token": "--tv-Dept-label-text-color",
|
|
3864
3854
|
"tokenValue": "#191919"
|
|
3865
3855
|
},
|
|
3866
3856
|
{
|
|
3867
|
-
"desc": "",
|
|
3857
|
+
"desc": "标签字重",
|
|
3868
3858
|
"token": "--tv-Dept-label-font-weight",
|
|
3869
3859
|
"tokenValue": "600"
|
|
3870
3860
|
},
|
|
3871
3861
|
{
|
|
3872
|
-
"desc": "",
|
|
3862
|
+
"desc": "选中文本颜色",
|
|
3873
3863
|
"token": "--tv-Dept-selected-info-text-color",
|
|
3874
3864
|
"tokenValue": "#191919"
|
|
3875
3865
|
},
|
|
3876
3866
|
{
|
|
3877
|
-
"desc": "",
|
|
3867
|
+
"desc": "选中背景色",
|
|
3878
3868
|
"token": "--tv-Dept-selected-info-bg-color",
|
|
3879
3869
|
"tokenValue": "#f5f5f5"
|
|
3880
3870
|
},
|
|
3881
3871
|
{
|
|
3882
|
-
"desc": "",
|
|
3872
|
+
"desc": "选中圆角",
|
|
3883
3873
|
"token": "--tv-Dept-selected-info-border-radius",
|
|
3884
3874
|
"tokenValue": "6px"
|
|
3885
3875
|
}
|
|
@@ -4447,17 +4437,17 @@ const list = {
|
|
|
4447
4437
|
],
|
|
4448
4438
|
"espace": [
|
|
4449
4439
|
{
|
|
4450
|
-
"desc": "",
|
|
4440
|
+
"desc": "字号",
|
|
4451
4441
|
"token": "--tv-Espace-font-size",
|
|
4452
4442
|
"tokenValue": "26px"
|
|
4453
4443
|
},
|
|
4454
4444
|
{
|
|
4455
|
-
"desc": "",
|
|
4445
|
+
"desc": "图标颜色",
|
|
4456
4446
|
"token": "--tv-Espace-icon-color",
|
|
4457
4447
|
"tokenValue": "#808080"
|
|
4458
4448
|
},
|
|
4459
4449
|
{
|
|
4460
|
-
"desc": "",
|
|
4450
|
+
"desc": "图标悬浮颜色",
|
|
4461
4451
|
"token": "--tv-Espace-icon-color-hover",
|
|
4462
4452
|
"tokenValue": "#191919"
|
|
4463
4453
|
}
|
|
@@ -4583,12 +4573,12 @@ const list = {
|
|
|
4583
4573
|
],
|
|
4584
4574
|
"file-upload": [
|
|
4585
4575
|
{
|
|
4586
|
-
"desc": "",
|
|
4576
|
+
"desc": "字号",
|
|
4587
4577
|
"token": "--tv-FileUpload-font-size",
|
|
4588
4578
|
"tokenValue": "14px"
|
|
4589
4579
|
},
|
|
4590
4580
|
{
|
|
4591
|
-
"desc": "",
|
|
4581
|
+
"desc": "列表项文本颜色",
|
|
4592
4582
|
"token": "--tv-FileUpload-item-text-color",
|
|
4593
4583
|
"tokenValue": "#191919"
|
|
4594
4584
|
}
|
|
@@ -4644,6 +4634,21 @@ const list = {
|
|
|
4644
4634
|
"token": "--tv-FilterBox-btn-title-line-height",
|
|
4645
4635
|
"tokenValue": "1.5"
|
|
4646
4636
|
},
|
|
4637
|
+
{
|
|
4638
|
+
"desc": "按钮medium文本字号",
|
|
4639
|
+
"token": "--tv-FilterBox-btn-font-size-medium",
|
|
4640
|
+
"tokenValue": "14px"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"desc": "按钮medium文本行高",
|
|
4644
|
+
"token": "--tv-FilterBox-btn-title-line-height-medium",
|
|
4645
|
+
"tokenValue": "1.5"
|
|
4646
|
+
},
|
|
4647
|
+
{
|
|
4648
|
+
"desc": "按钮medium高度",
|
|
4649
|
+
"token": "--tv-FilterBox-btn-height-medium",
|
|
4650
|
+
"tokenValue": "40px"
|
|
4651
|
+
},
|
|
4647
4652
|
{
|
|
4648
4653
|
"desc": "按钮帮助图标右边距",
|
|
4649
4654
|
"token": "--tv-FilterBox-help-btn-margin-right",
|
|
@@ -5641,47 +5646,47 @@ const list = {
|
|
|
5641
5646
|
],
|
|
5642
5647
|
"hrapprover": [
|
|
5643
5648
|
{
|
|
5644
|
-
"desc": "",
|
|
5649
|
+
"desc": "错误边框颜色",
|
|
5645
5650
|
"token": "--tv-Hrapprover-error-border-color",
|
|
5646
5651
|
"tokenValue": "#f23030"
|
|
5647
5652
|
},
|
|
5648
5653
|
{
|
|
5649
|
-
"desc": "",
|
|
5654
|
+
"desc": "表格文本颜色",
|
|
5650
5655
|
"token": "--tv-Hrapprover-table-text-color",
|
|
5651
5656
|
"tokenValue": "#191919"
|
|
5652
5657
|
},
|
|
5653
5658
|
{
|
|
5654
|
-
"desc": "",
|
|
5659
|
+
"desc": "表格字号",
|
|
5655
5660
|
"token": "--tv-Hrapprover-table-font-size",
|
|
5656
5661
|
"tokenValue": "14px"
|
|
5657
5662
|
},
|
|
5658
5663
|
{
|
|
5659
|
-
"desc": "",
|
|
5664
|
+
"desc": "表格行背景色",
|
|
5660
5665
|
"token": "--tv-Hrapprover-tr-bg-color",
|
|
5661
5666
|
"tokenValue": "#fafafa"
|
|
5662
5667
|
},
|
|
5663
5668
|
{
|
|
5664
|
-
"desc": "",
|
|
5669
|
+
"desc": "表格行悬浮背景色",
|
|
5665
5670
|
"token": "--tv-Hrapprover-tr-hover-bg-color",
|
|
5666
5671
|
"tokenValue": "#f5f5f5"
|
|
5667
5672
|
},
|
|
5668
5673
|
{
|
|
5669
|
-
"desc": "",
|
|
5674
|
+
"desc": "表格奇数行背景色",
|
|
5670
5675
|
"token": "--tv-Hrapprover-tr-odd-bg-color",
|
|
5671
5676
|
"tokenValue": "#ffffff"
|
|
5672
5677
|
},
|
|
5673
5678
|
{
|
|
5674
|
-
"desc": "",
|
|
5679
|
+
"desc": "表头高度",
|
|
5675
5680
|
"token": "--tv-Hrapprover-th-height",
|
|
5676
5681
|
"tokenValue": "24px"
|
|
5677
5682
|
},
|
|
5678
5683
|
{
|
|
5679
|
-
"desc": "",
|
|
5684
|
+
"desc": "表头边框颜色",
|
|
5680
5685
|
"token": "--tv-Hrapprover-thead-border-color",
|
|
5681
5686
|
"tokenValue": "#c2c2c2"
|
|
5682
5687
|
},
|
|
5683
5688
|
{
|
|
5684
|
-
"desc": "",
|
|
5689
|
+
"desc": "表头背景色",
|
|
5685
5690
|
"token": "--tv-Hrapprover-thead-bg-color",
|
|
5686
5691
|
"tokenValue": "#f5f5f5"
|
|
5687
5692
|
}
|
|
@@ -5715,67 +5720,67 @@ const list = {
|
|
|
5715
5720
|
],
|
|
5716
5721
|
"image-viewer": [
|
|
5717
5722
|
{
|
|
5718
|
-
"desc": "",
|
|
5723
|
+
"desc": "文本颜色",
|
|
5719
5724
|
"token": "--tv-ImageViewer-text-color",
|
|
5720
5725
|
"tokenValue": "#ffffff"
|
|
5721
5726
|
},
|
|
5722
5727
|
{
|
|
5723
|
-
"desc": "",
|
|
5728
|
+
"desc": "操作栏内部文本颜色",
|
|
5724
5729
|
"token": "--tv-ImageViewer-actions-inner-text-color",
|
|
5725
5730
|
"tokenValue": "#ffffff"
|
|
5726
5731
|
},
|
|
5727
5732
|
{
|
|
5728
|
-
"desc": "",
|
|
5733
|
+
"desc": "关闭按钮字号",
|
|
5729
5734
|
"token": "--tv-ImageViewer-close-font-size",
|
|
5730
5735
|
"tokenValue": "20px"
|
|
5731
5736
|
},
|
|
5732
5737
|
{
|
|
5733
|
-
"desc": "",
|
|
5738
|
+
"desc": "关闭按钮背景色",
|
|
5734
5739
|
"token": "--tv-ImageViewer-close-bg-color",
|
|
5735
5740
|
"tokenValue": "#c2c2c2"
|
|
5736
5741
|
},
|
|
5737
5742
|
{
|
|
5738
|
-
"desc": "",
|
|
5743
|
+
"desc": "操作栏圆角",
|
|
5739
5744
|
"token": "--tv-ImageViewer-actions-border-radius",
|
|
5740
5745
|
"tokenValue": "999px"
|
|
5741
5746
|
},
|
|
5742
5747
|
{
|
|
5743
|
-
"desc": "",
|
|
5748
|
+
"desc": "操作栏高度",
|
|
5744
5749
|
"token": "--tv-ImageViewer-actions-height",
|
|
5745
5750
|
"tokenValue": "40px"
|
|
5746
5751
|
},
|
|
5747
5752
|
{
|
|
5748
|
-
"desc": "",
|
|
5753
|
+
"desc": "下一张按钮字号",
|
|
5749
5754
|
"token": "--tv-ImageViewer-next-font-size",
|
|
5750
5755
|
"tokenValue": "24px"
|
|
5751
5756
|
},
|
|
5752
5757
|
{
|
|
5753
|
-
"desc": "",
|
|
5758
|
+
"desc": "下一张按钮宽度",
|
|
5754
5759
|
"token": "--tv-ImageViewer-next-width",
|
|
5755
5760
|
"tokenValue": "40px"
|
|
5756
5761
|
},
|
|
5757
5762
|
{
|
|
5758
|
-
"desc": "",
|
|
5763
|
+
"desc": "下一张按钮高度",
|
|
5759
5764
|
"token": "--tv-ImageViewer-next-height",
|
|
5760
5765
|
"tokenValue": "40px"
|
|
5761
5766
|
},
|
|
5762
5767
|
{
|
|
5763
|
-
"desc": "",
|
|
5768
|
+
"desc": "操作栏图标右边距",
|
|
5764
5769
|
"token": "--tv-ImageViewer-actions-icon-margin-right",
|
|
5765
5770
|
"tokenValue": "16px"
|
|
5766
5771
|
},
|
|
5767
5772
|
{
|
|
5768
|
-
"desc": "",
|
|
5773
|
+
"desc": "操作栏计数字号",
|
|
5769
5774
|
"token": "--tv-ImageViewer-actions-count-font-size",
|
|
5770
5775
|
"tokenValue": "14px"
|
|
5771
5776
|
},
|
|
5772
5777
|
{
|
|
5773
|
-
"desc": "",
|
|
5778
|
+
"desc": "上一张按钮左边距",
|
|
5774
5779
|
"token": "--tv-ImageViewer-prev-left",
|
|
5775
5780
|
"tokenValue": "32px"
|
|
5776
5781
|
},
|
|
5777
5782
|
{
|
|
5778
|
-
"desc": "",
|
|
5783
|
+
"desc": "下一张按钮右边距",
|
|
5779
5784
|
"token": "--tv-ImageViewer-next-right",
|
|
5780
5785
|
"tokenValue": "32px"
|
|
5781
5786
|
}
|
|
@@ -6432,7 +6437,7 @@ const list = {
|
|
|
6432
6437
|
"tokenValue": "14px"
|
|
6433
6438
|
},
|
|
6434
6439
|
{
|
|
6435
|
-
"desc": "",
|
|
6440
|
+
"desc": "向上图标尺寸",
|
|
6436
6441
|
"token": "--tv-Locales-up-svg-size",
|
|
6437
6442
|
"tokenValue": "12px"
|
|
6438
6443
|
},
|
|
@@ -8043,7 +8048,7 @@ const list = {
|
|
|
8043
8048
|
"tokenValue": "2px"
|
|
8044
8049
|
},
|
|
8045
8050
|
{
|
|
8046
|
-
"desc": "",
|
|
8051
|
+
"desc": "提示弹窗图标右外边距",
|
|
8047
8052
|
"token": "--tv-Popconfirm-popover-icon-margin-right",
|
|
8048
8053
|
"tokenValue": "4px"
|
|
8049
8054
|
},
|
|
@@ -8058,12 +8063,12 @@ const list = {
|
|
|
8058
8063
|
"tokenValue": "16px"
|
|
8059
8064
|
},
|
|
8060
8065
|
{
|
|
8061
|
-
"desc": "",
|
|
8066
|
+
"desc": "标题字重",
|
|
8062
8067
|
"token": "--tv-Popconfirm-popover-title-font-weight",
|
|
8063
8068
|
"tokenValue": "600"
|
|
8064
8069
|
},
|
|
8065
8070
|
{
|
|
8066
|
-
"desc": "",
|
|
8071
|
+
"desc": "提示弹窗文本颜色",
|
|
8067
8072
|
"token": "--tv-Popconfirm-popover-text-color",
|
|
8068
8073
|
"tokenValue": "#191919"
|
|
8069
8074
|
},
|
|
@@ -8073,7 +8078,7 @@ const list = {
|
|
|
8073
8078
|
"tokenValue": "8px"
|
|
8074
8079
|
},
|
|
8075
8080
|
{
|
|
8076
|
-
"desc": "",
|
|
8081
|
+
"desc": "确认按钮左外边距",
|
|
8077
8082
|
"token": "--tv-Popconfirm-popover-confirm-button-margin-left",
|
|
8078
8083
|
"tokenValue": "8px"
|
|
8079
8084
|
},
|
|
@@ -8083,17 +8088,17 @@ const list = {
|
|
|
8083
8088
|
"tokenValue": "#1476ff"
|
|
8084
8089
|
},
|
|
8085
8090
|
{
|
|
8086
|
-
"desc": "",
|
|
8091
|
+
"desc": "错误图标色",
|
|
8087
8092
|
"token": "--tv-Popconfirm-icon-error-fill",
|
|
8088
8093
|
"tokenValue": "#f23030"
|
|
8089
8094
|
},
|
|
8090
8095
|
{
|
|
8091
|
-
"desc": "",
|
|
8096
|
+
"desc": "警告图标色",
|
|
8092
8097
|
"token": "--tv-Popconfirm-icon-warning-fill",
|
|
8093
8098
|
"tokenValue": "#ff8800"
|
|
8094
8099
|
},
|
|
8095
8100
|
{
|
|
8096
|
-
"desc": "",
|
|
8101
|
+
"desc": "成功图标色",
|
|
8097
8102
|
"token": "--tv-Popconfirm-icon-success-fill",
|
|
8098
8103
|
"tokenValue": "#5cb300"
|
|
8099
8104
|
}
|
|
@@ -9380,9 +9385,9 @@ const list = {
|
|
|
9380
9385
|
],
|
|
9381
9386
|
"space": [
|
|
9382
9387
|
{
|
|
9383
|
-
"desc": "",
|
|
9388
|
+
"desc": "间距",
|
|
9384
9389
|
"token": "--tv-Space-margin",
|
|
9385
|
-
"tokenValue": "
|
|
9390
|
+
"tokenValue": "0"
|
|
9386
9391
|
}
|
|
9387
9392
|
],
|
|
9388
9393
|
"split": [
|
|
@@ -11236,6 +11241,63 @@ const list = {
|
|
|
11236
11241
|
"tokenValue": "32px"
|
|
11237
11242
|
}
|
|
11238
11243
|
],
|
|
11244
|
+
"tag-input": [
|
|
11245
|
+
{
|
|
11246
|
+
"desc": "标签组的底部外间距",
|
|
11247
|
+
"token": "--tv-TagInput-margin-bottom",
|
|
11248
|
+
"tokenValue": "12px"
|
|
11249
|
+
},
|
|
11250
|
+
{
|
|
11251
|
+
"desc": "标签组的子项的间距",
|
|
11252
|
+
"token": "--tv-TagInput-item-gap",
|
|
11253
|
+
"tokenValue": "8px"
|
|
11254
|
+
},
|
|
11255
|
+
{
|
|
11256
|
+
"desc": "标签组折叠的子项的间距",
|
|
11257
|
+
"token": "--tv-TagInput-collapsed-item-gap",
|
|
11258
|
+
"tokenValue": "4px"
|
|
11259
|
+
},
|
|
11260
|
+
{
|
|
11261
|
+
"desc": "标签输入框的内边距",
|
|
11262
|
+
"token": "--tv-TagInput-padding",
|
|
11263
|
+
"tokenValue": "4px"
|
|
11264
|
+
},
|
|
11265
|
+
{
|
|
11266
|
+
"desc": "标签组有省略图标时,标签子项到右边的安全距离",
|
|
11267
|
+
"token": "--tv-TagInput-more-icon-safe-space",
|
|
11268
|
+
"tokenValue": "32px"
|
|
11269
|
+
},
|
|
11270
|
+
{
|
|
11271
|
+
"desc": "标签禁用时的文本色",
|
|
11272
|
+
"token": "--tv-TagInput-text-color-disabled",
|
|
11273
|
+
"tokenValue": "#c2c2c2"
|
|
11274
|
+
},
|
|
11275
|
+
{
|
|
11276
|
+
"desc": "标签禁用时的背景色",
|
|
11277
|
+
"token": "--tv-TagInput-bg-color-disabled",
|
|
11278
|
+
"tokenValue": "#f0f0f0"
|
|
11279
|
+
},
|
|
11280
|
+
{
|
|
11281
|
+
"desc": "标签禁用时的边框色",
|
|
11282
|
+
"token": "--tv-TagInput-border-color-disabled",
|
|
11283
|
+
"tokenValue": "#e0e0e0"
|
|
11284
|
+
},
|
|
11285
|
+
{
|
|
11286
|
+
"desc": "标签输入框圆角",
|
|
11287
|
+
"token": "--tv-TagInput-border-radius",
|
|
11288
|
+
"tokenValue": "4px"
|
|
11289
|
+
},
|
|
11290
|
+
{
|
|
11291
|
+
"desc": "输入框文本颜色",
|
|
11292
|
+
"token": "--tv-TagInput-text-color",
|
|
11293
|
+
"tokenValue": "#191919"
|
|
11294
|
+
},
|
|
11295
|
+
{
|
|
11296
|
+
"desc": "输入框背景颜色",
|
|
11297
|
+
"token": "--tv-TagInput-bg-color",
|
|
11298
|
+
"tokenValue": "#ffffff"
|
|
11299
|
+
}
|
|
11300
|
+
],
|
|
11239
11301
|
"tall-storage": [
|
|
11240
11302
|
{
|
|
11241
11303
|
"desc": "背景颜色",
|
|
@@ -11931,37 +11993,37 @@ const list = {
|
|
|
11931
11993
|
],
|
|
11932
11994
|
"top-box": [
|
|
11933
11995
|
{
|
|
11934
|
-
"desc": "",
|
|
11996
|
+
"desc": "背景色",
|
|
11935
11997
|
"token": "--tv-TopBox-bg-color",
|
|
11936
11998
|
"tokenValue": "#ffffff"
|
|
11937
11999
|
},
|
|
11938
12000
|
{
|
|
11939
|
-
"desc": "",
|
|
12001
|
+
"desc": "图标字号",
|
|
11940
12002
|
"token": "--tv-TopBox-icon-font-size",
|
|
11941
12003
|
"tokenValue": "24px"
|
|
11942
12004
|
},
|
|
11943
12005
|
{
|
|
11944
|
-
"desc": "",
|
|
12006
|
+
"desc": "成功图标颜色",
|
|
11945
12007
|
"token": "--tv-TopBox-success-icon-color",
|
|
11946
12008
|
"tokenValue": "#5cb300"
|
|
11947
12009
|
},
|
|
11948
12010
|
{
|
|
11949
|
-
"desc": "",
|
|
12011
|
+
"desc": "错误图标颜色",
|
|
11950
12012
|
"token": "--tv-TopBox-error-icon-color",
|
|
11951
12013
|
"tokenValue": "#f23030"
|
|
11952
12014
|
},
|
|
11953
12015
|
{
|
|
11954
|
-
"desc": "",
|
|
12016
|
+
"desc": "警告图标颜色",
|
|
11955
12017
|
"token": "--tv-TopBox-warning-icon-color",
|
|
11956
12018
|
"tokenValue": "#ff8800"
|
|
11957
12019
|
},
|
|
11958
12020
|
{
|
|
11959
|
-
"desc": "",
|
|
12021
|
+
"desc": "帮助图标颜色",
|
|
11960
12022
|
"token": "--tv-TopBox-help-icon-color",
|
|
11961
12023
|
"tokenValue": "#191919"
|
|
11962
12024
|
},
|
|
11963
12025
|
{
|
|
11964
|
-
"desc": "",
|
|
12026
|
+
"desc": "信息图标颜色",
|
|
11965
12027
|
"token": "--tv-TopBox-info-icon-color",
|
|
11966
12028
|
"tokenValue": "#1476ff"
|
|
11967
12029
|
}
|
|
@@ -13148,7 +13210,7 @@ const list = {
|
|
|
13148
13210
|
"tokenValue": "#1476ff"
|
|
13149
13211
|
},
|
|
13150
13212
|
{
|
|
13151
|
-
"desc": "",
|
|
13213
|
+
"desc": "上传文件列表取消上传文本悬浮颜色",
|
|
13152
13214
|
"token": "--tv-UploadList-item-cancel-text-color-hover",
|
|
13153
13215
|
"tokenValue": "#1476ff"
|
|
13154
13216
|
},
|
|
@@ -13263,7 +13325,7 @@ const list = {
|
|
|
13263
13325
|
"tokenValue": "#f23030"
|
|
13264
13326
|
},
|
|
13265
13327
|
{
|
|
13266
|
-
"desc": "",
|
|
13328
|
+
"desc": "上传文件列表项失败背景色",
|
|
13267
13329
|
"token": "--tv-UploadList-item-fail-bg-color",
|
|
13268
13330
|
"tokenValue": "#fce3e1"
|
|
13269
13331
|
}
|
|
@@ -13383,59 +13445,59 @@ const list = {
|
|
|
13383
13445
|
],
|
|
13384
13446
|
"user-head": [
|
|
13385
13447
|
{
|
|
13386
|
-
"desc": "",
|
|
13448
|
+
"desc": "头像字号",
|
|
13387
13449
|
"token": "--tv-UserHead-head-font-size",
|
|
13388
13450
|
"tokenValue": "14px"
|
|
13389
13451
|
},
|
|
13390
13452
|
{
|
|
13391
|
-
"desc": "",
|
|
13453
|
+
"desc": "普通尺寸",
|
|
13392
13454
|
"token": "--tv-UserHead-head-normal-size",
|
|
13393
13455
|
"tokenValue": "72px"
|
|
13394
13456
|
},
|
|
13395
13457
|
{
|
|
13396
|
-
"desc": "",
|
|
13458
|
+
"desc": "小尺寸",
|
|
13397
13459
|
"token": "--tv-UserHead-head-small-size",
|
|
13398
13460
|
"tokenValue": "30px"
|
|
13399
13461
|
},
|
|
13400
13462
|
{
|
|
13401
|
-
"desc": "",
|
|
13463
|
+
"desc": "普通图标尺寸",
|
|
13402
13464
|
"token": "--tv-UserHead-head-icon-size-normal",
|
|
13403
13465
|
"tokenValue": "40px"
|
|
13404
13466
|
},
|
|
13405
13467
|
{
|
|
13406
|
-
"desc": "",
|
|
13468
|
+
"desc": "小图标尺寸",
|
|
13407
13469
|
"token": "--tv-UserHead-head-icon-small-size",
|
|
13408
13470
|
"tokenValue": "14px"
|
|
13409
13471
|
},
|
|
13410
13472
|
{
|
|
13411
|
-
"desc": "",
|
|
13473
|
+
"desc": "圆角",
|
|
13412
13474
|
"token": "--tv-UserHead-head-border-radius",
|
|
13413
13475
|
"tokenValue": "2px"
|
|
13414
13476
|
},
|
|
13415
13477
|
{
|
|
13416
|
-
"desc": "",
|
|
13478
|
+
"desc": "背景色",
|
|
13417
13479
|
"token": "--tv-UserHead-head-bg-color",
|
|
13418
13480
|
"tokenValue": "#bbbbbb"
|
|
13419
13481
|
}
|
|
13420
13482
|
],
|
|
13421
13483
|
"user-link": [
|
|
13422
13484
|
{
|
|
13423
|
-
"desc": "",
|
|
13485
|
+
"desc": "字号",
|
|
13424
13486
|
"token": "--tv-UserLink-font-size",
|
|
13425
13487
|
"tokenValue": "14px"
|
|
13426
13488
|
},
|
|
13427
13489
|
{
|
|
13428
|
-
"desc": "",
|
|
13490
|
+
"desc": "文本颜色",
|
|
13429
13491
|
"token": "--tv-UserLink-text-color",
|
|
13430
13492
|
"tokenValue": "#191919"
|
|
13431
13493
|
},
|
|
13432
13494
|
{
|
|
13433
|
-
"desc": "",
|
|
13495
|
+
"desc": "字重",
|
|
13434
13496
|
"token": "--tv-UserLink-font-weight",
|
|
13435
13497
|
"tokenValue": "600"
|
|
13436
13498
|
},
|
|
13437
13499
|
{
|
|
13438
|
-
"desc": "",
|
|
13500
|
+
"desc": "圆角",
|
|
13439
13501
|
"token": "--tv-UserLink-border-radius",
|
|
13440
13502
|
"tokenValue": "6px"
|
|
13441
13503
|
}
|