@zat-design/sisyphus-react 3.4.2-beta.8 → 3.4.2-beta.9
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.esm.css
CHANGED
|
@@ -1654,9 +1654,11 @@
|
|
|
1654
1654
|
width: 48px;
|
|
1655
1655
|
}
|
|
1656
1656
|
.pro-tabs-tab .pro-tabs-card .ant-tag {
|
|
1657
|
+
min-width: 22px;
|
|
1657
1658
|
margin-right: 0;
|
|
1658
1659
|
padding: 0 var(--zaui-space-size-xs, 4px);
|
|
1659
|
-
|
|
1660
|
+
text-align: center;
|
|
1661
|
+
border-radius: 12px;
|
|
1660
1662
|
}
|
|
1661
1663
|
.pro-tabs-tab .pro-tabs-card .ant-space-item {
|
|
1662
1664
|
display: -webkit-box;
|
|
@@ -38,8 +38,7 @@
|
|
|
38
38
|
display: flex;
|
|
39
39
|
align-items: center;
|
|
40
40
|
justify-content: center;
|
|
41
|
-
|
|
42
|
-
padding: var(--zaui-space-size-sm) var(--zaui-space-border);
|
|
41
|
+
padding: 6px var(--zaui-space-border);
|
|
43
42
|
line-height: 18px;
|
|
44
43
|
background-color: #f1f3f6ff;
|
|
45
44
|
border: 1px solid transparent;
|
|
@@ -70,9 +70,11 @@
|
|
|
70
70
|
.pro-tabs-tab {
|
|
71
71
|
.pro-tabs-card {
|
|
72
72
|
.@{ant-prefix}-tag {
|
|
73
|
+
min-width: 22px;
|
|
73
74
|
margin-right: 0;
|
|
74
75
|
padding: 0 var(--zaui-space-size-xs, 4px);
|
|
75
|
-
|
|
76
|
+
text-align: center;
|
|
77
|
+
border-radius: 12px;
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
.@{ant-prefix}-space-item {
|
|
@@ -38,8 +38,7 @@
|
|
|
38
38
|
display: flex;
|
|
39
39
|
align-items: center;
|
|
40
40
|
justify-content: center;
|
|
41
|
-
|
|
42
|
-
padding: var(--zaui-space-size-sm) var(--zaui-space-border);
|
|
41
|
+
padding: 6px var(--zaui-space-border);
|
|
43
42
|
line-height: 18px;
|
|
44
43
|
background-color: #f1f3f6ff;
|
|
45
44
|
border: 1px solid transparent;
|
|
@@ -70,9 +70,11 @@
|
|
|
70
70
|
.pro-tabs-tab {
|
|
71
71
|
.pro-tabs-card {
|
|
72
72
|
.@{ant-prefix}-tag {
|
|
73
|
+
min-width: 22px;
|
|
73
74
|
margin-right: 0;
|
|
74
75
|
padding: 0 var(--zaui-space-size-xs, 4px);
|
|
75
|
-
|
|
76
|
+
text-align: center;
|
|
77
|
+
border-radius: 12px;
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
.@{ant-prefix}-space-item {
|