zartd 0.0.19 → 0.0.20
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/index.css +288 -61
- package/dist/index.js +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.min.css.map +1 -1
- package/dist/index.min.js +1 -1
- package/es/a-alert/style/index.less +16 -0
- package/es/a-collapse/style/index.less +8 -4
- package/es/a-date-picker/style/index.less +34 -12
- package/es/a-description/style/index.less +4 -0
- package/es/a-dropdown/style/index.less +37 -5
- package/es/a-input/style/index.less +4 -0
- package/es/a-menu/style/index.less +1 -0
- package/es/a-message/style/index.less +1 -0
- package/es/a-pageheader/style/index.less +19 -0
- package/es/a-pagination/style/index.less +12 -0
- package/es/a-popover/style/index.less +5 -6
- package/es/a-radio/style/index.less +8 -2
- package/es/a-steps/style/index.less +127 -11
- package/es/a-table/style/index.less +22 -22
- package/es/a-tabs/style/index.less +10 -6
- package/es/a-tree/style/index.less +13 -0
- package/es/style/fonts/index.less +6 -0
- package/es/style/variable.less +5 -2
- package/lib/a-alert/style/index.less +16 -0
- package/lib/a-collapse/style/index.less +8 -4
- package/lib/a-date-picker/style/index.less +34 -12
- package/lib/a-description/style/index.less +4 -0
- package/lib/a-dropdown/style/index.less +37 -5
- package/lib/a-input/style/index.less +4 -0
- package/lib/a-menu/style/index.less +1 -0
- package/lib/a-message/style/index.less +1 -0
- package/lib/a-pageheader/style/index.less +19 -0
- package/lib/a-pagination/style/index.less +12 -0
- package/lib/a-popover/style/index.less +5 -6
- package/lib/a-radio/style/index.less +8 -2
- package/lib/a-steps/style/index.less +127 -11
- package/lib/a-table/style/index.less +22 -22
- package/lib/a-tabs/style/index.less +10 -6
- package/lib/a-tree/style/index.less +13 -0
- package/lib/style/fonts/index.less +6 -0
- package/lib/style/variable.less +5 -2
- package/package.json +3 -3
package/dist/index.css
CHANGED
|
@@ -987,6 +987,11 @@
|
|
|
987
987
|
.zt-nav-icon-line-preview:before {
|
|
988
988
|
content: '\e6cb';
|
|
989
989
|
}
|
|
990
|
+
.zt-iconfont,
|
|
991
|
+
.zt-color-iconfont,
|
|
992
|
+
.zt-nav-iconfont {
|
|
993
|
+
line-height: 1;
|
|
994
|
+
}
|
|
990
995
|
/* stylelint-disable no-duplicate-selectors */
|
|
991
996
|
/* stylelint-disable */
|
|
992
997
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
@@ -1480,6 +1485,18 @@ body {
|
|
|
1480
1485
|
.ant-alert.ant-alert-with-description .ant-alert-description {
|
|
1481
1486
|
line-height: 20px;
|
|
1482
1487
|
}
|
|
1488
|
+
.ant-alert-info {
|
|
1489
|
+
background-color: var(--zartd-primary-2);
|
|
1490
|
+
}
|
|
1491
|
+
.ant-alert-success {
|
|
1492
|
+
background-color: var(--zartd-gb-20);
|
|
1493
|
+
}
|
|
1494
|
+
.ant-alert-warning {
|
|
1495
|
+
background-color: var(--zartd-o-20);
|
|
1496
|
+
}
|
|
1497
|
+
.ant-alert-error {
|
|
1498
|
+
background-color: var(--zartd-r-20);
|
|
1499
|
+
}
|
|
1483
1500
|
.ant-avatar-lg {
|
|
1484
1501
|
font-size: 18px !important;
|
|
1485
1502
|
}
|
|
@@ -1858,29 +1875,38 @@ body {
|
|
|
1858
1875
|
}
|
|
1859
1876
|
.ant-collapse.ant-collapse-icon-position-right .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
1860
1877
|
right: 0;
|
|
1861
|
-
width:
|
|
1862
|
-
height:
|
|
1863
|
-
font-size:
|
|
1864
|
-
line-height:
|
|
1878
|
+
width: 12px;
|
|
1879
|
+
height: 12px;
|
|
1880
|
+
font-size: 12px;
|
|
1881
|
+
line-height: 12px;
|
|
1882
|
+
}
|
|
1883
|
+
.ant-collapse.ant-collapse-icon-position-right .ant-collapse-item .ant-collapse-header .ant-collapse-extra {
|
|
1884
|
+
margin-right: 20px;
|
|
1865
1885
|
}
|
|
1866
|
-
.ant-picker-cell
|
|
1886
|
+
.ant-picker-cell {
|
|
1887
|
+
padding: 2px;
|
|
1888
|
+
}
|
|
1889
|
+
.ant-picker-cell::before {
|
|
1890
|
+
height: 100%;
|
|
1891
|
+
}
|
|
1892
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range,
|
|
1893
|
+
.ant-picker-cell-in-view.ant-picker-cell-selected,
|
|
1894
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start,
|
|
1895
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end {
|
|
1867
1896
|
color: var(--zartd-primary-color);
|
|
1868
1897
|
}
|
|
1869
|
-
.ant-picker-cell-in-view.ant-picker-cell-in-range::before
|
|
1898
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range::before,
|
|
1899
|
+
.ant-picker-cell-in-view.ant-picker-cell-selected::before,
|
|
1900
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start::before,
|
|
1901
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
|
|
1870
1902
|
width: 36.5px;
|
|
1871
1903
|
}
|
|
1872
|
-
.ant-picker-cell-
|
|
1873
|
-
|
|
1904
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::before,
|
|
1905
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::before {
|
|
1906
|
+
background-color: var(--zartd-primary-color-deprecated-l-35);
|
|
1874
1907
|
}
|
|
1875
|
-
.ant-picker-cell-
|
|
1876
|
-
|
|
1877
|
-
bottom: -4.5px;
|
|
1878
|
-
left: 10px;
|
|
1879
|
-
width: 4px;
|
|
1880
|
-
height: 4px;
|
|
1881
|
-
background-color: var(--zartd-primary-color);
|
|
1882
|
-
border-radius: 50%;
|
|
1883
|
-
content: '';
|
|
1908
|
+
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
|
|
1909
|
+
left: 0;
|
|
1884
1910
|
}
|
|
1885
1911
|
.ant-picker-cell-range-start::before,
|
|
1886
1912
|
.ant-picker-cell-range-end::before {
|
|
@@ -1890,6 +1916,19 @@ body {
|
|
|
1890
1916
|
.ant-picker-cell-range-end .ant-picker-cell-inner {
|
|
1891
1917
|
border-radius: 4px !important;
|
|
1892
1918
|
}
|
|
1919
|
+
.ant-picker-cell-in-view.ant-picker-cell-today > .ant-picker-cell-inner::before {
|
|
1920
|
+
border: none;
|
|
1921
|
+
}
|
|
1922
|
+
.ant-picker-cell-in-view.ant-picker-cell-today > .ant-picker-cell-inner::after {
|
|
1923
|
+
position: absolute;
|
|
1924
|
+
bottom: -4.5px;
|
|
1925
|
+
left: 10px;
|
|
1926
|
+
width: 4px;
|
|
1927
|
+
height: 4px;
|
|
1928
|
+
background-color: var(--zartd-primary-color);
|
|
1929
|
+
border-radius: 50%;
|
|
1930
|
+
content: '';
|
|
1931
|
+
}
|
|
1893
1932
|
.ant-picker-footer-extra {
|
|
1894
1933
|
padding: 8px;
|
|
1895
1934
|
line-height: 32px;
|
|
@@ -1921,6 +1960,9 @@ body {
|
|
|
1921
1960
|
padding: 9.5px 16px 9.5px 8px;
|
|
1922
1961
|
color: var(--zartd-text-color-7);
|
|
1923
1962
|
}
|
|
1963
|
+
.ant-descriptions .ant-descriptions-view .ant-descriptions-row .ant-descriptions-item-label {
|
|
1964
|
+
color: var(--zartd-text-color-7) !important;
|
|
1965
|
+
}
|
|
1924
1966
|
.ant-descriptions-bordered .ant-descriptions-view {
|
|
1925
1967
|
border: none;
|
|
1926
1968
|
}
|
|
@@ -1957,21 +1999,49 @@ body {
|
|
|
1957
1999
|
padding: 12px 20px;
|
|
1958
2000
|
border-top: none;
|
|
1959
2001
|
}
|
|
2002
|
+
.ant-dropdown-menu {
|
|
2003
|
+
padding: 8px;
|
|
2004
|
+
}
|
|
1960
2005
|
.ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1961
2006
|
padding: 5px 8px;
|
|
1962
|
-
margin: 8px
|
|
2007
|
+
margin-bottom: 8px;
|
|
1963
2008
|
border-radius: 4px;
|
|
1964
2009
|
}
|
|
1965
|
-
.ant-dropdown-menu .ant-dropdown-menu-item:
|
|
1966
|
-
margin-
|
|
2010
|
+
.ant-dropdown-menu .ant-dropdown-menu-item:last-child {
|
|
2011
|
+
margin-bottom: 0;
|
|
2012
|
+
}
|
|
2013
|
+
.ant-dropdown-menu .ant-dropdown-menu-item .ant-dropdown-menu-title-content {
|
|
2014
|
+
line-height: 22px;
|
|
2015
|
+
height: 22px;
|
|
1967
2016
|
}
|
|
1968
2017
|
.ant-dropdown-menu .ant-menu-item-divider {
|
|
1969
|
-
|
|
2018
|
+
position: relative;
|
|
2019
|
+
bottom: 4px;
|
|
2020
|
+
margin: 0;
|
|
1970
2021
|
}
|
|
1971
2022
|
.ant-dropdown-menu .ant-dropdown-menu-submenu {
|
|
1972
|
-
margin:
|
|
2023
|
+
margin: 0 0 8px;
|
|
1973
2024
|
border-radius: 4px;
|
|
1974
2025
|
}
|
|
2026
|
+
.ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title {
|
|
2027
|
+
padding: 5px 8px;
|
|
2028
|
+
}
|
|
2029
|
+
.ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-title-content {
|
|
2030
|
+
display: inline-block;
|
|
2031
|
+
line-height: 22px;
|
|
2032
|
+
height: 22px;
|
|
2033
|
+
}
|
|
2034
|
+
.ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-title-content + span,
|
|
2035
|
+
.ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-title-content + i {
|
|
2036
|
+
color: var(--zartd-text-color-6);
|
|
2037
|
+
}
|
|
2038
|
+
.ant-dropdown-menu .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .ant-dropdown-menu-title-content + i {
|
|
2039
|
+
position: absolute;
|
|
2040
|
+
right: 8px;
|
|
2041
|
+
}
|
|
2042
|
+
.ant-dropdown-menu .ant-dropdown-menu-submenu:last-child {
|
|
2043
|
+
margin-bottom: 0;
|
|
2044
|
+
}
|
|
1975
2045
|
.ant-dropdown-menu .ant-dropdown-menu-submenu:hover {
|
|
1976
2046
|
background-color: var(--zartd-text-color-2);
|
|
1977
2047
|
}
|
|
@@ -2047,6 +2117,9 @@ body {
|
|
|
2047
2117
|
.ant-input-affix-wrapper .ant-input-suffix {
|
|
2048
2118
|
color: var(--zartd-text-color-6);
|
|
2049
2119
|
}
|
|
2120
|
+
.ant-input-affix-wrapper .ant-input-suffix:hover {
|
|
2121
|
+
color: initial;
|
|
2122
|
+
}
|
|
2050
2123
|
.ant-input-affix-wrapper .ant-input-suffix .anticon {
|
|
2051
2124
|
color: inherit;
|
|
2052
2125
|
}
|
|
@@ -2164,6 +2237,7 @@ body {
|
|
|
2164
2237
|
margin-top: 0;
|
|
2165
2238
|
}
|
|
2166
2239
|
.ant-menu-submenu-popup .ant-menu-vertical {
|
|
2240
|
+
margin-left: 11px;
|
|
2167
2241
|
padding: 8px;
|
|
2168
2242
|
}
|
|
2169
2243
|
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
|
|
@@ -2188,6 +2262,8 @@ body {
|
|
|
2188
2262
|
line-height: 20px;
|
|
2189
2263
|
text-align: left;
|
|
2190
2264
|
box-shadow: var(--zartd-box-shadow);
|
|
2265
|
+
-webkit-user-select: text;
|
|
2266
|
+
user-select: text;
|
|
2191
2267
|
}
|
|
2192
2268
|
.ant-message .ant-message-notice .ant-message-notice-content .anticon {
|
|
2193
2269
|
top: 0;
|
|
@@ -2285,11 +2361,30 @@ body {
|
|
|
2285
2361
|
border-radius: 4px;
|
|
2286
2362
|
box-shadow: var(--zartd-collapse-body-box-shadow);
|
|
2287
2363
|
}
|
|
2364
|
+
.ant-page-header .ant-breadcrumb {
|
|
2365
|
+
padding: 5px 0;
|
|
2366
|
+
}
|
|
2288
2367
|
.ant-page-header .ant-page-header-heading .ant-page-header-heading-left {
|
|
2368
|
+
height: auto;
|
|
2289
2369
|
margin: 0;
|
|
2290
2370
|
}
|
|
2371
|
+
.ant-page-header .ant-page-header-heading .ant-page-header-heading-left .ant-page-header-back {
|
|
2372
|
+
margin-right: 4px;
|
|
2373
|
+
}
|
|
2374
|
+
.ant-page-header .ant-page-header-heading .ant-page-header-heading-left .ant-page-header-back-button > i {
|
|
2375
|
+
display: inline-block;
|
|
2376
|
+
height: 20px;
|
|
2377
|
+
color: var(--zartd-text-color-light);
|
|
2378
|
+
font-size: 20px;
|
|
2379
|
+
}
|
|
2291
2380
|
.ant-page-header .ant-page-header-heading .ant-page-header-heading-left .ant-page-header-heading-title {
|
|
2292
2381
|
font-weight: 500;
|
|
2382
|
+
line-height: 28px;
|
|
2383
|
+
}
|
|
2384
|
+
.ant-pagination-total-text {
|
|
2385
|
+
height: auto;
|
|
2386
|
+
padding: 6px 0;
|
|
2387
|
+
line-height: 20px;
|
|
2293
2388
|
}
|
|
2294
2389
|
.ant-pagination-item {
|
|
2295
2390
|
border-radius: 2px;
|
|
@@ -2379,6 +2474,11 @@ body {
|
|
|
2379
2474
|
.ant-pagination.mini.ant-pagination-disabled .ant-pagination-item:not(.ant-pagination-item-active) {
|
|
2380
2475
|
border: none;
|
|
2381
2476
|
}
|
|
2477
|
+
.ant-pagination.mini .ant-pagination-total-text {
|
|
2478
|
+
height: auto;
|
|
2479
|
+
padding: 6px 0;
|
|
2480
|
+
line-height: 20px;
|
|
2481
|
+
}
|
|
2382
2482
|
/* stylelint-disable no-descending-specificity */
|
|
2383
2483
|
/* stylelint-disable number-max-precision */
|
|
2384
2484
|
.ant-popover-inner {
|
|
@@ -2386,9 +2486,6 @@ body {
|
|
|
2386
2486
|
box-shadow: var(--zartd-box-shadow);
|
|
2387
2487
|
}
|
|
2388
2488
|
.ant-popover-title {
|
|
2389
|
-
width: 210px;
|
|
2390
|
-
min-width: initial;
|
|
2391
|
-
max-width: 210px;
|
|
2392
2489
|
height: 20px;
|
|
2393
2490
|
min-height: 20px;
|
|
2394
2491
|
margin-bottom: 8px;
|
|
@@ -2408,11 +2505,11 @@ body {
|
|
|
2408
2505
|
padding: 0;
|
|
2409
2506
|
}
|
|
2410
2507
|
.ant-popover-message > .anticon {
|
|
2411
|
-
top:
|
|
2412
|
-
|
|
2508
|
+
top: 2px;
|
|
2509
|
+
padding: 1.5px;
|
|
2510
|
+
font-size: 13px;
|
|
2413
2511
|
}
|
|
2414
2512
|
.ant-popover-message-title {
|
|
2415
|
-
max-width: 182px;
|
|
2416
2513
|
margin-left: 24px;
|
|
2417
2514
|
padding-left: 0;
|
|
2418
2515
|
line-height: 20px;
|
|
@@ -2492,16 +2589,21 @@ body {
|
|
|
2492
2589
|
align-items: center;
|
|
2493
2590
|
}
|
|
2494
2591
|
.ant-radio-inner {
|
|
2592
|
+
width: 16px;
|
|
2593
|
+
height: 16px;
|
|
2495
2594
|
border-color: var(--zartd-text-color-6);
|
|
2496
2595
|
}
|
|
2497
2596
|
.ant-radio-inner::after {
|
|
2498
|
-
width:
|
|
2499
|
-
height:
|
|
2597
|
+
width: 8px;
|
|
2598
|
+
height: 8px;
|
|
2500
2599
|
margin: 0;
|
|
2501
2600
|
background-color: var(--zartd-body-background);
|
|
2502
2601
|
-webkit-transform: translate(-50%, -50%);
|
|
2503
2602
|
transform: translate(-50%, -50%);
|
|
2504
2603
|
}
|
|
2604
|
+
.ant-radio-inner span {
|
|
2605
|
+
font-size: 14px;
|
|
2606
|
+
}
|
|
2505
2607
|
.ant-radio-checked .ant-radio-inner {
|
|
2506
2608
|
background-color: var(--zartd-primary-6);
|
|
2507
2609
|
border-color: var(--zartd-primary-6);
|
|
@@ -2618,6 +2720,16 @@ span.ant-radio + * {
|
|
|
2618
2720
|
.ant-select-tree-list-holder-inner {
|
|
2619
2721
|
align-items: stretch;
|
|
2620
2722
|
}
|
|
2723
|
+
.ant-select-tree-list-scrollbar {
|
|
2724
|
+
right: -8px !important;
|
|
2725
|
+
}
|
|
2726
|
+
.ant-select-tree-list-scrollbar,
|
|
2727
|
+
.ant-select-tree-list-scrollbar-show {
|
|
2728
|
+
display: initial !important;
|
|
2729
|
+
}
|
|
2730
|
+
.ant-select-tree-list-scrollbar-thumb {
|
|
2731
|
+
max-height: 100%;
|
|
2732
|
+
}
|
|
2621
2733
|
.ant-select-tree-indent-unit {
|
|
2622
2734
|
margin-right: 8px;
|
|
2623
2735
|
}
|
|
@@ -2643,18 +2755,42 @@ span.ant-radio + * {
|
|
|
2643
2755
|
top: -10px;
|
|
2644
2756
|
bottom: -10px;
|
|
2645
2757
|
}
|
|
2646
|
-
.ant-steps .ant-steps-item-title {
|
|
2647
|
-
padding-right: 4px;
|
|
2648
|
-
}
|
|
2649
2758
|
.ant-steps .ant-steps-item {
|
|
2650
2759
|
padding-left: 4px !important;
|
|
2651
2760
|
}
|
|
2652
2761
|
.ant-steps .ant-steps-item:first-child {
|
|
2653
2762
|
padding-left: 0 !important;
|
|
2654
2763
|
}
|
|
2655
|
-
.ant-steps .ant-steps-item .ant-steps-item-
|
|
2764
|
+
.ant-steps .ant-steps-item .ant-steps-item-container {
|
|
2765
|
+
display: flex;
|
|
2766
|
+
}
|
|
2767
|
+
.ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-tail::after {
|
|
2768
|
+
background-color: var(--zartd-border-color);
|
|
2769
|
+
}
|
|
2770
|
+
.ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-icon {
|
|
2771
|
+
display: flex;
|
|
2772
|
+
align-items: center;
|
|
2773
|
+
justify-content: center;
|
|
2774
|
+
width: 24px;
|
|
2775
|
+
height: 24px;
|
|
2776
|
+
font-size: 14px;
|
|
2777
|
+
line-height: 24px;
|
|
2656
2778
|
border-color: var(--zartd-primary-1);
|
|
2657
2779
|
}
|
|
2780
|
+
.ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2781
|
+
padding-right: 4px;
|
|
2782
|
+
font-size: 14px;
|
|
2783
|
+
line-height: 24px;
|
|
2784
|
+
}
|
|
2785
|
+
.ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title::after {
|
|
2786
|
+
top: 50%;
|
|
2787
|
+
background-color: var(--zartd-border-color);
|
|
2788
|
+
}
|
|
2789
|
+
.ant-steps .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
2790
|
+
max-width: 156px;
|
|
2791
|
+
font-size: 12px;
|
|
2792
|
+
line-height: 20px;
|
|
2793
|
+
}
|
|
2658
2794
|
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2659
2795
|
color: var(--zartd-primary-color);
|
|
2660
2796
|
}
|
|
@@ -2665,16 +2801,62 @@ span.ant-radio + * {
|
|
|
2665
2801
|
.ant-steps .ant-steps-item-process .ant-steps-item-subtitle {
|
|
2666
2802
|
color: var(--zartd-text-color-7);
|
|
2667
2803
|
}
|
|
2668
|
-
.ant-steps .ant-steps-item-wait .ant-steps-item-icon {
|
|
2669
|
-
background-color: var(--zartd-text-color-2);
|
|
2670
|
-
border-color: var(--zartd-text-color-2);
|
|
2671
|
-
}
|
|
2672
2804
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container {
|
|
2673
2805
|
color: var(--zartd-text-color-7);
|
|
2674
2806
|
}
|
|
2807
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
2808
|
+
background-color: var(--zartd-text-color-2);
|
|
2809
|
+
border-color: var(--zartd-text-color-2);
|
|
2810
|
+
}
|
|
2675
2811
|
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2676
2812
|
color: var(--zartd-text-color-7);
|
|
2677
2813
|
}
|
|
2814
|
+
.ant-steps.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
|
|
2815
|
+
margin: 7px 4px 0 2px;
|
|
2816
|
+
}
|
|
2817
|
+
.ant-steps.ant-steps-vertical .ant-steps-item {
|
|
2818
|
+
padding: 0 !important;
|
|
2819
|
+
}
|
|
2820
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail::after {
|
|
2821
|
+
margin-left: -4px;
|
|
2822
|
+
}
|
|
2823
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-content {
|
|
2824
|
+
padding-bottom: 75px;
|
|
2825
|
+
}
|
|
2826
|
+
.ant-steps.ant-steps-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
2827
|
+
margin-top: 3px;
|
|
2828
|
+
}
|
|
2829
|
+
.ant-steps.ant-steps-label-vertical .ant-steps-item .ant-steps-item-container {
|
|
2830
|
+
display: block;
|
|
2831
|
+
}
|
|
2832
|
+
.ant-steps.ant-steps-label-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
2833
|
+
top: 8px;
|
|
2834
|
+
}
|
|
2835
|
+
.ant-steps.ant-steps-label-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-content {
|
|
2836
|
+
margin-top: 1px;
|
|
2837
|
+
}
|
|
2838
|
+
.ant-steps.ant-steps-label-vertical .ant-steps-item .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
2839
|
+
padding: 0;
|
|
2840
|
+
line-height: 22px;
|
|
2841
|
+
}
|
|
2842
|
+
.ant-steps.ant-steps-dot .ant-steps-item .ant-steps-item-container .ant-steps-item-tail {
|
|
2843
|
+
top: 3.5px;
|
|
2844
|
+
}
|
|
2845
|
+
.ant-steps.ant-steps-dot .ant-steps-item .ant-steps-item-container .ant-steps-item-tail::after {
|
|
2846
|
+
margin-left: 16px;
|
|
2847
|
+
}
|
|
2848
|
+
.ant-steps.ant-steps-dot .ant-steps-item .ant-steps-item-container .ant-steps-item-icon {
|
|
2849
|
+
top: 0;
|
|
2850
|
+
width: 10px;
|
|
2851
|
+
height: 10px;
|
|
2852
|
+
background-color: var(--zartd-primary-color);
|
|
2853
|
+
}
|
|
2854
|
+
.ant-steps.ant-steps-dot .ant-steps-item.ant-steps-item-finish .ant-steps-item-container .ant-steps-item-tail::after {
|
|
2855
|
+
background-color: var(--zartd-primary-color);
|
|
2856
|
+
}
|
|
2857
|
+
.ant-steps.ant-steps-dot .ant-steps-item.ant-steps-item-wait .ant-steps-item-container .ant-steps-item-icon {
|
|
2858
|
+
background-color: var(--zartd-border-color);
|
|
2859
|
+
}
|
|
2678
2860
|
.ant-switch {
|
|
2679
2861
|
display: inline-flex;
|
|
2680
2862
|
align-items: center;
|
|
@@ -2696,26 +2878,29 @@ span.ant-radio + * {
|
|
|
2696
2878
|
.ant-table-thead > tr > th:not(:last-child, .ant-table-selection-column, .ant-table-row-expand-icon-cell, [colspan])::before {
|
|
2697
2879
|
height: 20px !important;
|
|
2698
2880
|
}
|
|
2699
|
-
.ant-table-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
flex: initial;
|
|
2881
|
+
.ant-table-tbody > tr > td {
|
|
2882
|
+
padding-top: 13px;
|
|
2883
|
+
padding-bottom: 13px;
|
|
2884
|
+
border-bottom-color: var(--zartd-border-color);
|
|
2704
2885
|
}
|
|
2705
|
-
.ant-table-
|
|
2886
|
+
.ant-table-filter-column,
|
|
2887
|
+
.ant-table-column-sorters {
|
|
2706
2888
|
justify-content: flex-start;
|
|
2707
2889
|
}
|
|
2708
|
-
.ant-table-
|
|
2709
|
-
|
|
2890
|
+
.ant-table-filter-column .ant-table-column-title,
|
|
2891
|
+
.ant-table-column-sorters .ant-table-column-title {
|
|
2892
|
+
flex: unset;
|
|
2893
|
+
}
|
|
2894
|
+
.ant-table-filter-column .ant-table-column-title + span,
|
|
2895
|
+
.ant-table-column-sorters .ant-table-column-title + span {
|
|
2896
|
+
margin-left: 4px;
|
|
2710
2897
|
padding: 0;
|
|
2711
2898
|
color: var(--zartd-text-color-6);
|
|
2712
2899
|
}
|
|
2713
|
-
.ant-table-
|
|
2900
|
+
.ant-table-filter-column .ant-table-column-title + span:hover,
|
|
2901
|
+
.ant-table-column-sorters .ant-table-column-title + span:hover {
|
|
2714
2902
|
color: var(--zartd-text-color-7);
|
|
2715
2903
|
}
|
|
2716
|
-
.ant-table-tbody > tr > td {
|
|
2717
|
-
border-bottom-color: var(--zartd-border-color);
|
|
2718
|
-
}
|
|
2719
2904
|
.ant-table-pagination.ant-pagination {
|
|
2720
2905
|
margin-bottom: 0;
|
|
2721
2906
|
}
|
|
@@ -2749,7 +2934,6 @@ span.ant-radio + * {
|
|
|
2749
2934
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
|
|
2750
2935
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
|
|
2751
2936
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
|
|
2752
|
-
min-width: 155px;
|
|
2753
2937
|
height: 36px;
|
|
2754
2938
|
padding: 8px 16px;
|
|
2755
2939
|
}
|
|
@@ -2802,24 +2986,29 @@ span.ant-radio + * {
|
|
|
2802
2986
|
height: 50px;
|
|
2803
2987
|
}
|
|
2804
2988
|
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
|
|
2805
|
-
min-width: 153px;
|
|
2806
2989
|
height: 34px;
|
|
2807
2990
|
margin-right: 0;
|
|
2808
|
-
margin-left:
|
|
2809
|
-
padding:
|
|
2991
|
+
margin-left: 8px;
|
|
2992
|
+
padding: 7.5px 8px 6.5px 8px;
|
|
2810
2993
|
border-radius: 8px 8px 0 0;
|
|
2811
2994
|
color: var(--zartd-text-color-7);
|
|
2812
2995
|
background-color: var(--zartd-text-color-3);
|
|
2813
2996
|
border: none;
|
|
2814
2997
|
}
|
|
2815
2998
|
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:first-child {
|
|
2816
|
-
margin-left:
|
|
2999
|
+
margin-left: 8px;
|
|
2817
3000
|
}
|
|
2818
3001
|
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
|
|
2819
3002
|
min-width: 0;
|
|
2820
3003
|
}
|
|
2821
3004
|
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-remove {
|
|
2822
|
-
|
|
3005
|
+
width: 16px;
|
|
3006
|
+
height: 16px;
|
|
3007
|
+
display: inline-flex;
|
|
3008
|
+
align-items: center;
|
|
3009
|
+
justify-content: center;
|
|
3010
|
+
margin-left: 8px;
|
|
3011
|
+
margin-right: 0;
|
|
2823
3012
|
padding: 0;
|
|
2824
3013
|
}
|
|
2825
3014
|
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab-active {
|
|
@@ -2840,21 +3029,49 @@ span.ant-radio + * {
|
|
|
2840
3029
|
display: inline-flex;
|
|
2841
3030
|
justify-content: space-between;
|
|
2842
3031
|
}
|
|
3032
|
+
.ant-tabs-dropdown-menu {
|
|
3033
|
+
padding: 8px;
|
|
3034
|
+
}
|
|
2843
3035
|
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-item {
|
|
2844
3036
|
padding: 5px 8px;
|
|
2845
|
-
margin: 8px
|
|
3037
|
+
margin-bottom: 8px;
|
|
2846
3038
|
border-radius: 4px;
|
|
2847
3039
|
}
|
|
2848
|
-
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-item:
|
|
2849
|
-
margin-
|
|
3040
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-item:last-child {
|
|
3041
|
+
margin-bottom: 0;
|
|
3042
|
+
}
|
|
3043
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-item .ant-tabs-dropdown-menu-title-content {
|
|
3044
|
+
line-height: 22px;
|
|
3045
|
+
height: 22px;
|
|
2850
3046
|
}
|
|
2851
3047
|
.ant-tabs-dropdown-menu .ant-menu-item-divider {
|
|
2852
|
-
|
|
3048
|
+
position: relative;
|
|
3049
|
+
bottom: 4px;
|
|
3050
|
+
margin: 0;
|
|
2853
3051
|
}
|
|
2854
3052
|
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu {
|
|
2855
|
-
margin:
|
|
3053
|
+
margin: 0 0 8px;
|
|
2856
3054
|
border-radius: 4px;
|
|
2857
3055
|
}
|
|
3056
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu .ant-tabs-dropdown-menu-submenu-title {
|
|
3057
|
+
padding: 5px 8px;
|
|
3058
|
+
}
|
|
3059
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu .ant-tabs-dropdown-menu-submenu-title .ant-tabs-dropdown-menu-title-content {
|
|
3060
|
+
display: inline-block;
|
|
3061
|
+
line-height: 22px;
|
|
3062
|
+
height: 22px;
|
|
3063
|
+
}
|
|
3064
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu .ant-tabs-dropdown-menu-submenu-title .ant-tabs-dropdown-menu-title-content + span,
|
|
3065
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu .ant-tabs-dropdown-menu-submenu-title .ant-tabs-dropdown-menu-title-content + i {
|
|
3066
|
+
color: var(--zartd-text-color-6);
|
|
3067
|
+
}
|
|
3068
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu .ant-tabs-dropdown-menu-submenu-title .ant-tabs-dropdown-menu-title-content + i {
|
|
3069
|
+
position: absolute;
|
|
3070
|
+
right: 8px;
|
|
3071
|
+
}
|
|
3072
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu:last-child {
|
|
3073
|
+
margin-bottom: 0;
|
|
3074
|
+
}
|
|
2858
3075
|
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-submenu:hover {
|
|
2859
3076
|
background-color: var(--zartd-text-color-2);
|
|
2860
3077
|
}
|
|
@@ -2967,6 +3184,16 @@ span.ant-radio + * {
|
|
|
2967
3184
|
.ant-tree-list-holder-inner {
|
|
2968
3185
|
align-items: stretch;
|
|
2969
3186
|
}
|
|
3187
|
+
.ant-tree-list-scrollbar {
|
|
3188
|
+
right: -8px !important;
|
|
3189
|
+
}
|
|
3190
|
+
.ant-tree-list-scrollbar,
|
|
3191
|
+
.ant-tree-list-scrollbar-show {
|
|
3192
|
+
display: initial !important;
|
|
3193
|
+
}
|
|
3194
|
+
.ant-tree-list-scrollbar-thumb {
|
|
3195
|
+
max-height: 100%;
|
|
3196
|
+
}
|
|
2970
3197
|
.ant-tree-indent-unit {
|
|
2971
3198
|
margin-right: 8px;
|
|
2972
3199
|
}
|
package/dist/index.js
CHANGED