3h1-ui 3.0.0-next.6 → 3.0.0-next.7
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 +299 -117
- package/es/style.css +43 -10
- package/lib/index.js +296 -114
- 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));
|
|
@@ -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;
|