3h1-ui 3.0.0-next.79 → 3.0.0-next.80
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 +21 -28
- package/es/style.css +132 -105
- package/lib/index.js +21 -28
- package/lib/style.css +132 -105
- package/package.json +2 -2
package/lib/style.css
CHANGED
|
@@ -765,7 +765,7 @@ mark {
|
|
|
765
765
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
766
766
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
767
767
|
--light: #fff;
|
|
768
|
-
--dark: #
|
|
768
|
+
--dark: #141414;
|
|
769
769
|
}
|
|
770
770
|
html[data-theme='dark'] {
|
|
771
771
|
--theme: var(--dark);
|
|
@@ -915,19 +915,19 @@ input:focus.ant-input {
|
|
|
915
915
|
.ant-btn {
|
|
916
916
|
box-shadow: none;
|
|
917
917
|
}
|
|
918
|
-
.ant-btn-default
|
|
918
|
+
.ant-btn-default:not(:disabled):hover {
|
|
919
919
|
color: var(--text-color);
|
|
920
920
|
border-color: var(--gray-2);
|
|
921
921
|
background-color: var(--gray-0);
|
|
922
922
|
}
|
|
923
|
-
.ant-btn-dashed
|
|
923
|
+
.ant-btn-dashed:not(:disabled) {
|
|
924
924
|
color: var(--primary-5);
|
|
925
925
|
border-color: var(--primary-5);
|
|
926
926
|
}
|
|
927
|
-
.ant-btn-dashed
|
|
927
|
+
.ant-btn-dashed:not(:disabled):hover {
|
|
928
928
|
background-color: var(--gray-0);
|
|
929
929
|
}
|
|
930
|
-
.ant-btn-dashed
|
|
930
|
+
.ant-btn-dashed:not(:disabled):active {
|
|
931
931
|
color: var(--primary-5);
|
|
932
932
|
border-color: var(--primary-5);
|
|
933
933
|
background-color: var(--gray-1);
|
|
@@ -1055,20 +1055,20 @@ span.iconify {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
.shy-basic-help__wrap p {
|
|
1057
1057
|
margin-bottom: 0;
|
|
1058
|
-
}.shy-basic-title[data-v-
|
|
1058
|
+
}.shy-basic-title[data-v-7c332966] {
|
|
1059
1059
|
position: relative;
|
|
1060
1060
|
display: flex;
|
|
1061
1061
|
font-family: PingFangSC, PingFang SC;
|
|
1062
1062
|
font-weight: 500;
|
|
1063
1063
|
font-size: 14px;
|
|
1064
|
-
color: var(--gray-
|
|
1064
|
+
color: var(--gray-9);
|
|
1065
1065
|
line-height: 20px;
|
|
1066
1066
|
padding: 0 0 0 10px;
|
|
1067
1067
|
margin: 10px 0;
|
|
1068
1068
|
align-items: center;
|
|
1069
1069
|
gap: 8px;
|
|
1070
1070
|
}
|
|
1071
|
-
.shy-basic-title-show-span[data-v-
|
|
1071
|
+
.shy-basic-title-show-span[data-v-7c332966]::before {
|
|
1072
1072
|
content: '';
|
|
1073
1073
|
position: absolute;
|
|
1074
1074
|
width: 2px;
|
|
@@ -1079,7 +1079,7 @@ span.iconify {
|
|
|
1079
1079
|
top: 50%;
|
|
1080
1080
|
transform: translateY(-50%);
|
|
1081
1081
|
}
|
|
1082
|
-
.shy-basic-title-help[data-v-
|
|
1082
|
+
.shy-basic-title-help[data-v-7c332966] {
|
|
1083
1083
|
margin-left: 10px;
|
|
1084
1084
|
}.shy-collapse-container-arrow {
|
|
1085
1085
|
font-size: 14px !important;
|
|
@@ -1098,7 +1098,7 @@ span.iconify {
|
|
|
1098
1098
|
border-radius: 4px;
|
|
1099
1099
|
}
|
|
1100
1100
|
.shy-collapse-container__header-action {
|
|
1101
|
-
background: var(--gray-
|
|
1101
|
+
background: var(--gray-0);
|
|
1102
1102
|
}
|
|
1103
1103
|
.shy-collapse-container__footer {
|
|
1104
1104
|
border-top: 1px solid #E4E7ED;
|
|
@@ -1274,7 +1274,7 @@ span.iconify {
|
|
|
1274
1274
|
height: 56px;
|
|
1275
1275
|
padding: 18px 16px;
|
|
1276
1276
|
margin: 0;
|
|
1277
|
-
box-shadow: inset 0px -1px 0px 0px var(--gray-
|
|
1277
|
+
box-shadow: inset 0px -1px 0px 0px var(--gray-2);
|
|
1278
1278
|
border-bottom: unset;
|
|
1279
1279
|
}
|
|
1280
1280
|
.shy-basic-modal :is(.ant-modal-body) {
|
|
@@ -1288,13 +1288,13 @@ span.iconify {
|
|
|
1288
1288
|
width: 10px;
|
|
1289
1289
|
}
|
|
1290
1290
|
.shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-thumb {
|
|
1291
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
1291
|
+
box-shadow: inset 0 0 10px 10px var(--gray-1);
|
|
1292
1292
|
border: solid 2px transparent;
|
|
1293
1293
|
background-color: transparent;
|
|
1294
1294
|
border-radius: 10px;
|
|
1295
1295
|
}
|
|
1296
1296
|
.shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-thumb:active, .shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-thumb:hover {
|
|
1297
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
1297
|
+
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
1298
1298
|
background-color: transparent;
|
|
1299
1299
|
}
|
|
1300
1300
|
.shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-track {
|
|
@@ -1307,8 +1307,8 @@ span.iconify {
|
|
|
1307
1307
|
padding: 12px 16px;
|
|
1308
1308
|
margin: 0;
|
|
1309
1309
|
border-top: unset;
|
|
1310
|
-
box-shadow: inset 0px 1px 0px 0px var(--gray-
|
|
1311
|
-
background: var(--gray-
|
|
1310
|
+
box-shadow: inset 0px 1px 0px 0px var(--gray-2);
|
|
1311
|
+
background: var(--gray-0);
|
|
1312
1312
|
border-radius: 0 0 10px 10px;
|
|
1313
1313
|
}
|
|
1314
1314
|
.shy-basic-modal.fullscreen-modal {
|
|
@@ -1360,7 +1360,7 @@ span.iconify {
|
|
|
1360
1360
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1361
1361
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1362
1362
|
--light: #fff;
|
|
1363
|
-
--dark: #
|
|
1363
|
+
--dark: #141414;
|
|
1364
1364
|
}
|
|
1365
1365
|
html[data-theme='dark'] {
|
|
1366
1366
|
--theme: var(--dark);
|
|
@@ -1406,7 +1406,7 @@ html[data-theme='light'] {
|
|
|
1406
1406
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1407
1407
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1408
1408
|
--light: #fff;
|
|
1409
|
-
--dark: #
|
|
1409
|
+
--dark: #141414;
|
|
1410
1410
|
}
|
|
1411
1411
|
html[data-theme='dark'] {
|
|
1412
1412
|
--theme: var(--dark);
|
|
@@ -1430,7 +1430,7 @@ html[data-theme='light'] {
|
|
|
1430
1430
|
}
|
|
1431
1431
|
.shy-basic-help__wrap p {
|
|
1432
1432
|
margin-bottom: 0;
|
|
1433
|
-
}[data-v-
|
|
1433
|
+
}[data-v-d388ea3f]:root {
|
|
1434
1434
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1435
1435
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1436
1436
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1440,33 +1440,33 @@ html[data-theme='light'] {
|
|
|
1440
1440
|
--shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
|
|
1441
1441
|
0px 8px 20px 0px rgba(0, 0, 0, 0.06);
|
|
1442
1442
|
--light: #fff;
|
|
1443
|
-
--dark: #
|
|
1443
|
+
--dark: #141414;
|
|
1444
1444
|
}
|
|
1445
|
-
html[data-theme='dark'][data-v-
|
|
1445
|
+
html[data-theme='dark'][data-v-d388ea3f] {
|
|
1446
1446
|
--theme: var(--dark);
|
|
1447
1447
|
--text-color: var(--light);
|
|
1448
1448
|
color-scheme: dark;
|
|
1449
1449
|
}
|
|
1450
|
-
html[data-theme='light'][data-v-
|
|
1450
|
+
html[data-theme='light'][data-v-d388ea3f] {
|
|
1451
1451
|
--theme: var(--light);
|
|
1452
1452
|
--text-color: var(--dark);
|
|
1453
1453
|
color-scheme: light;
|
|
1454
1454
|
}
|
|
1455
|
-
.shy-basic-title[data-v-
|
|
1455
|
+
.shy-basic-title[data-v-d388ea3f] {
|
|
1456
1456
|
position: relative;
|
|
1457
1457
|
display: flex;
|
|
1458
1458
|
font-size: 16px;
|
|
1459
1459
|
font-weight: 500;
|
|
1460
1460
|
line-height: 24px;
|
|
1461
|
-
color:
|
|
1461
|
+
color: var(--text-color);
|
|
1462
1462
|
cursor: pointer;
|
|
1463
1463
|
user-select: none;
|
|
1464
1464
|
}
|
|
1465
|
-
.shy-basic-title-normal[data-v-
|
|
1465
|
+
.shy-basic-title-normal[data-v-d388ea3f] {
|
|
1466
1466
|
font-size: 14px;
|
|
1467
1467
|
font-weight: 500;
|
|
1468
1468
|
}
|
|
1469
|
-
.shy-basic-title-show-span[data-v-
|
|
1469
|
+
.shy-basic-title-show-span[data-v-d388ea3f]::before {
|
|
1470
1470
|
position: absolute;
|
|
1471
1471
|
top: 4px;
|
|
1472
1472
|
left: 0;
|
|
@@ -1476,7 +1476,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1476
1476
|
background-color: #006eff;
|
|
1477
1477
|
content: '';
|
|
1478
1478
|
}
|
|
1479
|
-
.shy-basic-title-help[data-v-
|
|
1479
|
+
.shy-basic-title-help[data-v-d388ea3f] {
|
|
1480
1480
|
margin-left: 10px;
|
|
1481
1481
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1482
1482
|
padding: 0;
|
|
@@ -1497,7 +1497,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1497
1497
|
height: 56px;
|
|
1498
1498
|
padding: 18px 16px;
|
|
1499
1499
|
margin: 0;
|
|
1500
|
-
box-shadow: inset 0px -1px 0px 0px var(--gray-
|
|
1500
|
+
box-shadow: inset 0px -1px 0px 0px var(--gray-2);
|
|
1501
1501
|
border-bottom: unset;
|
|
1502
1502
|
}
|
|
1503
1503
|
.shy-basic-modal :is(.ant-modal-body) {
|
|
@@ -1511,13 +1511,13 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1511
1511
|
width: 10px;
|
|
1512
1512
|
}
|
|
1513
1513
|
.shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-thumb {
|
|
1514
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
1514
|
+
box-shadow: inset 0 0 10px 10px var(--gray-1);
|
|
1515
1515
|
border: solid 2px transparent;
|
|
1516
1516
|
background-color: transparent;
|
|
1517
1517
|
border-radius: 10px;
|
|
1518
1518
|
}
|
|
1519
1519
|
.shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-thumb:active, .shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-thumb:hover {
|
|
1520
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
1520
|
+
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
1521
1521
|
background-color: transparent;
|
|
1522
1522
|
}
|
|
1523
1523
|
.shy-basic-modal :is(.ant-modal-body) *::-webkit-scrollbar-track {
|
|
@@ -1530,8 +1530,8 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1530
1530
|
padding: 12px 16px;
|
|
1531
1531
|
margin: 0;
|
|
1532
1532
|
border-top: unset;
|
|
1533
|
-
box-shadow: inset 0px 1px 0px 0px var(--gray-
|
|
1534
|
-
background: var(--gray-
|
|
1533
|
+
box-shadow: inset 0px 1px 0px 0px var(--gray-2);
|
|
1534
|
+
background: var(--gray-0);
|
|
1535
1535
|
border-radius: 0 0 10px 10px;
|
|
1536
1536
|
}
|
|
1537
1537
|
.shy-basic-modal.fullscreen-modal {
|
|
@@ -1808,7 +1808,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1808
1808
|
margin: 0 !important;
|
|
1809
1809
|
}
|
|
1810
1810
|
.context-menu li:not(.ant-menu-item-disabled):hover {
|
|
1811
|
-
color:
|
|
1811
|
+
color: var(--text-color);
|
|
1812
1812
|
background-color: rgba(0, 0, 0, 0.04);
|
|
1813
1813
|
}
|
|
1814
1814
|
.context-menu .ant-divider {
|
|
@@ -1831,7 +1831,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1831
1831
|
margin: 0 !important;
|
|
1832
1832
|
}
|
|
1833
1833
|
.context-menu__popup li:not(.ant-menu-item-disabled):hover {
|
|
1834
|
-
color:
|
|
1834
|
+
color: var(--text-color);
|
|
1835
1835
|
background-color: rgba(0, 0, 0, 0.04);
|
|
1836
1836
|
}
|
|
1837
1837
|
.context-menu .ant-menu-submenu-title, .context-menu .ant-menu-item {
|
|
@@ -1851,13 +1851,13 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1851
1851
|
width: 10px;
|
|
1852
1852
|
}
|
|
1853
1853
|
.shy-ant-form-table-children-scroll-bar-wrapper::-webkit-scrollbar-thumb {
|
|
1854
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
1854
|
+
box-shadow: inset 0 0 10px 10px var(--gray-1);
|
|
1855
1855
|
border: solid 2px transparent;
|
|
1856
1856
|
background-color: transparent;
|
|
1857
1857
|
border-radius: 10px;
|
|
1858
1858
|
}
|
|
1859
1859
|
.shy-ant-form-table-children-scroll-bar-wrapper::-webkit-scrollbar-thumb:active, .shy-ant-form-table-children-scroll-bar-wrapper::-webkit-scrollbar-thumb:hover {
|
|
1860
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
1860
|
+
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
1861
1861
|
background-color: transparent;
|
|
1862
1862
|
}
|
|
1863
1863
|
.shy-ant-form-table-children-scroll-bar-wrapper::-webkit-scrollbar-track {
|
|
@@ -1889,8 +1889,8 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
1889
1889
|
align-items: center;
|
|
1890
1890
|
padding-inline: 8px;
|
|
1891
1891
|
height: 50px;
|
|
1892
|
-
border-inline: 1px solid var(--gray-
|
|
1893
|
-
border-bottom: 1px solid var(--gray-
|
|
1892
|
+
border-inline: 1px solid var(--gray-2);
|
|
1893
|
+
border-bottom: 1px solid var(--gray-2);
|
|
1894
1894
|
border-bottom-left-radius: 4px;
|
|
1895
1895
|
border-bottom-right-radius: 4px;
|
|
1896
1896
|
}
|
|
@@ -2025,7 +2025,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2025
2025
|
margin: 8px 0 16px 0;
|
|
2026
2026
|
height: 0.5px;
|
|
2027
2027
|
width: 100%;
|
|
2028
|
-
background-color: var(--gray-
|
|
2028
|
+
background-color: var(--gray-2);
|
|
2029
2029
|
}
|
|
2030
2030
|
.shy-ant-form-wrapper {
|
|
2031
2031
|
--max-width-large: 1224px;
|
|
@@ -2088,40 +2088,40 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2088
2088
|
min-width: var(--min-width--large);
|
|
2089
2089
|
max-width: var(--max-width-large);
|
|
2090
2090
|
}
|
|
2091
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
2091
|
+
}.shy-table-edit-icon-plus[data-v-5f20f43f] {
|
|
2092
2092
|
width: 30px;
|
|
2093
2093
|
height: 30px;
|
|
2094
2094
|
font-size: 30px;
|
|
2095
2095
|
cursor: pointer;
|
|
2096
2096
|
display: flex;
|
|
2097
2097
|
}
|
|
2098
|
-
.table-children[data-v-
|
|
2098
|
+
.table-children[data-v-5f20f43f] .ant-form-item {
|
|
2099
2099
|
margin-bottom: 0 !important;
|
|
2100
2100
|
}
|
|
2101
|
-
.table-children[data-v-
|
|
2101
|
+
.table-children[data-v-5f20f43f] {
|
|
2102
2102
|
width: 100%;
|
|
2103
2103
|
}
|
|
2104
|
-
.table-children-required[data-v-
|
|
2104
|
+
.table-children-required[data-v-5f20f43f] {
|
|
2105
2105
|
color: #ff4d4f;
|
|
2106
2106
|
margin-right: 4px;
|
|
2107
2107
|
}
|
|
2108
|
-
.table-children[data-v-
|
|
2108
|
+
.table-children[data-v-5f20f43f] .ant-table-cell {
|
|
2109
2109
|
padding: 8px !important;
|
|
2110
2110
|
}
|
|
2111
|
-
.table-children[data-v-
|
|
2111
|
+
.table-children[data-v-5f20f43f] .ant-table-cell .ant-form-item-explain {
|
|
2112
2112
|
display: none;
|
|
2113
2113
|
}
|
|
2114
|
-
.table-children-add-btn[data-v-
|
|
2114
|
+
.table-children-add-btn[data-v-5f20f43f] {
|
|
2115
2115
|
display: flex;
|
|
2116
2116
|
align-items: center;
|
|
2117
2117
|
padding-inline: 8px;
|
|
2118
2118
|
height: 50px;
|
|
2119
|
-
border-inline: 1px solid var(--gray-
|
|
2120
|
-
border-bottom: 1px solid var(--gray-
|
|
2119
|
+
border-inline: 1px solid var(--gray-2);
|
|
2120
|
+
border-bottom: 1px solid var(--gray-2);
|
|
2121
2121
|
border-bottom-left-radius: 4px;
|
|
2122
2122
|
border-bottom-right-radius: 4px;
|
|
2123
2123
|
}
|
|
2124
|
-
.table-children-add-btn[data-v-
|
|
2124
|
+
.table-children-add-btn[data-v-5f20f43f] .ant-btn {
|
|
2125
2125
|
width: 100%;
|
|
2126
2126
|
}.shy-page-footer[data-v-b4695833] {
|
|
2127
2127
|
position: fixed;
|
|
@@ -2158,7 +2158,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2158
2158
|
display: flex;
|
|
2159
2159
|
overflow: hidden;
|
|
2160
2160
|
height: 100%;
|
|
2161
|
-
background-color:
|
|
2161
|
+
background-color: var(--theme);
|
|
2162
2162
|
flex-flow: column nowrap;
|
|
2163
2163
|
}
|
|
2164
2164
|
.shy-basic-page-second-header {
|
|
@@ -2380,19 +2380,19 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2380
2380
|
}
|
|
2381
2381
|
.shy-basic-table-header__toolbar > * {
|
|
2382
2382
|
margin-right: 8px;
|
|
2383
|
-
}.shy-basic-table-global-search[data-v-
|
|
2383
|
+
}.shy-basic-table-global-search[data-v-ee7fb814] {
|
|
2384
2384
|
position: absolute;
|
|
2385
2385
|
top: 40px;
|
|
2386
2386
|
right: 131px;
|
|
2387
2387
|
width: 200px;
|
|
2388
2388
|
max-height: 800px;
|
|
2389
2389
|
overflow: auto;
|
|
2390
|
-
background-color:
|
|
2390
|
+
background-color: var(--theme);
|
|
2391
2391
|
z-index: 1000;
|
|
2392
2392
|
border: 1px solid #ebebeb;
|
|
2393
2393
|
padding: 10px;
|
|
2394
2394
|
}
|
|
2395
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2395
|
+
.shy-basic-table-global-search-item-global[data-v-ee7fb814] {
|
|
2396
2396
|
height: 32px;
|
|
2397
2397
|
line-height: 32px;
|
|
2398
2398
|
font-size: 14px;
|
|
@@ -2403,7 +2403,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2403
2403
|
align-items: center;
|
|
2404
2404
|
justify-content: space-between;
|
|
2405
2405
|
}
|
|
2406
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2406
|
+
.shy-basic-table-global-search-item-special[data-v-ee7fb814] {
|
|
2407
2407
|
height: 32px;
|
|
2408
2408
|
line-height: 32px;
|
|
2409
2409
|
font-size: 14px;
|
|
@@ -2414,10 +2414,10 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2414
2414
|
align-items: center;
|
|
2415
2415
|
justify-content: space-between;
|
|
2416
2416
|
}
|
|
2417
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2417
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-ee7fb814] {
|
|
2418
2418
|
padding: 0 8px;
|
|
2419
2419
|
}
|
|
2420
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2420
|
+
.shy-basic-table-global-search .selected-bg[data-v-ee7fb814] {
|
|
2421
2421
|
background-color: #ebf1ff;
|
|
2422
2422
|
}.shy-basic-table-img .ant-image {
|
|
2423
2423
|
margin-right: 4px;
|
|
@@ -2454,7 +2454,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2454
2454
|
right: 106px;
|
|
2455
2455
|
width: 600px;
|
|
2456
2456
|
z-index: 100;
|
|
2457
|
-
background-color:
|
|
2457
|
+
background-color: var(--theme);
|
|
2458
2458
|
border: 1px solid #ebebeb;
|
|
2459
2459
|
padding: 10px 10px 42px 10px;
|
|
2460
2460
|
}
|
|
@@ -2745,19 +2745,19 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2745
2745
|
font-size: 20px;
|
|
2746
2746
|
line-height: 24px;
|
|
2747
2747
|
font-weight: 500;
|
|
2748
|
-
}.shy-basic-table-global-search[data-v-
|
|
2748
|
+
}.shy-basic-table-global-search[data-v-329dc06f] {
|
|
2749
2749
|
position: absolute;
|
|
2750
2750
|
top: 80px;
|
|
2751
2751
|
right: 131px;
|
|
2752
2752
|
width: 200px;
|
|
2753
2753
|
max-height: 800px;
|
|
2754
2754
|
overflow: auto;
|
|
2755
|
-
background-color:
|
|
2755
|
+
background-color: var(--theme);
|
|
2756
2756
|
z-index: 1000;
|
|
2757
2757
|
border: 1px solid #ebebeb;
|
|
2758
2758
|
padding: 10px;
|
|
2759
2759
|
}
|
|
2760
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2760
|
+
.shy-basic-table-global-search-item-global[data-v-329dc06f] {
|
|
2761
2761
|
height: 32px;
|
|
2762
2762
|
line-height: 32px;
|
|
2763
2763
|
font-size: 14px;
|
|
@@ -2768,7 +2768,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2768
2768
|
align-items: center;
|
|
2769
2769
|
justify-content: space-between;
|
|
2770
2770
|
}
|
|
2771
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2771
|
+
.shy-basic-table-global-search-item-special[data-v-329dc06f] {
|
|
2772
2772
|
height: 32px;
|
|
2773
2773
|
line-height: 32px;
|
|
2774
2774
|
font-size: 14px;
|
|
@@ -2779,10 +2779,10 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2779
2779
|
align-items: center;
|
|
2780
2780
|
justify-content: space-between;
|
|
2781
2781
|
}
|
|
2782
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2782
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-329dc06f] {
|
|
2783
2783
|
padding: 0 8px;
|
|
2784
2784
|
}
|
|
2785
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2785
|
+
.shy-basic-table-global-search .selected-bg[data-v-329dc06f] {
|
|
2786
2786
|
background-color: #ebf1ff;
|
|
2787
2787
|
}.shy-basic-table-header-cell__help {
|
|
2788
2788
|
margin-left: 8px;
|
|
@@ -2800,20 +2800,20 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2800
2800
|
background-color: var(--primary-5);
|
|
2801
2801
|
}
|
|
2802
2802
|
.shy-ant-table-footer :is(.ant-pagination-item-active) a {
|
|
2803
|
-
color: var(--gray-
|
|
2803
|
+
color: var(--gray-0);
|
|
2804
2804
|
}
|
|
2805
2805
|
.shy-ant-table-footer :is(.ant-pagination-total-text) > span {
|
|
2806
|
-
color: var(--gray-
|
|
2806
|
+
color: var(--gray-4);
|
|
2807
2807
|
}
|
|
2808
2808
|
.shy-ant-table-footer :is(.ant-pagination-total-text) > span > span {
|
|
2809
|
-
color: var(--gray-
|
|
2809
|
+
color: var(--gray-8);
|
|
2810
2810
|
}
|
|
2811
2811
|
.shy-ant-table-footer-count {
|
|
2812
2812
|
margin-inline: 4px;
|
|
2813
|
-
color: var(--gray-
|
|
2813
|
+
color: var(--gray-8);
|
|
2814
2814
|
}
|
|
2815
2815
|
.shy-ant-table-footer-count-box {
|
|
2816
|
-
color: var(--gray-
|
|
2816
|
+
color: var(--gray-4);
|
|
2817
2817
|
white-space: nowrap;
|
|
2818
2818
|
}
|
|
2819
2819
|
.shy-ant-table-footer-settings {
|
|
@@ -2852,7 +2852,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2852
2852
|
.shy-ant-table .ant-table-container.ant-table-container {
|
|
2853
2853
|
border-radius: 4px !important;
|
|
2854
2854
|
border-inline-start: unset;
|
|
2855
|
-
border: 1px solid var(--gray-
|
|
2855
|
+
border: 1px solid var(--gray-2);
|
|
2856
2856
|
}
|
|
2857
2857
|
.shy-ant-table .shy-basic-form-input > .ant-col {
|
|
2858
2858
|
padding-left: 0;
|
|
@@ -2889,7 +2889,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2889
2889
|
right: 106px;
|
|
2890
2890
|
width: 600px;
|
|
2891
2891
|
z-index: 100;
|
|
2892
|
-
background-color:
|
|
2892
|
+
background-color: var(--theme);
|
|
2893
2893
|
border: 1px solid #ebebeb;
|
|
2894
2894
|
padding: 10px 10px 42px 10px;
|
|
2895
2895
|
}
|
|
@@ -2997,7 +2997,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
2997
2997
|
display: block;
|
|
2998
2998
|
height: 100%;
|
|
2999
2999
|
width: 0.5px;
|
|
3000
|
-
background-color: var(--gray-
|
|
3000
|
+
background-color: var(--gray-2);
|
|
3001
3001
|
}
|
|
3002
3002
|
.shy-ant-table-action-footer-more-text {
|
|
3003
3003
|
position: relative;
|
|
@@ -3011,16 +3011,43 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
3011
3011
|
display: block;
|
|
3012
3012
|
height: 100%;
|
|
3013
3013
|
width: 0.5px;
|
|
3014
|
-
background-color: var(--gray-
|
|
3014
|
+
background-color: var(--gray-2);
|
|
3015
3015
|
}.shy-ant-tree-wrapper {
|
|
3016
3016
|
position: relative;
|
|
3017
|
+
display: flex;
|
|
3018
|
+
flex-direction: column;
|
|
3017
3019
|
padding: 0 8px 8px;
|
|
3018
3020
|
height: 100%;
|
|
3019
|
-
border: 1px solid var(--gray-
|
|
3021
|
+
border: 1px solid var(--gray-2);
|
|
3020
3022
|
border-radius: 4px;
|
|
3021
|
-
background-color:
|
|
3023
|
+
background-color: var(--theme);
|
|
3022
3024
|
box-shadow: var(--shadow-2);
|
|
3023
3025
|
z-index: 100;
|
|
3026
|
+
overflow: hidden;
|
|
3027
|
+
}
|
|
3028
|
+
.shy-ant-tree-wrapper :is(.ant-spin-nested-loading) {
|
|
3029
|
+
flex: 1;
|
|
3030
|
+
overflow: auto;
|
|
3031
|
+
}
|
|
3032
|
+
.shy-ant-tree-wrapper :is(.ant-spin-nested-loading)::-webkit-scrollbar {
|
|
3033
|
+
position: absolute;
|
|
3034
|
+
height: 10px;
|
|
3035
|
+
width: 10px;
|
|
3036
|
+
}
|
|
3037
|
+
.shy-ant-tree-wrapper :is(.ant-spin-nested-loading)::-webkit-scrollbar-thumb {
|
|
3038
|
+
box-shadow: inset 0 0 10px 10px var(--gray-1);
|
|
3039
|
+
border: solid 2px transparent;
|
|
3040
|
+
background-color: transparent;
|
|
3041
|
+
border-radius: 10px;
|
|
3042
|
+
}
|
|
3043
|
+
.shy-ant-tree-wrapper :is(.ant-spin-nested-loading)::-webkit-scrollbar-thumb:active, .shy-ant-tree-wrapper :is(.ant-spin-nested-loading)::-webkit-scrollbar-thumb:hover {
|
|
3044
|
+
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
3045
|
+
background-color: transparent;
|
|
3046
|
+
}
|
|
3047
|
+
.shy-ant-tree-wrapper :is(.ant-spin-nested-loading)::-webkit-scrollbar-track {
|
|
3048
|
+
border-radius: 10px;
|
|
3049
|
+
border: solid 2px transparent;
|
|
3050
|
+
background: transparent;
|
|
3024
3051
|
}
|
|
3025
3052
|
.shy-ant-tree .ant-tree-node-content-wrapper {
|
|
3026
3053
|
position: relative;
|
|
@@ -3078,8 +3105,8 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
3078
3105
|
border-radius: 4px;
|
|
3079
3106
|
}
|
|
3080
3107
|
.shy-basic-description-wrapper-bordered {
|
|
3081
|
-
border-top: 1px solid var(--gray-
|
|
3082
|
-
border-left: 1px solid var(--gray-
|
|
3108
|
+
border-top: 1px solid var(--gray-2);
|
|
3109
|
+
border-left: 1px solid var(--gray-2);
|
|
3083
3110
|
}
|
|
3084
3111
|
.shy-basic-description-wrapper-bordered .shy-basic-description-row {
|
|
3085
3112
|
padding: 0;
|
|
@@ -3089,15 +3116,15 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
3089
3116
|
}
|
|
3090
3117
|
.shy-basic-description-wrapper-bordered .shy-basic-description-label {
|
|
3091
3118
|
align-items: center;
|
|
3092
|
-
border-right: 1px solid var(--gray-
|
|
3093
|
-
border-bottom: 1px solid var(--gray-
|
|
3094
|
-
background: var(--gray-
|
|
3119
|
+
border-right: 1px solid var(--gray-2);
|
|
3120
|
+
border-bottom: 1px solid var(--gray-2);
|
|
3121
|
+
background: var(--gray-0);
|
|
3095
3122
|
}
|
|
3096
3123
|
.shy-basic-description-wrapper-bordered .shy-basic-description-value {
|
|
3097
3124
|
align-items: center;
|
|
3098
|
-
background-color: var(--
|
|
3099
|
-
border-right: 1px solid var(--gray-
|
|
3100
|
-
border-bottom: 1px solid var(--gray-
|
|
3125
|
+
background-color: var(--theme);
|
|
3126
|
+
border-right: 1px solid var(--gray-2);
|
|
3127
|
+
border-bottom: 1px solid var(--gray-2);
|
|
3101
3128
|
}
|
|
3102
3129
|
.shy-basic-description-label {
|
|
3103
3130
|
display: flex;
|
|
@@ -3106,7 +3133,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
3106
3133
|
font-family: PingFangSC, PingFang SC;
|
|
3107
3134
|
font-weight: 400;
|
|
3108
3135
|
font-size: 14px;
|
|
3109
|
-
color:
|
|
3136
|
+
color: var(--text-color);
|
|
3110
3137
|
line-height: 20px;
|
|
3111
3138
|
font-style: normal;
|
|
3112
3139
|
padding: 10px 12px;
|
|
@@ -3119,7 +3146,7 @@ html[data-theme='light'][data-v-383d2177] {
|
|
|
3119
3146
|
font-family: PingFangSC, PingFang SC;
|
|
3120
3147
|
font-weight: 400;
|
|
3121
3148
|
font-size: 14px;
|
|
3122
|
-
color:
|
|
3149
|
+
color: var(--text-color);
|
|
3123
3150
|
line-height: 20px;
|
|
3124
3151
|
text-align: left;
|
|
3125
3152
|
font-style: normal;
|
|
@@ -8798,7 +8825,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8798
8825
|
}
|
|
8799
8826
|
.shy-container-footer-cancel-right {
|
|
8800
8827
|
flex-direction: row-reverse;
|
|
8801
|
-
}.process-wrapper[data-v-
|
|
8828
|
+
}.process-wrapper[data-v-b909d754] {
|
|
8802
8829
|
position: relative;
|
|
8803
8830
|
display: flex;
|
|
8804
8831
|
flex-direction: column;
|
|
@@ -8809,81 +8836,81 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8809
8836
|
height: 100%;
|
|
8810
8837
|
overflow: hidden;
|
|
8811
8838
|
border-radius: 4px;
|
|
8812
|
-
border: 1px solid var(--gray-
|
|
8813
|
-
background: var(--
|
|
8839
|
+
border: 1px solid var(--gray-2);
|
|
8840
|
+
background: var(--theme);
|
|
8814
8841
|
box-shadow: var(--shadow-2);
|
|
8815
8842
|
z-index: 100;
|
|
8816
8843
|
}
|
|
8817
|
-
.process-wrapper .process-header[data-v-
|
|
8844
|
+
.process-wrapper .process-header[data-v-b909d754] {
|
|
8818
8845
|
font-family: PingFangSC, PingFang SC;
|
|
8819
8846
|
font-weight: 500;
|
|
8820
|
-
color:
|
|
8847
|
+
color: var(--text-color);
|
|
8821
8848
|
text-align: left;
|
|
8822
8849
|
font-style: normal;
|
|
8823
8850
|
}
|
|
8824
|
-
.process-wrapper .process-body[data-v-
|
|
8851
|
+
.process-wrapper .process-body[data-v-b909d754] {
|
|
8825
8852
|
padding-top: 4px;
|
|
8826
8853
|
padding-left: 10px;
|
|
8827
8854
|
overflow-y: auto;
|
|
8828
8855
|
}
|
|
8829
|
-
.process-wrapper .process-body[data-v-
|
|
8856
|
+
.process-wrapper .process-body[data-v-b909d754]::-webkit-scrollbar {
|
|
8830
8857
|
position: absolute;
|
|
8831
8858
|
height: 10px;
|
|
8832
8859
|
width: 10px;
|
|
8833
8860
|
}
|
|
8834
|
-
.process-wrapper .process-body[data-v-
|
|
8835
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
8861
|
+
.process-wrapper .process-body[data-v-b909d754]::-webkit-scrollbar-thumb {
|
|
8862
|
+
box-shadow: inset 0 0 10px 10px var(--gray-1);
|
|
8836
8863
|
border: solid 2px transparent;
|
|
8837
8864
|
background-color: transparent;
|
|
8838
8865
|
border-radius: 10px;
|
|
8839
8866
|
}
|
|
8840
|
-
.process-wrapper .process-body[data-v-
|
|
8841
|
-
box-shadow: inset 0 0 10px 10px var(--gray-
|
|
8867
|
+
.process-wrapper .process-body[data-v-b909d754]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-b909d754]::-webkit-scrollbar-thumb:hover {
|
|
8868
|
+
box-shadow: inset 0 0 10px 10px var(--gray-2);
|
|
8842
8869
|
background-color: transparent;
|
|
8843
8870
|
}
|
|
8844
|
-
.process-wrapper .process-body[data-v-
|
|
8871
|
+
.process-wrapper .process-body[data-v-b909d754]::-webkit-scrollbar-track {
|
|
8845
8872
|
border-radius: 10px;
|
|
8846
8873
|
border: solid 2px transparent;
|
|
8847
8874
|
background: transparent;
|
|
8848
8875
|
}
|
|
8849
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
8876
|
+
.process-wrapper .process-body .process-item[data-v-b909d754] {
|
|
8850
8877
|
font-family: PingFangSC, PingFang SC;
|
|
8851
8878
|
font-weight: 400;
|
|
8852
8879
|
font-size: 12px;
|
|
8853
|
-
color:
|
|
8880
|
+
color: var(--text-color);
|
|
8854
8881
|
line-height: 16px;
|
|
8855
8882
|
text-align: left;
|
|
8856
8883
|
font-style: normal;
|
|
8857
8884
|
padding: 2px 0;
|
|
8858
8885
|
}
|
|
8859
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
8886
|
+
.process-wrapper .process-body .process-item[data-v-b909d754]:nth-child(1) {
|
|
8860
8887
|
padding: 3px 0;
|
|
8861
8888
|
font-size: 14px;
|
|
8862
8889
|
}
|
|
8863
|
-
.process-wrapper .process-body .process-item[data-v-
|
|
8890
|
+
.process-wrapper .process-body .process-item[data-v-b909d754]:nth-last-child(1) {
|
|
8864
8891
|
font-family: unset;
|
|
8865
8892
|
color: var(--gray-4);
|
|
8866
8893
|
}
|
|
8867
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
8894
|
+
.process-wrapper .process-body .process-dot[data-v-b909d754] {
|
|
8868
8895
|
width: 12px;
|
|
8869
8896
|
height: 12px;
|
|
8870
8897
|
border-radius: 12px;
|
|
8871
|
-
border: 1px solid var(--gray-
|
|
8898
|
+
border: 1px solid var(--gray-2);
|
|
8872
8899
|
}
|
|
8873
|
-
.process-wrapper .process-body .process-dot[data-v-
|
|
8900
|
+
.process-wrapper .process-body .process-dot[data-v-b909d754]::before {
|
|
8874
8901
|
content: '';
|
|
8875
8902
|
width: 6px;
|
|
8876
8903
|
height: 6px;
|
|
8877
8904
|
border-radius: 6px;
|
|
8878
|
-
background: var(--gray-
|
|
8905
|
+
background: var(--gray-2);
|
|
8879
8906
|
position: absolute;
|
|
8880
8907
|
top: 50%;
|
|
8881
8908
|
left: 50%;
|
|
8882
8909
|
transform: translate(-50%, -50%);
|
|
8883
8910
|
}
|
|
8884
|
-
.process-wrapper .process-body .process-dot-first[data-v-
|
|
8911
|
+
.process-wrapper .process-body .process-dot-first[data-v-b909d754] {
|
|
8885
8912
|
border: 1px solid var(--primary-5);
|
|
8886
8913
|
}
|
|
8887
|
-
.process-wrapper .process-body .process-dot-first[data-v-
|
|
8914
|
+
.process-wrapper .process-body .process-dot-first[data-v-b909d754]::before {
|
|
8888
8915
|
background: var(--primary-5);
|
|
8889
8916
|
}
|