fdb2 1.0.22 → 1.0.23
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/README.md +347 -1
- package/dist/public/.vite/manifest.json +2 -2
- package/dist/public/bootstrap.js +6 -1
- package/dist/public/explorer.css +487 -487
- package/dist/public/explorer.js +1659 -1394
- package/dist/public/index.css +24 -24
- package/dist/public/index.js +2274 -534
- package/dist/public/layout.css +122 -47
- package/dist/public/layout.js +98 -10
- package/dist/public/vue.js +6707 -359
- package/dist/view/index.html +1 -1
- package/package.json +15 -14
package/dist/public/index.css
CHANGED
|
@@ -961,7 +961,7 @@ pre {
|
|
|
961
961
|
100% { opacity: 0; transform: translateY(-120%);}
|
|
962
962
|
}
|
|
963
963
|
|
|
964
|
-
.loading-overlay[data-v-
|
|
964
|
+
.loading-overlay[data-v-4c24ced2] {
|
|
965
965
|
position: absolute;
|
|
966
966
|
top: 0;
|
|
967
967
|
left: 0;
|
|
@@ -973,41 +973,41 @@ pre {
|
|
|
973
973
|
align-items: center;
|
|
974
974
|
z-index: 1050;
|
|
975
975
|
}
|
|
976
|
-
.loading-spinner[data-v-
|
|
976
|
+
.loading-spinner[data-v-4c24ced2] {
|
|
977
977
|
text-align: center;
|
|
978
978
|
}
|
|
979
979
|
|
|
980
|
-
.modal-dialog[data-v-
|
|
980
|
+
.modal-dialog[data-v-a95e7049] {
|
|
981
981
|
z-index: var(--bs-modal-zindex);
|
|
982
982
|
max-width:none !important;
|
|
983
983
|
}
|
|
984
|
-
.modal-success .modal-header[data-v-
|
|
984
|
+
.modal-success .modal-header[data-v-a95e7049] {
|
|
985
985
|
background-color: var(--bs-success);
|
|
986
986
|
color: white;
|
|
987
987
|
}
|
|
988
|
-
.modal-error .modal-header[data-v-
|
|
988
|
+
.modal-error .modal-header[data-v-a95e7049] {
|
|
989
989
|
background-color: var(--bs-danger);
|
|
990
990
|
color: white;
|
|
991
991
|
}
|
|
992
|
-
.modal-warning .modal-header[data-v-
|
|
992
|
+
.modal-warning .modal-header[data-v-a95e7049] {
|
|
993
993
|
background-color: var(--bs-warning);
|
|
994
994
|
color: var(--bs-dark);
|
|
995
995
|
}
|
|
996
|
-
.modal-info .modal-header[data-v-
|
|
996
|
+
.modal-info .modal-header[data-v-a95e7049] {
|
|
997
997
|
background-color: var(--bs-info);
|
|
998
998
|
color: white;
|
|
999
999
|
}
|
|
1000
|
-
.modal-body[data-v-
|
|
1000
|
+
.modal-body[data-v-a95e7049] {
|
|
1001
1001
|
min-height: 80px;
|
|
1002
1002
|
display: flex;
|
|
1003
1003
|
flex-direction: column;
|
|
1004
1004
|
align-items: stretch;
|
|
1005
1005
|
}
|
|
1006
|
-
.error-details[data-v-
|
|
1006
|
+
.error-details[data-v-a95e7049] {
|
|
1007
1007
|
width: 100%;
|
|
1008
1008
|
margin-top: 1rem;
|
|
1009
1009
|
}
|
|
1010
|
-
.error-content[data-v-
|
|
1010
|
+
.error-content[data-v-a95e7049] {
|
|
1011
1011
|
background-color: #f8f9fa;
|
|
1012
1012
|
border: 1px solid #e9ecef;
|
|
1013
1013
|
border-radius: 0.375rem;
|
|
@@ -1021,17 +1021,17 @@ pre {
|
|
|
1021
1021
|
font-size: 0.875rem;
|
|
1022
1022
|
line-height: 1.5;
|
|
1023
1023
|
}
|
|
1024
|
-
.error-details-toggle[data-v-
|
|
1024
|
+
.error-details-toggle[data-v-a95e7049] {
|
|
1025
1025
|
width: 100%;
|
|
1026
1026
|
}
|
|
1027
|
-
.error-details-content[data-v-
|
|
1027
|
+
.error-details-content[data-v-a95e7049] {
|
|
1028
1028
|
background-color: #f8f9fa;
|
|
1029
1029
|
border: 1px solid #e9ecef;
|
|
1030
1030
|
border-radius: 0.375rem;
|
|
1031
1031
|
padding: 1rem;
|
|
1032
1032
|
margin-top: 0.5rem;
|
|
1033
1033
|
}
|
|
1034
|
-
.error-json[data-v-
|
|
1034
|
+
.error-json[data-v-a95e7049] {
|
|
1035
1035
|
background-color: #212529;
|
|
1036
1036
|
color: #f8f9fa;
|
|
1037
1037
|
border-radius: 0.25rem;
|
|
@@ -1043,36 +1043,36 @@ pre {
|
|
|
1043
1043
|
white-space: pre-wrap;
|
|
1044
1044
|
word-break: break-word;
|
|
1045
1045
|
}
|
|
1046
|
-
.error-meta[data-v-
|
|
1046
|
+
.error-meta[data-v-a95e7049] {
|
|
1047
1047
|
border-bottom: 1px solid #dee2e6;
|
|
1048
1048
|
padding-bottom: 0.5rem;
|
|
1049
1049
|
margin-bottom: 0.5rem;
|
|
1050
1050
|
}
|
|
1051
|
-
.modal-body .fs-1[data-v-
|
|
1051
|
+
.modal-body .fs-1[data-v-a95e7049] {
|
|
1052
1052
|
font-size: 2.5rem;
|
|
1053
1053
|
margin-bottom: 1rem;
|
|
1054
1054
|
}
|
|
1055
1055
|
|
|
1056
1056
|
/* 响应式调整 */
|
|
1057
1057
|
@media (max-width: 576px) {
|
|
1058
|
-
.error-content[data-v-
|
|
1059
|
-
.error-json[data-v-
|
|
1058
|
+
.error-content[data-v-a95e7049],
|
|
1059
|
+
.error-json[data-v-a95e7049] {
|
|
1060
1060
|
font-size: 0.75rem;
|
|
1061
1061
|
max-height: 150px;
|
|
1062
1062
|
}
|
|
1063
1063
|
}
|
|
1064
1064
|
|
|
1065
|
-
.datagrid-container[data-v-
|
|
1065
|
+
.datagrid-container[data-v-f249eac8] {
|
|
1066
1066
|
display: flex;
|
|
1067
1067
|
flex-direction: column;
|
|
1068
1068
|
height: 100%;
|
|
1069
1069
|
}
|
|
1070
|
-
.datagrid-inner[data-v-
|
|
1070
|
+
.datagrid-inner[data-v-f249eac8] {
|
|
1071
1071
|
flex: 1;
|
|
1072
1072
|
overflow: auto;
|
|
1073
1073
|
margin-bottom: 10px;
|
|
1074
1074
|
}
|
|
1075
|
-
.datagrid-th[data-v-
|
|
1075
|
+
.datagrid-th[data-v-f249eac8] {
|
|
1076
1076
|
min-width: 80px;
|
|
1077
1077
|
white-space: nowrap;
|
|
1078
1078
|
position: sticky;
|
|
@@ -1080,19 +1080,19 @@ pre {
|
|
|
1080
1080
|
z-index: 10;
|
|
1081
1081
|
background-color: #f8f9fa;
|
|
1082
1082
|
}
|
|
1083
|
-
.datagrid-th.sortable[data-v-
|
|
1083
|
+
.datagrid-th.sortable[data-v-f249eac8] {
|
|
1084
1084
|
cursor: pointer;
|
|
1085
1085
|
user-select: none;
|
|
1086
1086
|
}
|
|
1087
|
-
.datagrid-th.sortable[data-v-
|
|
1087
|
+
.datagrid-th.sortable[data-v-f249eac8]:hover {
|
|
1088
1088
|
background-color: #e9ecef;
|
|
1089
1089
|
}
|
|
1090
|
-
.header-content[data-v-
|
|
1090
|
+
.header-content[data-v-f249eac8] {
|
|
1091
1091
|
display: flex;
|
|
1092
1092
|
align-items: center;
|
|
1093
1093
|
gap: 0.5rem;
|
|
1094
1094
|
}
|
|
1095
|
-
.sort-icon[data-v-
|
|
1095
|
+
.sort-icon[data-v-f249eac8] {
|
|
1096
1096
|
display: flex;
|
|
1097
1097
|
align-items: center;
|
|
1098
1098
|
font-size: 0.75rem;
|