3h1-ui 3.0.0-next.87 → 3.0.0-next.89
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/es/index.js +256 -181
- package/es/style.css +5 -5
- package/lib/index.js +256 -181
- package/package.json +1 -1
package/es/style.css
CHANGED
|
@@ -1047,11 +1047,11 @@ span.iconify {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
.shy-basic-help__wrap p {
|
|
1049
1049
|
margin-bottom: 0;
|
|
1050
|
-
}.shy-basic-title[data-v-
|
|
1050
|
+
}.shy-basic-title[data-v-93754286] {
|
|
1051
1051
|
position: relative;
|
|
1052
1052
|
display: flex;
|
|
1053
1053
|
font-family: PingFangSC, PingFang SC;
|
|
1054
|
-
font-weight:
|
|
1054
|
+
font-weight: bold;
|
|
1055
1055
|
font-size: 14px;
|
|
1056
1056
|
color: var(--gray-9);
|
|
1057
1057
|
line-height: 20px;
|
|
@@ -1060,7 +1060,7 @@ span.iconify {
|
|
|
1060
1060
|
align-items: center;
|
|
1061
1061
|
gap: 8px;
|
|
1062
1062
|
}
|
|
1063
|
-
.shy-basic-title-show-span[data-v-
|
|
1063
|
+
.shy-basic-title-show-span[data-v-93754286]::before {
|
|
1064
1064
|
content: '';
|
|
1065
1065
|
position: absolute;
|
|
1066
1066
|
width: 2px;
|
|
@@ -1071,7 +1071,7 @@ span.iconify {
|
|
|
1071
1071
|
top: 50%;
|
|
1072
1072
|
transform: translateY(-50%);
|
|
1073
1073
|
}
|
|
1074
|
-
.shy-basic-title-help[data-v-
|
|
1074
|
+
.shy-basic-title-help[data-v-93754286] {
|
|
1075
1075
|
margin-left: 10px;
|
|
1076
1076
|
}.shy-collapse-container-arrow {
|
|
1077
1077
|
font-size: 14px !important;
|
|
@@ -1880,7 +1880,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1880
1880
|
.shy-ant-tree-node-title {
|
|
1881
1881
|
flex: 1;
|
|
1882
1882
|
display: block;
|
|
1883
|
-
padding
|
|
1883
|
+
padding: 0 4px;
|
|
1884
1884
|
overflow: hidden;
|
|
1885
1885
|
text-overflow: ellipsis;
|
|
1886
1886
|
white-space: nowrap;
|