3h1-ui 3.0.0-next.6 → 3.0.0-next.8
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 +5057 -862
- package/es/style.css +409 -14
- package/lib/index.js +5050 -855
- package/package.json +1 -1
- package/lib/style.css +0 -8159
package/es/style.css
CHANGED
|
@@ -297,6 +297,10 @@ ul {
|
|
|
297
297
|
max-width: 1600px;
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
+
.bg-gray-100 {
|
|
301
|
+
--tw-bg-opacity: 1;
|
|
302
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
303
|
+
}
|
|
300
304
|
.border-primary {
|
|
301
305
|
--tw-border-opacity: 1;
|
|
302
306
|
border-color: rgba(24, 144, 255, var(--tw-border-opacity));
|
|
@@ -380,14 +384,14 @@ ul {
|
|
|
380
384
|
margin-left: 0.25rem;
|
|
381
385
|
margin-right: 0.25rem;
|
|
382
386
|
}
|
|
383
|
-
.mx-auto {
|
|
384
|
-
margin-left: auto;
|
|
385
|
-
margin-right: auto;
|
|
386
|
-
}
|
|
387
387
|
.mx-2 {
|
|
388
388
|
margin-left: 0.5rem;
|
|
389
389
|
margin-right: 0.5rem;
|
|
390
390
|
}
|
|
391
|
+
.mx-auto {
|
|
392
|
+
margin-left: auto;
|
|
393
|
+
margin-right: auto;
|
|
394
|
+
}
|
|
391
395
|
.mr-2 {
|
|
392
396
|
margin-right: 0.5rem;
|
|
393
397
|
}
|
|
@@ -459,6 +463,10 @@ ul {
|
|
|
459
463
|
.resize {
|
|
460
464
|
resize: both;
|
|
461
465
|
}
|
|
466
|
+
.text-red-500 {
|
|
467
|
+
--tw-text-opacity: 1;
|
|
468
|
+
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
|
469
|
+
}
|
|
462
470
|
.truncate {
|
|
463
471
|
overflow: hidden;
|
|
464
472
|
-o-text-overflow: ellipsis;
|
|
@@ -951,7 +959,6 @@ span.iconify {
|
|
|
951
959
|
}
|
|
952
960
|
.scroll-container .scrollbar__wrap {
|
|
953
961
|
overflow-x: hidden;
|
|
954
|
-
margin-bottom: 18px !important;
|
|
955
962
|
}
|
|
956
963
|
.scroll-container .scrollbar__view {
|
|
957
964
|
box-sizing: border-box;
|
|
@@ -990,28 +997,40 @@ span.iconify {
|
|
|
990
997
|
.shy-tinymce-container textarea {
|
|
991
998
|
z-index: -1;
|
|
992
999
|
visibility: hidden;
|
|
993
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1000
|
+
}.shy-table-edit-icon-plus[data-v-9232fde4] {
|
|
994
1001
|
width: 30px;
|
|
995
1002
|
height: 30px;
|
|
996
1003
|
font-size: 30px;
|
|
997
1004
|
cursor: pointer;
|
|
998
1005
|
display: flex;
|
|
999
1006
|
}
|
|
1000
|
-
.table-children[data-v-
|
|
1007
|
+
.table-children[data-v-9232fde4] .ant-form-item {
|
|
1001
1008
|
margin-bottom: 0 !important;
|
|
1002
1009
|
}
|
|
1003
|
-
.
|
|
1010
|
+
.table-children-required[data-v-9232fde4] {
|
|
1011
|
+
color: #ff4d4f;
|
|
1012
|
+
margin-right: 4px;
|
|
1013
|
+
}
|
|
1014
|
+
.table-children[data-v-9232fde4] .ant-table-cell {
|
|
1015
|
+
padding: 8px !important;
|
|
1016
|
+
}
|
|
1017
|
+
.table-children[data-v-9232fde4] .ant-table-cell .ant-form-item-explain {
|
|
1018
|
+
display: none;
|
|
1019
|
+
}
|
|
1020
|
+
.table-children-delete-wrapper[data-v-9232fde4] {
|
|
1021
|
+
display: flex;
|
|
1004
1022
|
height: 100%;
|
|
1023
|
+
justify-content: center;
|
|
1005
1024
|
}
|
|
1006
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
1025
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-9232fde4] {
|
|
1007
1026
|
display: flex;
|
|
1008
1027
|
justify-content: center;
|
|
1009
1028
|
align-items: center;
|
|
1010
1029
|
}
|
|
1011
|
-
.delete-wrapper:hover .delete-index[data-v-
|
|
1030
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-9232fde4] {
|
|
1012
1031
|
display: none;
|
|
1013
1032
|
}
|
|
1014
|
-
.
|
|
1033
|
+
.table-children-delete-item[data-v-9232fde4] {
|
|
1015
1034
|
background-color: red;
|
|
1016
1035
|
border-radius: 50%;
|
|
1017
1036
|
width: 30px;
|
|
@@ -1020,7 +1039,8 @@ span.iconify {
|
|
|
1020
1039
|
display: none;
|
|
1021
1040
|
cursor: pointer;
|
|
1022
1041
|
}
|
|
1023
|
-
.
|
|
1042
|
+
.table-children-delete-index[data-v-9232fde4] {
|
|
1043
|
+
user-select: none;
|
|
1024
1044
|
display: inline-block;
|
|
1025
1045
|
}@media screen and (max-height: 600px) {
|
|
1026
1046
|
.ant-modal {
|
|
@@ -1040,15 +1060,22 @@ span.iconify {
|
|
|
1040
1060
|
.fullscreen-modal {
|
|
1041
1061
|
overflow: hidden;
|
|
1042
1062
|
}
|
|
1063
|
+
.fullscreen-modal .ant-modal-header {
|
|
1064
|
+
pointer-events: none;
|
|
1065
|
+
}
|
|
1043
1066
|
.fullscreen-modal .ant-modal {
|
|
1044
1067
|
top: 0 !important;
|
|
1045
1068
|
right: 0 !important;
|
|
1046
1069
|
bottom: 0 !important;
|
|
1047
1070
|
left: 0 !important;
|
|
1071
|
+
padding-bottom: 0;
|
|
1072
|
+
margin: 0;
|
|
1048
1073
|
width: 100% !important;
|
|
1049
|
-
|
|
1074
|
+
max-width: 100%;
|
|
1050
1075
|
}
|
|
1051
1076
|
.fullscreen-modal .ant-modal-content {
|
|
1077
|
+
display: flex;
|
|
1078
|
+
flex-direction: column;
|
|
1052
1079
|
height: 100%;
|
|
1053
1080
|
}
|
|
1054
1081
|
.ant-modal {
|
|
@@ -1132,7 +1159,6 @@ span.iconify {
|
|
|
1132
1159
|
}
|
|
1133
1160
|
.scroll-container .scrollbar__wrap {
|
|
1134
1161
|
overflow-x: hidden;
|
|
1135
|
-
margin-bottom: 18px !important;
|
|
1136
1162
|
}
|
|
1137
1163
|
.scroll-container .scrollbar__view {
|
|
1138
1164
|
box-sizing: border-box;
|
|
@@ -1296,6 +1322,7 @@ span.iconify {
|
|
|
1296
1322
|
width: 250px !important;
|
|
1297
1323
|
}
|
|
1298
1324
|
.shy-basic-form-input {
|
|
1325
|
+
width: 100%;
|
|
1299
1326
|
flex: 1;
|
|
1300
1327
|
}
|
|
1301
1328
|
.shy-basic-form-toggle {
|
|
@@ -1348,6 +1375,9 @@ span.iconify {
|
|
|
1348
1375
|
.shy-basic-form .ant-form-item:not(.ant-form-item-with-help) {
|
|
1349
1376
|
margin-bottom: 20px;
|
|
1350
1377
|
}
|
|
1378
|
+
.shy-basic-form .ant-form-item-control-input-content > div > div:not(.ant-input-number-handler-wrap) {
|
|
1379
|
+
width: 100%;
|
|
1380
|
+
}
|
|
1351
1381
|
.shy-basic-form .ant-form-item.suffix-item .ant-form-item-children {
|
|
1352
1382
|
display: flex;
|
|
1353
1383
|
}
|
|
@@ -1393,6 +1423,9 @@ span.iconify {
|
|
|
1393
1423
|
height: 14px;
|
|
1394
1424
|
content: '';
|
|
1395
1425
|
background: #2991ff;
|
|
1426
|
+
}
|
|
1427
|
+
.table-children-err-popover .ant-popover-inner-content {
|
|
1428
|
+
padding: 6px 16px;
|
|
1396
1429
|
}.shy-search[data-v-a0f20f9d] {
|
|
1397
1430
|
position: relative;
|
|
1398
1431
|
display: flex;
|
|
@@ -8156,4 +8189,366 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8156
8189
|
}
|
|
8157
8190
|
.vue-colorful__hue-pointer {
|
|
8158
8191
|
z-index: 2;
|
|
8192
|
+
}[data-theme='dark'] .ant-table-tbody > tr:hover.ant-table-row-selected > td, [data-theme='dark'] .ant-table-tbody > tr.ant-table-row-selected td {
|
|
8193
|
+
background-color: #262626;
|
|
8194
|
+
}
|
|
8195
|
+
.shy-basic-table {
|
|
8196
|
+
overflow: hidden;
|
|
8197
|
+
width: 100%;
|
|
8198
|
+
height: 100%;
|
|
8199
|
+
}
|
|
8200
|
+
.shy-basic-table-table-wrapper {
|
|
8201
|
+
padding: 10px 10px 10px 10px;
|
|
8202
|
+
background: #fff;
|
|
8203
|
+
}
|
|
8204
|
+
.shy-basic-table-row__striped td {
|
|
8205
|
+
background-color: #fafafa;
|
|
8206
|
+
}
|
|
8207
|
+
.shy-basic-table-advanced-search {
|
|
8208
|
+
position: absolute;
|
|
8209
|
+
top: 40px;
|
|
8210
|
+
right: 106px;
|
|
8211
|
+
width: 600px;
|
|
8212
|
+
z-index: 100;
|
|
8213
|
+
background-color: #fff;
|
|
8214
|
+
border: 1px solid #ebebeb;
|
|
8215
|
+
padding: 10px 10px 42px 10px;
|
|
8216
|
+
}
|
|
8217
|
+
.shy-basic-table-advanced-search .shy-ui-advanced-search {
|
|
8218
|
+
max-height: 500px;
|
|
8219
|
+
overflow: auto;
|
|
8220
|
+
}
|
|
8221
|
+
.shy-basic-table-advanced-search-footer {
|
|
8222
|
+
position: absolute;
|
|
8223
|
+
left: 10px;
|
|
8224
|
+
bottom: 10px;
|
|
8225
|
+
}
|
|
8226
|
+
.shy-basic-table-advanced-search-item {
|
|
8227
|
+
display: flex;
|
|
8228
|
+
align-items: center;
|
|
8229
|
+
justify-content: space-between;
|
|
8230
|
+
margin-bottom: 8px;
|
|
8231
|
+
}
|
|
8232
|
+
.shy-basic-table-form-container .ant-form {
|
|
8233
|
+
position: relative;
|
|
8234
|
+
padding: 12px 10px 6px;
|
|
8235
|
+
width: 100%;
|
|
8236
|
+
background-color: #ffffff;
|
|
8237
|
+
border-radius: 12px;
|
|
8238
|
+
}
|
|
8239
|
+
.shy-basic-table .ant-tag {
|
|
8240
|
+
margin-right: 0;
|
|
8241
|
+
}
|
|
8242
|
+
.shy-basic-table .ant-table-thead .ant-table-selection-column::before {
|
|
8243
|
+
position: absolute;
|
|
8244
|
+
top: 50%;
|
|
8245
|
+
right: 0;
|
|
8246
|
+
width: 1px;
|
|
8247
|
+
height: 1.6em;
|
|
8248
|
+
background-color: rgba(0, 0, 0, 0.06);
|
|
8249
|
+
content: "";
|
|
8250
|
+
transform: translateY(-50%);
|
|
8251
|
+
transition: background-color 0.3s;
|
|
8252
|
+
}
|
|
8253
|
+
.shy-basic-table .ant-table-wrapper {
|
|
8254
|
+
padding: 0 !important;
|
|
8255
|
+
background-color: #ffffff;
|
|
8256
|
+
border-radius: 12px;
|
|
8257
|
+
}
|
|
8258
|
+
.shy-basic-table .ant-table-wrapper .ant-table-title {
|
|
8259
|
+
padding: 0 0 8px !important;
|
|
8260
|
+
min-height: 40px;
|
|
8261
|
+
}
|
|
8262
|
+
.shy-basic-table .ant-table-wrapper .ant-table.ant-table-bordered .ant-table-title {
|
|
8263
|
+
border: none !important;
|
|
8264
|
+
}
|
|
8265
|
+
.shy-basic-table .ant-table {
|
|
8266
|
+
overflow-x: hidden;
|
|
8267
|
+
width: 100%;
|
|
8268
|
+
}
|
|
8269
|
+
.shy-basic-table .ant-table-title {
|
|
8270
|
+
display: flex;
|
|
8271
|
+
justify-content: space-between;
|
|
8272
|
+
align-items: center;
|
|
8273
|
+
padding: 8px 6px;
|
|
8274
|
+
border-bottom: none;
|
|
8275
|
+
}
|
|
8276
|
+
.shy-basic-table .ant-pagination {
|
|
8277
|
+
margin: 10px 0 0 !important;
|
|
8278
|
+
}
|
|
8279
|
+
.shy-basic-table .ant-table-footer {
|
|
8280
|
+
padding: 0;
|
|
8281
|
+
}
|
|
8282
|
+
.shy-basic-table .ant-table-footer .ant-table-wrapper {
|
|
8283
|
+
padding: 0;
|
|
8284
|
+
}
|
|
8285
|
+
.shy-basic-table .ant-table-footer table {
|
|
8286
|
+
border: none !important;
|
|
8287
|
+
}
|
|
8288
|
+
.shy-basic-table .ant-table-footer .ant-table-body {
|
|
8289
|
+
overflow-x: hidden !important;
|
|
8290
|
+
overflow-y: scroll !important;
|
|
8291
|
+
padding-right: 7px;
|
|
8292
|
+
}
|
|
8293
|
+
.shy-basic-table .ant-table-footer td {
|
|
8294
|
+
padding: 12px 8px;
|
|
8295
|
+
}
|
|
8296
|
+
.shy-basic-table .shy-basic-form-input > .ant-col {
|
|
8297
|
+
padding-left: 0 !important;
|
|
8298
|
+
padding-right: 20px !important;
|
|
8299
|
+
}
|
|
8300
|
+
.shy-basic-table--inset .ant-table-wrapper {
|
|
8301
|
+
padding: 0;
|
|
8302
|
+
}
|
|
8303
|
+
.shy-basic-table .ant-table-container {
|
|
8304
|
+
border: 1px solid #f0f0f0;
|
|
8305
|
+
}
|
|
8306
|
+
.shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-hide-scrollbar {
|
|
8307
|
+
overflow-x: auto !important;
|
|
8308
|
+
}
|
|
8309
|
+
.shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
|
|
8310
|
+
overflow: auto !important;
|
|
8311
|
+
}
|
|
8312
|
+
.shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-right .ant-table-body-outer .ant-table-body-inner {
|
|
8313
|
+
overflow-x: auto !important;
|
|
8314
|
+
}
|
|
8315
|
+
.shy-basic-table .hide-scrollbar-x .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
|
|
8316
|
+
overflow-x: auto !important;
|
|
8317
|
+
}
|
|
8318
|
+
.hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-hide-scrollbar {
|
|
8319
|
+
overflow-y: auto !important;
|
|
8320
|
+
}
|
|
8321
|
+
.hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
|
|
8322
|
+
overflow-y: auto !important;
|
|
8323
|
+
}
|
|
8324
|
+
.hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-right .ant-table-body-outer .ant-table-body-inner {
|
|
8325
|
+
overflow-y: auto !important;
|
|
8326
|
+
}
|
|
8327
|
+
.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 {
|
|
8328
|
+
overflow-y: auto !important;
|
|
8329
|
+
}
|
|
8330
|
+
.ant-table-tbody tr td:empty::after {
|
|
8331
|
+
content: '-' !important;
|
|
8332
|
+
}
|
|
8333
|
+
.ant-table-expanded-row-fixed {
|
|
8334
|
+
width: 100% !important;
|
|
8335
|
+
}.edit-cell-align-left {
|
|
8336
|
+
text-align: left;
|
|
8337
|
+
}
|
|
8338
|
+
.edit-cell-align-left input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
|
|
8339
|
+
text-align: left;
|
|
8340
|
+
}
|
|
8341
|
+
.edit-cell-align-center {
|
|
8342
|
+
text-align: center;
|
|
8343
|
+
}
|
|
8344
|
+
.edit-cell-align-center input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
|
|
8345
|
+
text-align: center;
|
|
8346
|
+
}
|
|
8347
|
+
.edit-cell-align-right {
|
|
8348
|
+
text-align: right;
|
|
8349
|
+
}
|
|
8350
|
+
.edit-cell-align-right input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
|
|
8351
|
+
text-align: right;
|
|
8352
|
+
}
|
|
8353
|
+
.edit-cell-rule-popover .ant-popover-inner-content {
|
|
8354
|
+
padding: 4px 8px;
|
|
8355
|
+
color: #ED6F6F;
|
|
8356
|
+
border-radius: 2px;
|
|
8357
|
+
}
|
|
8358
|
+
.shy-editable-cell {
|
|
8359
|
+
position: relative;
|
|
8360
|
+
min-height: 24px;
|
|
8361
|
+
}
|
|
8362
|
+
.shy-editable-cell__wrapper {
|
|
8363
|
+
display: flex;
|
|
8364
|
+
justify-content: center;
|
|
8365
|
+
align-items: center;
|
|
8366
|
+
}
|
|
8367
|
+
.shy-editable-cell__wrapper > .ant-select {
|
|
8368
|
+
min-width: calc(100% - 50px);
|
|
8369
|
+
}
|
|
8370
|
+
.shy-editable-cell__icon:hover {
|
|
8371
|
+
transform: scale(1.2);
|
|
8372
|
+
}
|
|
8373
|
+
.shy-editable-cell__icon:hover svg {
|
|
8374
|
+
color: #006eff;
|
|
8375
|
+
}
|
|
8376
|
+
.shy-editable-cell__rule {
|
|
8377
|
+
border: 1px solid #ED6F6F !important;
|
|
8378
|
+
}
|
|
8379
|
+
.shy-editable-cell__rule::placeholder, .shy-editable-cell__rule ::placeholder {
|
|
8380
|
+
color: #ED6F6F !important;
|
|
8381
|
+
}
|
|
8382
|
+
.shy-editable-cell .ellipsis-cell .cell-content {
|
|
8383
|
+
overflow: hidden;
|
|
8384
|
+
text-overflow: ellipsis;
|
|
8385
|
+
white-space: nowrap;
|
|
8386
|
+
overflow-wrap: break-word;
|
|
8387
|
+
word-break: break-word;
|
|
8388
|
+
}
|
|
8389
|
+
.shy-editable-cell__normal-icon {
|
|
8390
|
+
position: absolute;
|
|
8391
|
+
top: 4px;
|
|
8392
|
+
right: 0;
|
|
8393
|
+
display: none;
|
|
8394
|
+
width: 20px;
|
|
8395
|
+
cursor: pointer;
|
|
8396
|
+
}
|
|
8397
|
+
.shy-editable-cell:hover .shy-editable-cell__normal-icon {
|
|
8398
|
+
display: inline-block;
|
|
8399
|
+
}.table-column-drag-icon {
|
|
8400
|
+
margin: 0 5px;
|
|
8401
|
+
cursor: move;
|
|
8402
|
+
}
|
|
8403
|
+
.shy-basic-column-setting__popover-title {
|
|
8404
|
+
position: relative;
|
|
8405
|
+
display: flex;
|
|
8406
|
+
justify-content: space-between;
|
|
8407
|
+
align-items: center;
|
|
8408
|
+
}
|
|
8409
|
+
.shy-basic-column-setting__check-item {
|
|
8410
|
+
display: flex;
|
|
8411
|
+
align-items: center;
|
|
8412
|
+
padding: 4px 16px 8px 0;
|
|
8413
|
+
min-width: 100%;
|
|
8414
|
+
}
|
|
8415
|
+
.shy-basic-column-setting__check-item .ant-checkbox-wrapper {
|
|
8416
|
+
width: 100%;
|
|
8417
|
+
}
|
|
8418
|
+
.shy-basic-column-setting__check-item .ant-checkbox-wrapper:hover {
|
|
8419
|
+
color: #006eff;
|
|
8420
|
+
}
|
|
8421
|
+
.shy-basic-column-setting__fixed-left, .shy-basic-column-setting__fixed-right {
|
|
8422
|
+
color: rgba(0, 0, 0, 0.45);
|
|
8423
|
+
cursor: pointer;
|
|
8424
|
+
}
|
|
8425
|
+
.shy-basic-column-setting__fixed-left.active, .shy-basic-column-setting__fixed-right.active, .shy-basic-column-setting__fixed-left:hover, .shy-basic-column-setting__fixed-right:hover {
|
|
8426
|
+
color: #006eff;
|
|
8427
|
+
}
|
|
8428
|
+
.shy-basic-column-setting__fixed-left.disabled, .shy-basic-column-setting__fixed-right.disabled {
|
|
8429
|
+
color: rgba(0, 0, 0, 0.25);
|
|
8430
|
+
cursor: not-allowed;
|
|
8431
|
+
}
|
|
8432
|
+
.shy-basic-column-setting__fixed-right {
|
|
8433
|
+
transform: rotate(180deg);
|
|
8434
|
+
}
|
|
8435
|
+
.shy-basic-column-setting__cloumn-list svg {
|
|
8436
|
+
width: 1em !important;
|
|
8437
|
+
height: 1em !important;
|
|
8438
|
+
}
|
|
8439
|
+
.shy-basic-column-setting__cloumn-list .ant-popover-inner-content {
|
|
8440
|
+
padding-right: 0;
|
|
8441
|
+
padding-left: 0;
|
|
8442
|
+
}
|
|
8443
|
+
.shy-basic-column-setting__cloumn-list .ant-checkbox-group {
|
|
8444
|
+
width: 100%;
|
|
8445
|
+
min-width: 260px;
|
|
8446
|
+
}
|
|
8447
|
+
.shy-basic-column-setting__cloumn-list .scrollbar {
|
|
8448
|
+
height: 220px;
|
|
8449
|
+
}.icon-selected[data-v-b89f4548] {
|
|
8450
|
+
color: #498bf8;
|
|
8451
|
+
}.table-settings {
|
|
8452
|
+
display: flex;
|
|
8453
|
+
align-items: center;
|
|
8454
|
+
}
|
|
8455
|
+
.table-settings > * {
|
|
8456
|
+
margin-right: 12px;
|
|
8457
|
+
}
|
|
8458
|
+
.table-settings svg {
|
|
8459
|
+
width: 1.3em;
|
|
8460
|
+
height: 1.3em;
|
|
8461
|
+
}.shy-basic-table-header__button {
|
|
8462
|
+
display: flex;
|
|
8463
|
+
justify-content: flex-start;
|
|
8464
|
+
align-items: center;
|
|
8465
|
+
}
|
|
8466
|
+
.shy-basic-table-header__button > * {
|
|
8467
|
+
margin-right: 0.5rem;
|
|
8468
|
+
}
|
|
8469
|
+
.shy-basic-table-header__toolbar {
|
|
8470
|
+
display: flex;
|
|
8471
|
+
justify-content: space-between;
|
|
8472
|
+
align-items: center;
|
|
8473
|
+
flex: 1;
|
|
8474
|
+
}
|
|
8475
|
+
.shy-basic-table-header__toolbar > * {
|
|
8476
|
+
margin-right: 8px;
|
|
8477
|
+
}.shy-basic-table-global-search[data-v-47e7f228] {
|
|
8478
|
+
position: absolute;
|
|
8479
|
+
top: 40px;
|
|
8480
|
+
right: 131px;
|
|
8481
|
+
width: 200px;
|
|
8482
|
+
max-height: 800px;
|
|
8483
|
+
overflow: auto;
|
|
8484
|
+
background-color: #fff;
|
|
8485
|
+
z-index: 1000;
|
|
8486
|
+
border: 1px solid #ebebeb;
|
|
8487
|
+
padding: 10px;
|
|
8488
|
+
}
|
|
8489
|
+
.shy-basic-table-global-search-item-global[data-v-47e7f228] {
|
|
8490
|
+
height: 32px;
|
|
8491
|
+
line-height: 32px;
|
|
8492
|
+
font-size: 14px;
|
|
8493
|
+
color: #131415;
|
|
8494
|
+
cursor: pointer;
|
|
8495
|
+
padding: 0 8px;
|
|
8496
|
+
display: flex;
|
|
8497
|
+
align-items: center;
|
|
8498
|
+
justify-content: space-between;
|
|
8499
|
+
}
|
|
8500
|
+
.shy-basic-table-global-search-item-special[data-v-47e7f228] {
|
|
8501
|
+
height: 32px;
|
|
8502
|
+
line-height: 32px;
|
|
8503
|
+
font-size: 14px;
|
|
8504
|
+
color: #131415;
|
|
8505
|
+
cursor: pointer;
|
|
8506
|
+
padding: 0 8px;
|
|
8507
|
+
display: flex;
|
|
8508
|
+
align-items: center;
|
|
8509
|
+
justify-content: space-between;
|
|
8510
|
+
}
|
|
8511
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-47e7f228] {
|
|
8512
|
+
padding: 0 8px;
|
|
8513
|
+
}
|
|
8514
|
+
.shy-basic-table-global-search .selected-bg[data-v-47e7f228] {
|
|
8515
|
+
background-color: #ebf1ff;
|
|
8516
|
+
}.shy-basic-table-header-cell__help {
|
|
8517
|
+
margin-left: 8px;
|
|
8518
|
+
color: rgba(0, 0, 0, 0.65) !important;
|
|
8519
|
+
}.shy-basic-table-action {
|
|
8520
|
+
display: flex;
|
|
8521
|
+
align-items: center;
|
|
8522
|
+
}
|
|
8523
|
+
.shy-basic-table-action .action-divider {
|
|
8524
|
+
display: table;
|
|
8525
|
+
}
|
|
8526
|
+
.shy-basic-table-action.left {
|
|
8527
|
+
justify-content: flex-start;
|
|
8528
|
+
}
|
|
8529
|
+
.shy-basic-table-action.center {
|
|
8530
|
+
justify-content: center;
|
|
8531
|
+
}
|
|
8532
|
+
.shy-basic-table-action.right {
|
|
8533
|
+
justify-content: flex-end;
|
|
8534
|
+
}
|
|
8535
|
+
.shy-basic-table-action button {
|
|
8536
|
+
display: flex;
|
|
8537
|
+
align-items: center;
|
|
8538
|
+
}
|
|
8539
|
+
.shy-basic-table-action button span {
|
|
8540
|
+
margin-left: 0 !important;
|
|
8541
|
+
}
|
|
8542
|
+
.shy-basic-table-action button.ant-btn-circle span {
|
|
8543
|
+
margin: auto !important;
|
|
8544
|
+
}
|
|
8545
|
+
.shy-basic-table-action .ant-divider, .shy-basic-table-action .ant-divider-vertical {
|
|
8546
|
+
margin: 0 2px;
|
|
8547
|
+
}
|
|
8548
|
+
.shy-basic-table-action .icon-more {
|
|
8549
|
+
transform: rotate(90deg);
|
|
8550
|
+
}
|
|
8551
|
+
.shy-basic-table-action .icon-more svg {
|
|
8552
|
+
font-size: 1.1em;
|
|
8553
|
+
font-weight: 700;
|
|
8159
8554
|
}
|