3h1-ui 3.0.0-next.90 → 3.0.0-next.91

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/style.css CHANGED
@@ -939,14 +939,14 @@ input:focus.ant-input {
939
939
  height: 100%;
940
940
  border: 1px solid var(--primary-5);
941
941
  border-radius: 4px;
942
- }.shy-strength-meter-bar[data-v-c8d77eaa] {
942
+ }.shy-strength-meter-bar[data-v-678d40fd] {
943
943
  position: relative;
944
944
  margin: 10px auto 6px;
945
945
  height: 6px;
946
946
  background-color: rgba(0, 0, 0, 0.25);
947
947
  border-radius: 6px;
948
948
  }
949
- .shy-strength-meter-bar[data-v-c8d77eaa]::before, .shy-strength-meter-bar[data-v-c8d77eaa]::after {
949
+ .shy-strength-meter-bar[data-v-678d40fd]::before, .shy-strength-meter-bar[data-v-678d40fd]::after {
950
950
  position: absolute;
951
951
  z-index: 10;
952
952
  display: block;
@@ -958,13 +958,13 @@ input:focus.ant-input {
958
958
  border-color: #fff;
959
959
  content: '';
960
960
  }
961
- .shy-strength-meter-bar[data-v-c8d77eaa]::before {
961
+ .shy-strength-meter-bar[data-v-678d40fd]::before {
962
962
  left: 20%;
963
963
  }
964
- .shy-strength-meter-bar[data-v-c8d77eaa]::after {
964
+ .shy-strength-meter-bar[data-v-678d40fd]::after {
965
965
  right: 20%;
966
966
  }
967
- .shy-strength-meter-bar--fill[data-v-c8d77eaa] {
967
+ .shy-strength-meter-bar--fill[data-v-678d40fd] {
968
968
  position: absolute;
969
969
  width: 0;
970
970
  height: inherit;
@@ -972,32 +972,32 @@ input:focus.ant-input {
972
972
  border-radius: inherit;
973
973
  transition: width 0.5s ease-in-out, background 0.25s;
974
974
  }
975
- .shy-strength-meter-bar--fill[data-score='0'][data-v-c8d77eaa] {
975
+ .shy-strength-meter-bar--fill[data-score='0'][data-v-678d40fd] {
976
976
  width: 20%;
977
977
  background-color: #e74242;
978
978
  }
979
- .shy-strength-meter-bar--fill[data-score='1'][data-v-c8d77eaa] {
979
+ .shy-strength-meter-bar--fill[data-score='1'][data-v-678d40fd] {
980
980
  width: 40%;
981
981
  background-color: #ED6F6F;
982
982
  }
983
- .shy-strength-meter-bar--fill[data-score='2'][data-v-c8d77eaa] {
983
+ .shy-strength-meter-bar--fill[data-score='2'][data-v-678d40fd] {
984
984
  width: 60%;
985
985
  background-color: #EFBD47;
986
986
  }
987
- .shy-strength-meter-bar--fill[data-score='3'][data-v-c8d77eaa] {
987
+ .shy-strength-meter-bar--fill[data-score='3'][data-v-678d40fd] {
988
988
  width: 80%;
989
989
  background-color: rgba(85, 209, 135, 0.5);
990
990
  }
991
- .shy-strength-meter-bar--fill[data-score='4'][data-v-c8d77eaa] {
991
+ .shy-strength-meter-bar--fill[data-score='4'][data-v-678d40fd] {
992
992
  width: 100%;
993
993
  background-color: #55D187;
994
- }.shy-svg-icon[data-v-fa64fe87] {
994
+ }.shy-svg-icon[data-v-905fa4a6] {
995
995
  display: inline-block;
996
996
  overflow: hidden;
997
997
  vertical-align: -0.15em;
998
998
  fill: currentcolor;
999
999
  }
1000
- .svg-icon-spin[data-v-fa64fe87] {
1000
+ .svg-icon-spin[data-v-905fa4a6] {
1001
1001
  animation: loadingCircle 1s infinite linear;
1002
1002
  }.app-iconify {
1003
1003
  display: inline-block;
@@ -1011,29 +1011,29 @@ span.iconify {
1011
1011
  min-height: 1em;
1012
1012
  background-color: #5551;
1013
1013
  border-radius: 100%;
1014
- }.shy-basic-arrow[data-v-03d87956] {
1014
+ }.shy-basic-arrow[data-v-fea26917] {
1015
1015
  display: inline-block;
1016
1016
  cursor: pointer;
1017
1017
  transform: rotate(0deg);
1018
1018
  transition: all 0.3s ease 0.1s;
1019
1019
  transform-origin: center center;
1020
1020
  }
1021
- .shy-basic-arrow--active[data-v-03d87956] {
1021
+ .shy-basic-arrow--active[data-v-fea26917] {
1022
1022
  transform: rotate(90deg);
1023
1023
  }
1024
- .shy-basic-arrow.inset[data-v-03d87956] {
1024
+ .shy-basic-arrow.inset[data-v-fea26917] {
1025
1025
  line-height: 0px;
1026
1026
  }
1027
- .shy-basic-arrow.up[data-v-03d87956] {
1027
+ .shy-basic-arrow.up[data-v-fea26917] {
1028
1028
  transform: rotate(-90deg);
1029
1029
  }
1030
- .shy-basic-arrow.down[data-v-03d87956] {
1030
+ .shy-basic-arrow.down[data-v-fea26917] {
1031
1031
  transform: rotate(90deg);
1032
1032
  }
1033
- .shy-basic-arrow.up.shy-basic-arrow--active[data-v-03d87956] {
1033
+ .shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
1034
1034
  transform: rotate(90deg);
1035
1035
  }
1036
- .shy-basic-arrow.down.shy-basic-arrow--active[data-v-03d87956] {
1036
+ .shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
1037
1037
  transform: rotate(-90deg);
1038
1038
  }.shy-basic-help {
1039
1039
  display: inline-block;
@@ -1047,7 +1047,7 @@ span.iconify {
1047
1047
  }
1048
1048
  .shy-basic-help__wrap p {
1049
1049
  margin-bottom: 0;
1050
- }.shy-basic-title[data-v-93754286] {
1050
+ }.shy-basic-title[data-v-3f576a81] {
1051
1051
  position: relative;
1052
1052
  display: flex;
1053
1053
  font-family: PingFangSC, PingFang SC;
@@ -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-93754286]::before {
1063
+ .shy-basic-title-show-span[data-v-3f576a81]::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-93754286] {
1074
+ .shy-basic-title-help[data-v-3f576a81] {
1075
1075
  margin-left: 10px;
1076
1076
  }.shy-collapse-container-arrow {
1077
1077
  font-size: 14px !important;
@@ -1202,40 +1202,40 @@ span.iconify {
1202
1202
  .shy-tinymce-container textarea {
1203
1203
  z-index: -1;
1204
1204
  visibility: hidden;
1205
- }.shy-table-edit-icon-plus[data-v-9232fde4] {
1205
+ }.shy-table-edit-icon-plus[data-v-95018c58] {
1206
1206
  width: 30px;
1207
1207
  height: 30px;
1208
1208
  font-size: 30px;
1209
1209
  cursor: pointer;
1210
1210
  display: flex;
1211
1211
  }
1212
- .table-children[data-v-9232fde4] .ant-form-item {
1212
+ .table-children[data-v-95018c58] .ant-form-item {
1213
1213
  margin-bottom: 0 !important;
1214
1214
  }
1215
- .table-children-required[data-v-9232fde4] {
1215
+ .table-children-required[data-v-95018c58] {
1216
1216
  color: #ff4d4f;
1217
1217
  margin-right: 4px;
1218
1218
  }
1219
- .table-children[data-v-9232fde4] .ant-table-cell {
1219
+ .table-children[data-v-95018c58] .ant-table-cell {
1220
1220
  padding: 8px !important;
1221
1221
  }
1222
- .table-children[data-v-9232fde4] .ant-table-cell .ant-form-item-explain {
1222
+ .table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
1223
1223
  display: none;
1224
1224
  }
1225
- .table-children-delete-wrapper[data-v-9232fde4] {
1225
+ .table-children-delete-wrapper[data-v-95018c58] {
1226
1226
  display: flex;
1227
1227
  height: 100%;
1228
1228
  justify-content: center;
1229
1229
  }
1230
- .table-children-delete-wrapper:hover .table-children-delete-item[data-v-9232fde4] {
1230
+ .table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
1231
1231
  display: flex;
1232
1232
  justify-content: center;
1233
1233
  align-items: center;
1234
1234
  }
1235
- .table-children-delete-wrapper:hover .table-children-delete-index[data-v-9232fde4] {
1235
+ .table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
1236
1236
  display: none;
1237
1237
  }
1238
- .table-children-delete-item[data-v-9232fde4] {
1238
+ .table-children-delete-item[data-v-95018c58] {
1239
1239
  background-color: red;
1240
1240
  border-radius: 50%;
1241
1241
  width: 30px;
@@ -1244,7 +1244,7 @@ span.iconify {
1244
1244
  display: none;
1245
1245
  cursor: pointer;
1246
1246
  }
1247
- .table-children-delete-index[data-v-9232fde4] {
1247
+ .table-children-delete-index[data-v-95018c58] {
1248
1248
  user-select: none;
1249
1249
  display: inline-block;
1250
1250
  }.shy-basic-modal :is(.ant-modal-content) {
@@ -1422,7 +1422,7 @@ html[data-theme='light'] {
1422
1422
  }
1423
1423
  .shy-basic-help__wrap p {
1424
1424
  margin-bottom: 0;
1425
- }[data-v-d388ea3f]:root {
1425
+ }[data-v-1b6517cc]:root {
1426
1426
  --shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
1427
1427
  0px 1px 1px 0px rgba(0, 0, 0, 0.02);
1428
1428
  --shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
@@ -1434,17 +1434,17 @@ html[data-theme='light'] {
1434
1434
  --light: #fff;
1435
1435
  --dark: #141414;
1436
1436
  }
1437
- html[data-theme='dark'][data-v-d388ea3f] {
1437
+ html[data-theme='dark'][data-v-1b6517cc] {
1438
1438
  --theme: var(--dark);
1439
1439
  --text-color: var(--light);
1440
1440
  color-scheme: dark;
1441
1441
  }
1442
- html[data-theme='light'][data-v-d388ea3f] {
1442
+ html[data-theme='light'][data-v-1b6517cc] {
1443
1443
  --theme: var(--light);
1444
1444
  --text-color: var(--dark);
1445
1445
  color-scheme: light;
1446
1446
  }
1447
- .shy-basic-title[data-v-d388ea3f] {
1447
+ .shy-basic-title[data-v-1b6517cc] {
1448
1448
  position: relative;
1449
1449
  display: flex;
1450
1450
  font-size: 16px;
@@ -1454,11 +1454,11 @@ html[data-theme='light'][data-v-d388ea3f] {
1454
1454
  cursor: pointer;
1455
1455
  user-select: none;
1456
1456
  }
1457
- .shy-basic-title-normal[data-v-d388ea3f] {
1457
+ .shy-basic-title-normal[data-v-1b6517cc] {
1458
1458
  font-size: 14px;
1459
1459
  font-weight: 500;
1460
1460
  }
1461
- .shy-basic-title-show-span[data-v-d388ea3f]::before {
1461
+ .shy-basic-title-show-span[data-v-1b6517cc]::before {
1462
1462
  position: absolute;
1463
1463
  top: 4px;
1464
1464
  left: 0;
@@ -1468,7 +1468,7 @@ html[data-theme='light'][data-v-d388ea3f] {
1468
1468
  background-color: #006eff;
1469
1469
  content: '';
1470
1470
  }
1471
- .shy-basic-title-help[data-v-d388ea3f] {
1471
+ .shy-basic-title-help[data-v-1b6517cc] {
1472
1472
  margin-left: 10px;
1473
1473
  }.shy-basic-modal :is(.ant-modal-content) {
1474
1474
  padding: 0;
@@ -1760,7 +1760,7 @@ html[data-theme='light'][data-v-d388ea3f] {
1760
1760
  }
1761
1761
  .table-children-err-popover .ant-popover-inner-content {
1762
1762
  padding: 6px 16px;
1763
- }.shy-search[data-v-b90f77bd] {
1763
+ }.shy-search[data-v-fd31ab3e] {
1764
1764
  position: relative;
1765
1765
  display: flex;
1766
1766
  align-items: center;
@@ -2083,7 +2083,7 @@ html[data-theme='light'][data-v-d388ea3f] {
2083
2083
  }
2084
2084
  .shy-basic-column-setting__cloumn-list .scrollbar {
2085
2085
  height: 220px;
2086
- }.icon-selected[data-v-c5892da8] {
2086
+ }.icon-selected[data-v-f74ee46a] {
2087
2087
  color: #498bf8;
2088
2088
  }.shy-ui-advanced-search .ant-form-item {
2089
2089
  margin-bottom: 0;
@@ -2153,7 +2153,7 @@ html[data-theme='light'][data-v-d388ea3f] {
2153
2153
  }
2154
2154
  .shy-basic-table-header__toolbar > * {
2155
2155
  margin-right: 8px;
2156
- }.shy-basic-table-global-search[data-v-ee7fb814] {
2156
+ }.shy-basic-table-global-search[data-v-c66f26d7] {
2157
2157
  position: absolute;
2158
2158
  top: 40px;
2159
2159
  right: 131px;
@@ -2165,7 +2165,7 @@ html[data-theme='light'][data-v-d388ea3f] {
2165
2165
  border: 1px solid #ebebeb;
2166
2166
  padding: 10px;
2167
2167
  }
2168
- .shy-basic-table-global-search-item-global[data-v-ee7fb814] {
2168
+ .shy-basic-table-global-search-item-global[data-v-c66f26d7] {
2169
2169
  height: 32px;
2170
2170
  line-height: 32px;
2171
2171
  font-size: 14px;
@@ -2176,7 +2176,7 @@ html[data-theme='light'][data-v-d388ea3f] {
2176
2176
  align-items: center;
2177
2177
  justify-content: space-between;
2178
2178
  }
2179
- .shy-basic-table-global-search-item-special[data-v-ee7fb814] {
2179
+ .shy-basic-table-global-search-item-special[data-v-c66f26d7] {
2180
2180
  height: 32px;
2181
2181
  line-height: 32px;
2182
2182
  font-size: 14px;
@@ -2187,10 +2187,10 @@ html[data-theme='light'][data-v-d388ea3f] {
2187
2187
  align-items: center;
2188
2188
  justify-content: space-between;
2189
2189
  }
2190
- .shy-basic-table-global-search-checkbox-wrapper[data-v-ee7fb814] {
2190
+ .shy-basic-table-global-search-checkbox-wrapper[data-v-c66f26d7] {
2191
2191
  padding: 0 8px;
2192
2192
  }
2193
- .shy-basic-table-global-search .selected-bg[data-v-ee7fb814] {
2193
+ .shy-basic-table-global-search .selected-bg[data-v-c66f26d7] {
2194
2194
  background-color: #ebf1ff;
2195
2195
  }.shy-basic-table-img .ant-image {
2196
2196
  margin-right: 4px;
@@ -2201,7 +2201,7 @@ html[data-theme='light'][data-v-d388ea3f] {
2201
2201
  }
2202
2202
  .shy-basic-table-img .img-div {
2203
2203
  display: inline-grid;
2204
- }.app-iconify[data-v-21146269] {
2204
+ }.app-iconify[data-v-7d89a0e9] {
2205
2205
  vertical-align: middle;
2206
2206
  }.shy-basic-table .ant-table-expanded-row-fixed {
2207
2207
  width: 100% !important;
@@ -2346,19 +2346,19 @@ html[data-theme='light'][data-v-d388ea3f] {
2346
2346
  }
2347
2347
  .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
2348
2348
  overflow-y: auto !important;
2349
- }.wrapper[data-v-24f758b3] {
2349
+ }.wrapper[data-v-4dc415ac] {
2350
2350
  display: flex;
2351
2351
  }
2352
- .tree[data-v-24f758b3] {
2352
+ .tree[data-v-4dc415ac] {
2353
2353
  flex: none;
2354
2354
  }
2355
- .table-wrapper[data-v-24f758b3] {
2355
+ .table-wrapper[data-v-4dc415ac] {
2356
2356
  flex: 1 1 0%;
2357
2357
  overflow: hidden;
2358
- }[data-v-5427533c] .ant-input-group-addon {
2358
+ }[data-v-fb4fe18d] .ant-input-group-addon {
2359
2359
  padding: 0;
2360
2360
  }
2361
- .btn-wrapper[data-v-5427533c] {
2361
+ .btn-wrapper[data-v-fb4fe18d] {
2362
2362
  padding: 0 5px;
2363
2363
  display: flex;
2364
2364
  align-items: center;
@@ -2833,7 +2833,7 @@ html[data-theme='light'][data-v-d388ea3f] {
2833
2833
  }
2834
2834
  .shy-cropper-avatar-upload-btn[data-v-a9902106] {
2835
2835
  margin: 10px auto;
2836
- }.full-loading[data-v-33b23b82] {
2836
+ }.full-loading[data-v-ee545744] {
2837
2837
  position: fixed;
2838
2838
  top: 0;
2839
2839
  left: 0;
@@ -2845,16 +2845,16 @@ html[data-theme='light'][data-v-d388ea3f] {
2845
2845
  align-items: center;
2846
2846
  background-color: rgba(240, 242, 245, 0.4);
2847
2847
  }
2848
- .full-loading.absolute[data-v-33b23b82] {
2848
+ .full-loading.absolute[data-v-ee545744] {
2849
2849
  position: absolute;
2850
2850
  top: 0;
2851
2851
  left: 0;
2852
2852
  z-index: 300;
2853
2853
  }
2854
- html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
2854
+ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
2855
2855
  background-color: rgba(0, 0, 0, 0.45);
2856
2856
  }
2857
- .full-loading.dark[data-v-33b23b82] {
2857
+ .full-loading.dark[data-v-ee545744] {
2858
2858
  background-color: rgba(0, 0, 0, 0.45);
2859
2859
  }.shy-basic-table-plus-wrapper {
2860
2860
  display: flex;
@@ -7929,19 +7929,19 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
7929
7929
  }
7930
7930
  .shy-basic-container-footer-cancel-right {
7931
7931
  flex-direction: row-reverse;
7932
- }[data-v-b1ced086] .ant-descriptions-item-content {
7932
+ }[data-v-2d2eda80] .ant-descriptions-item-content {
7933
7933
  padding: 0 !important;
7934
7934
  flex: 1;
7935
7935
  height: 100%;
7936
7936
  }
7937
- [data-v-b1ced086] .ant-form-item {
7937
+ [data-v-2d2eda80] .ant-form-item {
7938
7938
  margin: 0;
7939
7939
  }
7940
- [data-v-b1ced086] .ant-form-item-explain {
7940
+ [data-v-2d2eda80] .ant-form-item-explain {
7941
7941
  display: none;
7942
7942
  }
7943
- [data-v-b1ced086] .ant-descriptions-item-label {
7944
- --label-width: var(--7210fae1);
7943
+ [data-v-2d2eda80] .ant-descriptions-item-label {
7944
+ --label-width: var(--989efb00);
7945
7945
  justify-content: right;
7946
7946
  align-items: center;
7947
7947
  width: var(--label-width) !important;
@@ -7950,59 +7950,59 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
7950
7950
  text-overflow: ellipsis;
7951
7951
  color: #b1b1b1;
7952
7952
  }
7953
- [data-v-b1ced086] .ant-descriptions-item-label span {
7953
+ [data-v-2d2eda80] .ant-descriptions-item-label span {
7954
7954
  white-space: nowrap;
7955
7955
  overflow: hidden;
7956
7956
  text-overflow: ellipsis;
7957
7957
  }
7958
- [data-v-b1ced086] .ant-descriptions-view tbody {
7958
+ [data-v-2d2eda80] .ant-descriptions-view tbody {
7959
7959
  display: block;
7960
7960
  }
7961
- [data-v-b1ced086] .ant-descriptions-view .ant-descriptions-row {
7961
+ [data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
7962
7962
  display: flex;
7963
7963
  width: 100%;
7964
7964
  align-items: center;
7965
7965
  gap: 0 10px;
7966
7966
  }
7967
- [data-v-b1ced086] .ant-descriptions-item-label.description-active::before {
7967
+ [data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
7968
7968
  content: '*';
7969
7969
  color: red;
7970
7970
  }
7971
- [data-v-b1ced086] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
7971
+ [data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
7972
7972
  content: '*';
7973
7973
  color: red;
7974
7974
  }
7975
- [data-v-b1ced086] .ant-descriptions-item-label::after {
7975
+ [data-v-2d2eda80] .ant-descriptions-item-label::after {
7976
7976
  content: '';
7977
7977
  }
7978
- [data-v-b1ced086] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
7978
+ [data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
7979
7979
  content: '';
7980
7980
  }
7981
- [data-v-b1ced086] .ant-form-item-has-error .ant-select-selection-placeholder {
7981
+ [data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
7982
7982
  color: #ff4d4f !important;
7983
7983
  }
7984
- [data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
7984
+ [data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
7985
7985
  gap: 0;
7986
7986
  }
7987
- [data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
7987
+ [data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
7988
7988
  border: unset !important;
7989
7989
  }
7990
- [data-v-b1ced086] .ant-descriptions-item-label.description-placeholder {
7990
+ [data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
7991
7991
  background-color: unset;
7992
7992
  border-right: unset;
7993
7993
  }
7994
- [data-v-b1ced086] .ant-descriptions-item {
7994
+ [data-v-2d2eda80] .ant-descriptions-item {
7995
7995
  flex: 1;
7996
7996
  }
7997
- [data-v-b1ced086] .ant-row.ant-form-item {
7997
+ [data-v-2d2eda80] .ant-row.ant-form-item {
7998
7998
  width: 100%;
7999
7999
  height: 100%;
8000
8000
  }
8001
- .descriptions-item-content[data-v-b1ced086] {
8001
+ .descriptions-item-content[data-v-2d2eda80] {
8002
8002
  padding: 0 8px;
8003
8003
  }.shy-basic-resize-wrapper {
8004
- --design-width: var(--1a93f028);
8005
- --design-height: var(--1e1b1b05);
8004
+ --design-width: var(--0aaa544f);
8005
+ --design-height: var(--30d13bbe);
8006
8006
  }
8007
8007
  .shy-basic-resize-wrapper-view {
8008
8008
  position: absolute;
@@ -8270,30 +8270,30 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8270
8270
  min-width: var(--min-width--large);
8271
8271
  max-width: var(--max-width-large);
8272
8272
  }
8273
- }.shy-table-edit-icon-plus[data-v-5f20f43f] {
8273
+ }.shy-table-edit-icon-plus[data-v-08f6f4a1] {
8274
8274
  width: 30px;
8275
8275
  height: 30px;
8276
8276
  font-size: 30px;
8277
8277
  cursor: pointer;
8278
8278
  display: flex;
8279
8279
  }
8280
- .table-children[data-v-5f20f43f] .ant-form-item {
8280
+ .table-children[data-v-08f6f4a1] .ant-form-item {
8281
8281
  margin-bottom: 0 !important;
8282
8282
  }
8283
- .table-children[data-v-5f20f43f] {
8283
+ .table-children[data-v-08f6f4a1] {
8284
8284
  width: 100%;
8285
8285
  }
8286
- .table-children-required[data-v-5f20f43f] {
8286
+ .table-children-required[data-v-08f6f4a1] {
8287
8287
  color: #ff4d4f;
8288
8288
  margin-right: 4px;
8289
8289
  }
8290
- .table-children[data-v-5f20f43f] .ant-table-cell {
8290
+ .table-children[data-v-08f6f4a1] .ant-table-cell {
8291
8291
  padding: 8px !important;
8292
8292
  }
8293
- .table-children[data-v-5f20f43f] .ant-table-cell .ant-form-item-explain {
8293
+ .table-children[data-v-08f6f4a1] .ant-table-cell .ant-form-item-explain {
8294
8294
  display: none;
8295
8295
  }
8296
- .table-children-add-btn[data-v-5f20f43f] {
8296
+ .table-children-add-btn[data-v-08f6f4a1] {
8297
8297
  display: flex;
8298
8298
  align-items: center;
8299
8299
  padding-inline: 8px;
@@ -8303,21 +8303,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8303
8303
  border-bottom-left-radius: 4px;
8304
8304
  border-bottom-right-radius: 4px;
8305
8305
  }
8306
- .table-children-add-btn[data-v-5f20f43f] .ant-btn {
8306
+ .table-children-add-btn[data-v-08f6f4a1] .ant-btn {
8307
8307
  width: 100%;
8308
- }.wrapper[data-v-15e2dcbb] {
8308
+ }.wrapper[data-v-0ca4fd85] {
8309
8309
  display: flex;
8310
8310
  }
8311
- .tree[data-v-15e2dcbb] {
8311
+ .tree[data-v-0ca4fd85] {
8312
8312
  flex: none;
8313
8313
  }
8314
- .table-wrapper[data-v-15e2dcbb] {
8314
+ .table-wrapper[data-v-0ca4fd85] {
8315
8315
  flex: 1 1 0%;
8316
8316
  overflow: hidden;
8317
- }[data-v-5019fbdf] .ant-input-group-addon {
8317
+ }[data-v-45845a8d] .ant-input-group-addon {
8318
8318
  padding: 0;
8319
8319
  }
8320
- .btn-wrapper[data-v-5019fbdf] {
8320
+ .btn-wrapper[data-v-45845a8d] {
8321
8321
  padding: 0 5px;
8322
8322
  display: flex;
8323
8323
  align-items: center;
@@ -8477,7 +8477,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8477
8477
  font-size: 20px;
8478
8478
  line-height: 24px;
8479
8479
  font-weight: 500;
8480
- }.shy-basic-table-global-search[data-v-329dc06f] {
8480
+ }.shy-basic-table-global-search[data-v-e87e82dc] {
8481
8481
  position: absolute;
8482
8482
  top: 80px;
8483
8483
  right: 131px;
@@ -8489,7 +8489,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8489
8489
  border: 1px solid #ebebeb;
8490
8490
  padding: 10px;
8491
8491
  }
8492
- .shy-basic-table-global-search-item-global[data-v-329dc06f] {
8492
+ .shy-basic-table-global-search-item-global[data-v-e87e82dc] {
8493
8493
  height: 32px;
8494
8494
  line-height: 32px;
8495
8495
  font-size: 14px;
@@ -8500,7 +8500,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8500
8500
  align-items: center;
8501
8501
  justify-content: space-between;
8502
8502
  }
8503
- .shy-basic-table-global-search-item-special[data-v-329dc06f] {
8503
+ .shy-basic-table-global-search-item-special[data-v-e87e82dc] {
8504
8504
  height: 32px;
8505
8505
  line-height: 32px;
8506
8506
  font-size: 14px;
@@ -8511,10 +8511,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
8511
8511
  align-items: center;
8512
8512
  justify-content: space-between;
8513
8513
  }
8514
- .shy-basic-table-global-search-checkbox-wrapper[data-v-329dc06f] {
8514
+ .shy-basic-table-global-search-checkbox-wrapper[data-v-e87e82dc] {
8515
8515
  padding: 0 8px;
8516
8516
  }
8517
- .shy-basic-table-global-search .selected-bg[data-v-329dc06f] {
8517
+ .shy-basic-table-global-search .selected-bg[data-v-e87e82dc] {
8518
8518
  background-color: #ebf1ff;
8519
8519
  }.shy-basic-table-header-cell__help {
8520
8520
  margin-left: 8px;