3h1-ui 3.0.0-next.62 → 3.0.0-next.64
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 +141 -107
- package/es/style.css +143 -154
- package/lib/index.js +140 -106
- package/package.json +3 -3
- package/lib/style.css +0 -9119
package/es/style.css
CHANGED
|
@@ -309,27 +309,12 @@ ul {
|
|
|
309
309
|
--tw-border-opacity: 1;
|
|
310
310
|
border-color: rgba(24, 144, 255, var(--tw-border-opacity));
|
|
311
311
|
}
|
|
312
|
-
.border-color-\[\#f0f0f0\] {
|
|
313
|
-
--tw-border-opacity: 1;
|
|
314
|
-
border-color: rgba(240, 240, 240, var(--tw-border-opacity));
|
|
315
|
-
}
|
|
316
|
-
.border-color-\[\#2DA44E\] {
|
|
317
|
-
--tw-border-opacity: 1;
|
|
318
|
-
border-color: rgba(45, 164, 78, var(--tw-border-opacity));
|
|
319
|
-
}
|
|
320
312
|
.rounded-4px {
|
|
321
313
|
border-radius: 4px;
|
|
322
314
|
}
|
|
323
|
-
.rounded-b-4px {
|
|
324
|
-
border-bottom-right-radius: 4px;
|
|
325
|
-
border-bottom-left-radius: 4px;
|
|
326
|
-
}
|
|
327
315
|
.border-solid {
|
|
328
316
|
border-style: solid;
|
|
329
317
|
}
|
|
330
|
-
.border-dashed {
|
|
331
|
-
border-style: dashed;
|
|
332
|
-
}
|
|
333
318
|
.border {
|
|
334
319
|
border-width: 1px;
|
|
335
320
|
}
|
|
@@ -339,15 +324,6 @@ ul {
|
|
|
339
324
|
.border-t-0 {
|
|
340
325
|
border-top-width: 0px;
|
|
341
326
|
}
|
|
342
|
-
.border-left-1px {
|
|
343
|
-
border-left-width: 1px;
|
|
344
|
-
}
|
|
345
|
-
.border-right-1px {
|
|
346
|
-
border-right-width: 1px;
|
|
347
|
-
}
|
|
348
|
-
.border-bottom-1px {
|
|
349
|
-
border-bottom-width: 1px;
|
|
350
|
-
}
|
|
351
327
|
.cursor-not-allowed {
|
|
352
328
|
cursor: not-allowed;
|
|
353
329
|
}
|
|
@@ -389,6 +365,12 @@ ul {
|
|
|
389
365
|
-webkit-align-items: center;
|
|
390
366
|
align-items: center;
|
|
391
367
|
}
|
|
368
|
+
.justify-end {
|
|
369
|
+
-webkit-box-pack: end;
|
|
370
|
+
-ms-flex-pack: end;
|
|
371
|
+
-webkit-justify-content: flex-end;
|
|
372
|
+
justify-content: flex-end;
|
|
373
|
+
}
|
|
392
374
|
.justify-center {
|
|
393
375
|
-webkit-box-pack: center;
|
|
394
376
|
-ms-flex-pack: center;
|
|
@@ -407,11 +389,8 @@ ul {
|
|
|
407
389
|
.\!h-full {
|
|
408
390
|
height: 100% !important;
|
|
409
391
|
}
|
|
410
|
-
.h-
|
|
411
|
-
height:
|
|
412
|
-
}
|
|
413
|
-
.h-32px {
|
|
414
|
-
height: 32px;
|
|
392
|
+
.h-\[fit-content\] {
|
|
393
|
+
height: fit-content;
|
|
415
394
|
}
|
|
416
395
|
.\.w-100 {
|
|
417
396
|
height: 25rem;
|
|
@@ -420,9 +399,6 @@ ul {
|
|
|
420
399
|
font-size: 14px;
|
|
421
400
|
line-height: 1;
|
|
422
401
|
}
|
|
423
|
-
.leading-32px {
|
|
424
|
-
line-height: 32px;
|
|
425
|
-
}
|
|
426
402
|
.mx-1 {
|
|
427
403
|
margin-left: 0.25rem;
|
|
428
404
|
margin-right: 0.25rem;
|
|
@@ -491,11 +467,9 @@ ul {
|
|
|
491
467
|
padding-top: 0.5rem;
|
|
492
468
|
padding-bottom: 0.5rem;
|
|
493
469
|
}
|
|
494
|
-
.
|
|
495
|
-
padding-
|
|
496
|
-
|
|
497
|
-
.pr-8px {
|
|
498
|
-
padding-right: 8px;
|
|
470
|
+
.py-8px {
|
|
471
|
+
padding-top: 8px;
|
|
472
|
+
padding-bottom: 8px;
|
|
499
473
|
}
|
|
500
474
|
.pl-2 {
|
|
501
475
|
padding-left: 0.5rem;
|
|
@@ -515,9 +489,6 @@ ul {
|
|
|
515
489
|
.resize {
|
|
516
490
|
resize: both;
|
|
517
491
|
}
|
|
518
|
-
.text-center {
|
|
519
|
-
text-align: center;
|
|
520
|
-
}
|
|
521
492
|
.text-red-500 {
|
|
522
493
|
--tw-text-opacity: 1;
|
|
523
494
|
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
|
@@ -526,10 +497,6 @@ ul {
|
|
|
526
497
|
--tw-text-opacity: 1;
|
|
527
498
|
color: rgba(27, 31, 36, var(--tw-text-opacity));
|
|
528
499
|
}
|
|
529
|
-
.text-\[\#2DA44E\] {
|
|
530
|
-
--tw-text-opacity: 1;
|
|
531
|
-
color: rgba(45, 164, 78, var(--tw-text-opacity));
|
|
532
|
-
}
|
|
533
500
|
.truncate {
|
|
534
501
|
overflow: hidden;
|
|
535
502
|
-o-text-overflow: ellipsis;
|
|
@@ -948,7 +915,7 @@ input:focus.ant-input {
|
|
|
948
915
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar {
|
|
949
916
|
position: absolute;
|
|
950
917
|
height: 10px;
|
|
951
|
-
width:
|
|
918
|
+
width: 0;
|
|
952
919
|
}
|
|
953
920
|
:is(.ant-table-body, .ant-table-content)::-webkit-scrollbar-thumb {
|
|
954
921
|
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
@@ -977,11 +944,78 @@ input:focus.ant-input {
|
|
|
977
944
|
.ant-table-wrapper .ant-table-ping-left .ant-table-cell-fix-left-last::after {
|
|
978
945
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08) !important;
|
|
979
946
|
}
|
|
947
|
+
.ant-table-cell-fix-right-first {
|
|
948
|
+
right: -1px !important;
|
|
949
|
+
}
|
|
980
950
|
.ant-table-body {
|
|
981
951
|
overflow: auto auto !important;
|
|
982
952
|
}
|
|
983
|
-
.ant-table-
|
|
984
|
-
|
|
953
|
+
.ant-table-body table:has(.ant-table-placeholder) {
|
|
954
|
+
height: 100%;
|
|
955
|
+
}
|
|
956
|
+
.ant-table-body table:has(.ant-table-placeholder) .ant-table-expanded-row-fixed {
|
|
957
|
+
width: 100% !important;
|
|
958
|
+
}
|
|
959
|
+
.ant-table-wrapper.ant-table-wrapper {
|
|
960
|
+
padding: 0;
|
|
961
|
+
background-color: var(--gray-1);
|
|
962
|
+
border-radius: 12px;
|
|
963
|
+
}
|
|
964
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table {
|
|
965
|
+
overflow-x: hidden;
|
|
966
|
+
width: 100%;
|
|
967
|
+
}
|
|
968
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table .ant-table-title {
|
|
969
|
+
display: flex;
|
|
970
|
+
justify-content: space-between;
|
|
971
|
+
align-items: center;
|
|
972
|
+
padding: 0 0 16px 0;
|
|
973
|
+
border-bottom: none;
|
|
974
|
+
min-height: 40px;
|
|
975
|
+
border: none;
|
|
976
|
+
}
|
|
977
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
|
|
978
|
+
border-top: none;
|
|
979
|
+
border-bottom: 1px solid var(--gray-2);
|
|
980
|
+
}
|
|
981
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table-header .ant-table-selection-column::before, .ant-table-wrapper.ant-table-wrapper .ant-table-thead .ant-table-selection-column::before {
|
|
982
|
+
content: '';
|
|
983
|
+
position: absolute;
|
|
984
|
+
top: 50%;
|
|
985
|
+
right: 0;
|
|
986
|
+
width: 1px;
|
|
987
|
+
height: 1.6em;
|
|
988
|
+
background-color: var(--gray-3);
|
|
989
|
+
transform: translateY(-50%);
|
|
990
|
+
transition: background-color 0.3s;
|
|
991
|
+
}
|
|
992
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table-header th, .ant-table-wrapper.ant-table-wrapper .ant-table-thead th, .ant-table-wrapper.ant-table-wrapper .ant-table-header td, .ant-table-wrapper.ant-table-wrapper .ant-table-thead td {
|
|
993
|
+
background: var(--gray-1);
|
|
994
|
+
border-bottom: 1px solid var(--gray-3);
|
|
995
|
+
}
|
|
996
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table-header th::before, .ant-table-wrapper.ant-table-wrapper .ant-table-thead th::before, .ant-table-wrapper.ant-table-wrapper .ant-table-header td::before, .ant-table-wrapper.ant-table-wrapper .ant-table-thead td::before {
|
|
997
|
+
background-color: var(--gray-3) !important;
|
|
998
|
+
}
|
|
999
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table-container.ant-table-container {
|
|
1000
|
+
border-inline-start: unset;
|
|
1001
|
+
border: 1px solid var(--gray-3);
|
|
1002
|
+
}
|
|
1003
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table-small .ant-table-tbody > tr > td {
|
|
1004
|
+
padding: 7px 8px;
|
|
1005
|
+
}
|
|
1006
|
+
.ant-table-wrapper.ant-table-wrapper .ant-table-small .ant-table-thead > tr > th * {
|
|
1007
|
+
line-height: 20px;
|
|
1008
|
+
}
|
|
1009
|
+
.ant-btn {
|
|
1010
|
+
box-shadow: none;
|
|
1011
|
+
}
|
|
1012
|
+
.ant-btn-dashed.ant-btn-dashed {
|
|
1013
|
+
color: var(--primary-5);
|
|
1014
|
+
border-color: var(--primary-5);
|
|
1015
|
+
}
|
|
1016
|
+
.ant-btn-dashed.ant-btn-dashed:hover, .ant-btn-dashed.ant-btn-dashed:active, .ant-btn-dashed.ant-btn-dashed:focus {
|
|
1017
|
+
color: var(--gray-0);
|
|
1018
|
+
background-color: var(--primary-5);
|
|
985
1019
|
}.shy-strength-meter-bar[data-v-678d40fd] {
|
|
986
1020
|
position: relative;
|
|
987
1021
|
margin: 10px auto 6px;
|
|
@@ -1090,7 +1124,7 @@ span.iconify {
|
|
|
1090
1124
|
}
|
|
1091
1125
|
.shy-basic-help__wrap p {
|
|
1092
1126
|
margin-bottom: 0;
|
|
1093
|
-
}.shy-basic-title[data-v-
|
|
1127
|
+
}.shy-basic-title[data-v-b0cf71c3] {
|
|
1094
1128
|
position: relative;
|
|
1095
1129
|
display: flex;
|
|
1096
1130
|
font-family: PingFangSC, PingFang SC;
|
|
@@ -1103,7 +1137,12 @@ span.iconify {
|
|
|
1103
1137
|
justify-content: space-between;
|
|
1104
1138
|
align-items: center;
|
|
1105
1139
|
}
|
|
1106
|
-
.shy-basic-title-
|
|
1140
|
+
.shy-basic-title-label[data-v-b0cf71c3] {
|
|
1141
|
+
display: flex;
|
|
1142
|
+
gap: 8px;
|
|
1143
|
+
align-items: center;
|
|
1144
|
+
}
|
|
1145
|
+
.shy-basic-title-show-span[data-v-b0cf71c3]::before {
|
|
1107
1146
|
content: '';
|
|
1108
1147
|
position: absolute;
|
|
1109
1148
|
width: 2px;
|
|
@@ -1114,18 +1153,12 @@ span.iconify {
|
|
|
1114
1153
|
top: 50%;
|
|
1115
1154
|
transform: translateY(-50%);
|
|
1116
1155
|
}
|
|
1117
|
-
.shy-basic-title-help[data-v-
|
|
1156
|
+
.shy-basic-title-help[data-v-b0cf71c3] {
|
|
1118
1157
|
margin-left: 10px;
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
cursor: pointer;
|
|
1122
|
-
font-size: 14px;
|
|
1123
|
-
display: flex;
|
|
1124
|
-
align-items: center;
|
|
1158
|
+
}.shy-collapse-container-arrow {
|
|
1159
|
+
font-size: 14px !important;
|
|
1125
1160
|
color: var(--primary-5);
|
|
1126
|
-
|
|
1127
|
-
.shy-basic-title-expand-icon[data-v-df3764dc] {
|
|
1128
|
-
margin-right: 3px;
|
|
1161
|
+
cursor: pointer;
|
|
1129
1162
|
}.shy-collapse-container {
|
|
1130
1163
|
background-color: #ffffff;
|
|
1131
1164
|
border-radius: 2px;
|
|
@@ -1136,7 +1169,10 @@ span.iconify {
|
|
|
1136
1169
|
justify-content: space-between;
|
|
1137
1170
|
align-items: center;
|
|
1138
1171
|
height: 32px;
|
|
1139
|
-
border-
|
|
1172
|
+
border-radius: 4px;
|
|
1173
|
+
}
|
|
1174
|
+
.shy-collapse-container__header-action {
|
|
1175
|
+
background: var(--gray-1);
|
|
1140
1176
|
}
|
|
1141
1177
|
.shy-collapse-container__footer {
|
|
1142
1178
|
border-top: 1px solid #E4E7ED;
|
|
@@ -2042,7 +2078,7 @@ span.iconify {
|
|
|
2042
2078
|
}
|
|
2043
2079
|
.table-children-err-popover .ant-popover-inner-content {
|
|
2044
2080
|
padding: 6px 16px;
|
|
2045
|
-
}.shy-search[data-v-
|
|
2081
|
+
}.shy-search[data-v-743e62ba] {
|
|
2046
2082
|
position: relative;
|
|
2047
2083
|
display: flex;
|
|
2048
2084
|
align-items: center;
|
|
@@ -8267,51 +8303,41 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8267
8303
|
overflow: auto;
|
|
8268
8304
|
padding: 0 0;
|
|
8269
8305
|
height: 100%;
|
|
8270
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8306
|
+
}.shy-table-edit-icon-plus[data-v-221ba907] {
|
|
8271
8307
|
width: 30px;
|
|
8272
8308
|
height: 30px;
|
|
8273
8309
|
font-size: 30px;
|
|
8274
8310
|
cursor: pointer;
|
|
8275
8311
|
display: flex;
|
|
8276
8312
|
}
|
|
8277
|
-
.table-children[data-v-
|
|
8313
|
+
.table-children[data-v-221ba907] .ant-form-item {
|
|
8278
8314
|
margin-bottom: 0 !important;
|
|
8279
8315
|
}
|
|
8280
|
-
.table-children
|
|
8316
|
+
.table-children[data-v-221ba907] {
|
|
8317
|
+
width: 100%;
|
|
8318
|
+
}
|
|
8319
|
+
.table-children-required[data-v-221ba907] {
|
|
8281
8320
|
color: #ff4d4f;
|
|
8282
8321
|
margin-right: 4px;
|
|
8283
8322
|
}
|
|
8284
|
-
.table-children[data-v-
|
|
8323
|
+
.table-children[data-v-221ba907] .ant-table-cell {
|
|
8285
8324
|
padding: 8px !important;
|
|
8286
8325
|
}
|
|
8287
|
-
.table-children[data-v-
|
|
8326
|
+
.table-children[data-v-221ba907] .ant-table-cell .ant-form-item-explain {
|
|
8288
8327
|
display: none;
|
|
8289
8328
|
}
|
|
8290
|
-
.table-children-
|
|
8329
|
+
.table-children-add-btn[data-v-221ba907] {
|
|
8291
8330
|
display: flex;
|
|
8292
|
-
height: 100%;
|
|
8293
|
-
justify-content: center;
|
|
8294
|
-
}
|
|
8295
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-abb4b35a] {
|
|
8296
|
-
display: flex;
|
|
8297
|
-
justify-content: center;
|
|
8298
8331
|
align-items: center;
|
|
8332
|
+
padding-inline: 8px;
|
|
8333
|
+
height: 50px;
|
|
8334
|
+
border-inline: 1px solid var(--gray-3);
|
|
8335
|
+
border-bottom: 1px solid var(--gray-3);
|
|
8336
|
+
border-bottom-left-radius: 4px;
|
|
8337
|
+
border-bottom-right-radius: 4px;
|
|
8299
8338
|
}
|
|
8300
|
-
.table-children-
|
|
8301
|
-
|
|
8302
|
-
}
|
|
8303
|
-
.table-children-delete-item[data-v-abb4b35a] {
|
|
8304
|
-
background-color: red;
|
|
8305
|
-
border-radius: 50%;
|
|
8306
|
-
width: 30px;
|
|
8307
|
-
height: 30px;
|
|
8308
|
-
text-align: center;
|
|
8309
|
-
display: none;
|
|
8310
|
-
cursor: pointer;
|
|
8311
|
-
}
|
|
8312
|
-
.table-children-delete-index[data-v-abb4b35a] {
|
|
8313
|
-
user-select: none;
|
|
8314
|
-
display: inline-block;
|
|
8339
|
+
.table-children-add-btn[data-v-221ba907] .ant-btn {
|
|
8340
|
+
width: 100%;
|
|
8315
8341
|
}.shy-ant-form {
|
|
8316
8342
|
display: flex;
|
|
8317
8343
|
justify-content: space-between;
|
|
@@ -8434,58 +8460,66 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8434
8460
|
width: 100%;
|
|
8435
8461
|
background-color: var(--gray-3);
|
|
8436
8462
|
}
|
|
8463
|
+
.shy-ant-form-wrapper {
|
|
8464
|
+
--max-width-large: 1224px;
|
|
8465
|
+
--max-width-middle: 864px;
|
|
8466
|
+
--max-width-small: 720px;
|
|
8467
|
+
--min-width--large: 70%;
|
|
8468
|
+
--min-width--middle: 69%;
|
|
8469
|
+
--min-width--small: 68%;
|
|
8470
|
+
}
|
|
8437
8471
|
@media screen and (max-width: 1440px) {
|
|
8438
8472
|
.shy-ant-form-wrapper-col-1 {
|
|
8439
|
-
min-width:
|
|
8440
|
-
max-width:
|
|
8473
|
+
min-width: calc(var(--min-width--small) * (1 / 3));
|
|
8474
|
+
max-width: calc(var(--max-width-small) * (1 / 3));
|
|
8441
8475
|
}
|
|
8442
8476
|
}
|
|
8443
8477
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8444
8478
|
.shy-ant-form-wrapper-col-1 {
|
|
8445
|
-
min-width:
|
|
8446
|
-
max-width:
|
|
8479
|
+
min-width: calc(var(--min-width--middle) * (1 / 3));
|
|
8480
|
+
max-width: calc(var(--max-width-middle) * (1 / 3));
|
|
8447
8481
|
}
|
|
8448
8482
|
}
|
|
8449
8483
|
@media screen and (min-width: 1920px) {
|
|
8450
8484
|
.shy-ant-form-wrapper-col-1 {
|
|
8451
|
-
min-width:
|
|
8452
|
-
max-width:
|
|
8485
|
+
min-width: calc(var(--min-width--large) * (1 / 3));
|
|
8486
|
+
max-width: calc(var(--max-width-large) * (1 / 3));
|
|
8453
8487
|
}
|
|
8454
8488
|
}
|
|
8455
8489
|
@media screen and (max-width: 1440px) {
|
|
8456
8490
|
.shy-ant-form-wrapper-col-2 {
|
|
8457
|
-
min-width:
|
|
8458
|
-
max-width:
|
|
8491
|
+
min-width: calc(var(--min-width--small) * (1 / 3) * 2);
|
|
8492
|
+
max-width: calc(var(--max-width-small) * (1 / 3) * 2);
|
|
8459
8493
|
}
|
|
8460
8494
|
}
|
|
8461
8495
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8462
8496
|
.shy-ant-form-wrapper-col-2 {
|
|
8463
|
-
min-width:
|
|
8464
|
-
max-width:
|
|
8497
|
+
min-width: calc(var(--min-width--middle) * (1 / 3) * 2);
|
|
8498
|
+
max-width: calc(var(--max-width-middle) * (1 / 3) * 2);
|
|
8465
8499
|
}
|
|
8466
8500
|
}
|
|
8467
8501
|
@media screen and (min-width: 1920px) {
|
|
8468
8502
|
.shy-ant-form-wrapper-col-2 {
|
|
8469
|
-
min-width:
|
|
8470
|
-
max-width:
|
|
8503
|
+
min-width: calc(var(--min-width--large) * (1 / 3) * 2);
|
|
8504
|
+
max-width: calc(var(--max-width-large) * (1 / 3) * 2);
|
|
8471
8505
|
}
|
|
8472
8506
|
}
|
|
8473
8507
|
@media screen and (max-width: 1440px) {
|
|
8474
8508
|
.shy-ant-form-wrapper-col-3 {
|
|
8475
|
-
min-width:
|
|
8476
|
-
max-width:
|
|
8509
|
+
min-width: var(--min-width--small);
|
|
8510
|
+
max-width: var(--max-width-small);
|
|
8477
8511
|
}
|
|
8478
8512
|
}
|
|
8479
8513
|
@media screen and (max-width: 1920px) and (min-width: 1440px) {
|
|
8480
8514
|
.shy-ant-form-wrapper-col-3 {
|
|
8481
|
-
min-width:
|
|
8482
|
-
max-width:
|
|
8515
|
+
min-width: var(--min-width--middle);
|
|
8516
|
+
max-width: var(--max-width-middle);
|
|
8483
8517
|
}
|
|
8484
8518
|
}
|
|
8485
8519
|
@media screen and (min-width: 1920px) {
|
|
8486
8520
|
.shy-ant-form-wrapper-col-3 {
|
|
8487
|
-
min-width:
|
|
8488
|
-
max-width:
|
|
8521
|
+
min-width: var(--min-width--large);
|
|
8522
|
+
max-width: var(--max-width-large);
|
|
8489
8523
|
}
|
|
8490
8524
|
}.wrapper[data-v-0ca4fd85] {
|
|
8491
8525
|
display: flex;
|
|
@@ -8763,56 +8797,11 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8763
8797
|
height: 7px;
|
|
8764
8798
|
border-width: 1.5px;
|
|
8765
8799
|
}
|
|
8766
|
-
.shy-ant-table
|
|
8767
|
-
padding: 0;
|
|
8768
|
-
background-color: var(gray-1);
|
|
8769
|
-
border-radius: 12px;
|
|
8770
|
-
}
|
|
8771
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table {
|
|
8772
|
-
overflow-x: hidden;
|
|
8773
|
-
width: 100%;
|
|
8774
|
-
}
|
|
8775
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table .ant-table-title {
|
|
8776
|
-
display: flex;
|
|
8777
|
-
justify-content: space-between;
|
|
8778
|
-
align-items: center;
|
|
8779
|
-
padding: 0 0 16px 0;
|
|
8780
|
-
border-bottom: none;
|
|
8781
|
-
min-height: 40px;
|
|
8782
|
-
border: none;
|
|
8783
|
-
}
|
|
8784
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table:not(.ant-table-bordered) .ant-table-tbody > tr > td {
|
|
8785
|
-
border-top: none;
|
|
8786
|
-
border-bottom: 1px solid var(--gray-2);
|
|
8787
|
-
}
|
|
8788
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table-header .ant-table-selection-column::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead .ant-table-selection-column::before {
|
|
8789
|
-
content: '';
|
|
8790
|
-
position: absolute;
|
|
8791
|
-
top: 50%;
|
|
8792
|
-
right: 0;
|
|
8793
|
-
width: 1px;
|
|
8794
|
-
height: 1.6em;
|
|
8795
|
-
background-color: var(--gray-3);
|
|
8796
|
-
transform: translateY(-50%);
|
|
8797
|
-
transition: background-color 0.3s;
|
|
8798
|
-
}
|
|
8799
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table-header th, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead th, .shy-ant-table :is(.ant-table-wrapper) .ant-table-header td, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead td {
|
|
8800
|
-
background: var(--gray-1);
|
|
8801
|
-
border-bottom: 1px solid var(--gray-3);
|
|
8802
|
-
}
|
|
8803
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table-header th::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead th::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-header td::before, .shy-ant-table :is(.ant-table-wrapper) .ant-table-thead td::before {
|
|
8804
|
-
background-color: var(--gray-3) !important;
|
|
8805
|
-
}
|
|
8806
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table-container {
|
|
8800
|
+
.shy-ant-table .ant-table-container.ant-table-container {
|
|
8807
8801
|
border-radius: 4px !important;
|
|
8802
|
+
border-inline-start: unset;
|
|
8808
8803
|
border: 1px solid var(--gray-3);
|
|
8809
8804
|
}
|
|
8810
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table-small .ant-table-tbody > tr > td {
|
|
8811
|
-
padding: 7px 8px;
|
|
8812
|
-
}
|
|
8813
|
-
.shy-ant-table :is(.ant-table-wrapper) .ant-table-small .ant-table-thead > tr > th * {
|
|
8814
|
-
line-height: 20px;
|
|
8815
|
-
}
|
|
8816
8805
|
.shy-ant-table .shy-basic-form-input > .ant-col {
|
|
8817
8806
|
padding-left: 0;
|
|
8818
8807
|
padding-right: 20px;
|
|
@@ -8997,7 +8986,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
|
|
|
8997
8986
|
.shy-container-content {
|
|
8998
8987
|
flex: 1;
|
|
8999
8988
|
overflow: auto;
|
|
9000
|
-
padding: 0 16px;
|
|
8989
|
+
padding: 0 16px 16px 16px;
|
|
9001
8990
|
}
|
|
9002
8991
|
.shy-container-footer {
|
|
9003
8992
|
height: 55px;
|