bhd-components 0.9.18 → 0.9.20
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/dist/index.esm.es5.development.css +124 -122
- package/dist/index.esm.es5.development.js +71 -25
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/table/index.module.less +22 -14
- package/es2017/viewImage/index.js +69 -23
- package/es2017/viewImage/index.module.less +7 -7
- package/esm/table/index.module.less +22 -14
- package/esm/viewImage/index.js +69 -23
- package/esm/viewImage/index.module.less +7 -7
- package/package.json +1 -1
|
@@ -919,45 +919,48 @@
|
|
|
919
919
|
"description": "图标,六级填充色"
|
|
920
920
|
}
|
|
921
921
|
*/
|
|
922
|
-
.
|
|
922
|
+
.index_module_Table__fa669d28 {
|
|
923
923
|
width: 100%;
|
|
924
924
|
}
|
|
925
|
-
.
|
|
925
|
+
.index_module_Table__fa669d28 {
|
|
926
926
|
/* 多选框间距问题 */
|
|
927
927
|
/* 分页器 */
|
|
928
928
|
/* 下拉选择框样式调整 */
|
|
929
929
|
}
|
|
930
|
-
.
|
|
931
|
-
|
|
930
|
+
.index_module_Table__fa669d28 .bhd-table-container > .bhd-table-body {
|
|
931
|
+
overflow-y: auto !important;
|
|
932
|
+
}
|
|
933
|
+
.index_module_Table__fa669d28 table th,
|
|
934
|
+
.index_module_Table__fa669d28 table td {
|
|
932
935
|
border: none;
|
|
933
936
|
border-bottom: 1px solid #e8e8e8;
|
|
934
937
|
}
|
|
935
|
-
.
|
|
938
|
+
.index_module_Table__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell {
|
|
936
939
|
font-weight: 400;
|
|
937
940
|
font-size: 16px;
|
|
938
941
|
color: rgba(0, 0, 0, 0.85);
|
|
939
942
|
white-space: nowrap;
|
|
940
943
|
background: #fafafa;
|
|
941
944
|
}
|
|
942
|
-
.
|
|
945
|
+
.index_module_Table__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell:nth-child(1) {
|
|
943
946
|
padding-left: 40px;
|
|
944
947
|
}
|
|
945
|
-
.
|
|
948
|
+
.index_module_Table__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell:last-child {
|
|
946
949
|
padding-right: 40px;
|
|
947
950
|
}
|
|
948
|
-
.
|
|
951
|
+
.index_module_Table__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell::before {
|
|
949
952
|
display: none;
|
|
950
953
|
}
|
|
951
|
-
.
|
|
954
|
+
.index_module_Table__fa669d28 table tbody tr.bhd-table-placeholder:hover td {
|
|
952
955
|
background-color: #ffffff;
|
|
953
956
|
}
|
|
954
|
-
.
|
|
957
|
+
.index_module_Table__fa669d28 table tbody tr:not(.bhd-table-placeholder) {
|
|
955
958
|
background: transparent;
|
|
956
959
|
}
|
|
957
|
-
.
|
|
960
|
+
.index_module_Table__fa669d28 table tbody tr:not(.bhd-table-placeholder):hover td {
|
|
958
961
|
background-color: #ffeeeb !important;
|
|
959
962
|
}
|
|
960
|
-
.
|
|
963
|
+
.index_module_Table__fa669d28 table tbody tr:not(.bhd-table-placeholder) td {
|
|
961
964
|
word-wrap: break-word;
|
|
962
965
|
word-break: break-all;
|
|
963
966
|
overflow: hidden;
|
|
@@ -965,106 +968,109 @@
|
|
|
965
968
|
text-overflow: ellipsis;
|
|
966
969
|
/* 多选框 距右的距离 */
|
|
967
970
|
}
|
|
968
|
-
.
|
|
971
|
+
.index_module_Table__fa669d28 table tbody tr:not(.bhd-table-placeholder) td:nth-child(1) {
|
|
969
972
|
padding-left: 40px;
|
|
970
973
|
}
|
|
971
|
-
.
|
|
974
|
+
.index_module_Table__fa669d28 table tbody tr:not(.bhd-table-placeholder) td:last-child {
|
|
972
975
|
padding-right: 40px;
|
|
973
976
|
}
|
|
974
|
-
.
|
|
977
|
+
.index_module_Table__fa669d28 table tbody tr:not(.bhd-table-placeholder) td.bhd-table-selection-column {
|
|
975
978
|
padding-inline-end: 16px;
|
|
976
979
|
}
|
|
977
|
-
.
|
|
980
|
+
.index_module_Table__fa669d28 .bhd-table-wrapper {
|
|
978
981
|
/* check 选中变色 */
|
|
979
982
|
/* scroll 固定列 设置overflow:hidden 阴影消失问题 */
|
|
980
983
|
}
|
|
981
|
-
.
|
|
984
|
+
.index_module_Table__fa669d28 .bhd-table-wrapper .bhd-table-selection-col {
|
|
982
985
|
width: 72px !important;
|
|
983
986
|
}
|
|
984
|
-
.
|
|
987
|
+
.index_module_Table__fa669d28 .bhd-table-wrapper .bhd-table-tbody > tr.bhd-table-row-selected > td {
|
|
985
988
|
background: #ffffff;
|
|
986
989
|
}
|
|
987
|
-
.
|
|
988
|
-
.
|
|
990
|
+
.index_module_Table__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-left-first::after,
|
|
991
|
+
.index_module_Table__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-left-last::after {
|
|
989
992
|
right: 2px;
|
|
990
993
|
}
|
|
991
|
-
.
|
|
992
|
-
.
|
|
994
|
+
.index_module_Table__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-right-first::after,
|
|
995
|
+
.index_module_Table__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-right-last::after {
|
|
993
996
|
left: 2px;
|
|
994
997
|
}
|
|
995
|
-
.
|
|
998
|
+
.index_module_Table__fa669d28 .bhd-pagination .bhd-pagination-item {
|
|
996
999
|
border-color: transparent;
|
|
997
1000
|
}
|
|
998
|
-
.
|
|
1001
|
+
.index_module_Table__fa669d28 .bhd-pagination .bhd-pagination-item-link {
|
|
999
1002
|
border: none !important;
|
|
1000
1003
|
background: none !important;
|
|
1001
1004
|
}
|
|
1002
|
-
.
|
|
1005
|
+
.index_module_Table__fa669d28 .bhd-pagination .bhd-pagination-item-active {
|
|
1003
1006
|
background-color: #f4523b;
|
|
1004
1007
|
}
|
|
1005
|
-
.
|
|
1008
|
+
.index_module_Table__fa669d28 .bhd-pagination .bhd-pagination-item-active:hover {
|
|
1006
1009
|
background-color: #ff7d66;
|
|
1007
1010
|
}
|
|
1008
|
-
.
|
|
1011
|
+
.index_module_Table__fa669d28 .bhd-pagination .bhd-pagination-item-active:hover > a {
|
|
1009
1012
|
color: #ffffff;
|
|
1010
1013
|
}
|
|
1011
|
-
.
|
|
1014
|
+
.index_module_Table__fa669d28 .bhd-pagination .bhd-pagination-item-active > a {
|
|
1012
1015
|
color: #ffffff;
|
|
1013
1016
|
}
|
|
1014
|
-
.
|
|
1017
|
+
.index_module_Table__fa669d28 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item {
|
|
1015
1018
|
border: none !important;
|
|
1016
1019
|
background: none !important;
|
|
1017
1020
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
1018
1021
|
}
|
|
1019
|
-
.
|
|
1022
|
+
.index_module_Table__fa669d28 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item a {
|
|
1020
1023
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
1021
1024
|
}
|
|
1022
|
-
.
|
|
1025
|
+
.index_module_Table__fa669d28 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item {
|
|
1023
1026
|
margin-right: 8px !important;
|
|
1024
1027
|
}
|
|
1025
|
-
.
|
|
1028
|
+
.index_module_Table__fa669d28 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
|
|
1026
1029
|
background-color: transparent !important;
|
|
1027
1030
|
}
|
|
1028
|
-
.
|
|
1031
|
+
.index_module_Table__fa669d28 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector .bhd-select-selection-search-input {
|
|
1029
1032
|
height: auto;
|
|
1030
1033
|
}
|
|
1031
|
-
.
|
|
1034
|
+
.index_module_Table__fa669d28 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector {
|
|
1032
1035
|
padding-left: 0;
|
|
1033
1036
|
height: 24px;
|
|
1034
1037
|
}
|
|
1035
|
-
.
|
|
1038
|
+
.index_module_Table__fa669d28 .bhd-table-cell .bhd-select-selector .bhd-select-selection-search {
|
|
1036
1039
|
inset-inline-start: 0;
|
|
1037
1040
|
}
|
|
1038
|
-
.
|
|
1041
|
+
.index_module_Table__fa669d28 .bhd-table-cell .bhd-select-selector .bhd-select-selection-item {
|
|
1039
1042
|
font-size: 16px;
|
|
1040
1043
|
font-weight: 500;
|
|
1041
1044
|
color: rgba(0, 0, 0, 0.85);
|
|
1042
1045
|
line-height: 24px;
|
|
1043
1046
|
}
|
|
1044
|
-
.
|
|
1047
|
+
.index_module_Table__fa669d28 .bhd-table-cell .bhd-select .bhd-select-arrow {
|
|
1045
1048
|
margin-top: -5px;
|
|
1046
1049
|
color: rgba(0, 0, 0, 0.65);
|
|
1047
1050
|
}
|
|
1048
|
-
.
|
|
1051
|
+
.index_module_Table__fa669d28 .bhd-table-cell .bhd-select .bhd-select-arrow > .anticon {
|
|
1049
1052
|
pointer-events: none;
|
|
1050
1053
|
}
|
|
1051
|
-
.
|
|
1054
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 {
|
|
1052
1055
|
width: 100%;
|
|
1053
1056
|
}
|
|
1054
|
-
.
|
|
1057
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 {
|
|
1055
1058
|
/* 去除head 圆角 */
|
|
1056
1059
|
/* 多选框间距问题 */
|
|
1057
1060
|
/* 分页器 */
|
|
1058
1061
|
/* 下拉选择框样式调整 */
|
|
1059
1062
|
/* sort 排序样式 */
|
|
1060
1063
|
}
|
|
1061
|
-
.
|
|
1062
|
-
|
|
1064
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-container > .bhd-table-body {
|
|
1065
|
+
overflow-y: auto !important;
|
|
1066
|
+
}
|
|
1067
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table th,
|
|
1068
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table td {
|
|
1063
1069
|
border: none;
|
|
1064
1070
|
border-bottom: 1px solid #ebebeb;
|
|
1065
1071
|
color: rgba(0, 0, 0, 0.65);
|
|
1066
1072
|
}
|
|
1067
|
-
.
|
|
1073
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell {
|
|
1068
1074
|
font-weight: 600;
|
|
1069
1075
|
font-size: 16px;
|
|
1070
1076
|
color: rgba(0, 0, 0, 0.85);
|
|
@@ -1075,39 +1081,39 @@
|
|
|
1075
1081
|
vertical-align: middle;
|
|
1076
1082
|
font-family: "PingFang SC", "helvetica neue", "Source Han Sans CN", "hiragino sans gb", "arial", "microsoft yahei ui", "microsoft yahei", "simsun", "sans-serif" !important;
|
|
1077
1083
|
}
|
|
1078
|
-
.
|
|
1084
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell:nth-child(1) {
|
|
1079
1085
|
padding-left: 16px;
|
|
1080
1086
|
}
|
|
1081
|
-
.
|
|
1087
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell:last-child {
|
|
1082
1088
|
padding-right: 16px;
|
|
1083
1089
|
}
|
|
1084
|
-
.
|
|
1090
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell::before {
|
|
1085
1091
|
display: none;
|
|
1086
1092
|
}
|
|
1087
|
-
.
|
|
1093
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell.bhd-table-selection-column {
|
|
1088
1094
|
padding-inline-end: 0;
|
|
1089
1095
|
padding-right: 0;
|
|
1090
1096
|
}
|
|
1091
|
-
.
|
|
1097
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table > .bhd-table-thead > tr > .bhd-table-cell.bhd-table-selection-column + .bhd-table-cell {
|
|
1092
1098
|
padding-left: 8px;
|
|
1093
1099
|
}
|
|
1094
|
-
.
|
|
1100
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr.bhd-table-placeholder {
|
|
1095
1101
|
/* 去除无数据的边框线 */
|
|
1096
1102
|
}
|
|
1097
|
-
.
|
|
1103
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr.bhd-table-placeholder:hover td {
|
|
1098
1104
|
background-color: #ffffff;
|
|
1099
1105
|
}
|
|
1100
|
-
.
|
|
1106
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr.bhd-table-placeholder > .bhd-table-cell {
|
|
1101
1107
|
border-bottom: none;
|
|
1102
1108
|
}
|
|
1103
|
-
.
|
|
1109
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr:not(.bhd-table-placeholder) {
|
|
1104
1110
|
background: transparent;
|
|
1105
1111
|
}
|
|
1106
|
-
.
|
|
1112
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr:not(.bhd-table-placeholder):hover td {
|
|
1107
1113
|
background-color: #f5f5f5 !important;
|
|
1108
1114
|
color: rgba(0, 0, 0, 0.85);
|
|
1109
1115
|
}
|
|
1110
|
-
.
|
|
1116
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr:not(.bhd-table-placeholder) td {
|
|
1111
1117
|
word-wrap: break-word;
|
|
1112
1118
|
word-break: break-all;
|
|
1113
1119
|
overflow: hidden;
|
|
@@ -1118,132 +1124,132 @@
|
|
|
1118
1124
|
vertical-align: middle;
|
|
1119
1125
|
/* 多选框 距右的距离 */
|
|
1120
1126
|
}
|
|
1121
|
-
.
|
|
1127
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr:not(.bhd-table-placeholder) td:nth-child(1) {
|
|
1122
1128
|
padding-left: 16px;
|
|
1123
1129
|
}
|
|
1124
|
-
.
|
|
1130
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr:not(.bhd-table-placeholder) td:last-child {
|
|
1125
1131
|
padding-right: 16px;
|
|
1126
1132
|
}
|
|
1127
|
-
.
|
|
1133
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr:not(.bhd-table-placeholder) td.bhd-table-selection-column {
|
|
1128
1134
|
padding-inline-end: 0;
|
|
1129
1135
|
padding-right: 0;
|
|
1130
1136
|
}
|
|
1131
|
-
.
|
|
1137
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table tbody tr:not(.bhd-table-placeholder) td.bhd-table-selection-column + .bhd-table-cell {
|
|
1132
1138
|
padding-left: 8px;
|
|
1133
1139
|
}
|
|
1134
|
-
.
|
|
1140
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-container table > thead > tr:first-child > *:first-child {
|
|
1135
1141
|
border-top-left-radius: 0;
|
|
1136
1142
|
}
|
|
1137
|
-
.
|
|
1143
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-container table > thead > tr:first-child > *:last-child {
|
|
1138
1144
|
border-top-right-radius: 0;
|
|
1139
1145
|
}
|
|
1140
|
-
.
|
|
1146
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table {
|
|
1141
1147
|
border-radius: 0;
|
|
1142
1148
|
}
|
|
1143
|
-
.
|
|
1149
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 table .bhd-table-header {
|
|
1144
1150
|
border-radius: 0;
|
|
1145
1151
|
}
|
|
1146
|
-
.
|
|
1152
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-container {
|
|
1147
1153
|
border-top-left-radius: 0;
|
|
1148
1154
|
border-top-right-radius: 0;
|
|
1149
1155
|
}
|
|
1150
|
-
.
|
|
1156
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table {
|
|
1151
1157
|
border-radius: 0;
|
|
1152
1158
|
}
|
|
1153
|
-
.
|
|
1159
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper .bhd-table .bhd-table-header {
|
|
1154
1160
|
border-radius: 0;
|
|
1155
1161
|
}
|
|
1156
|
-
.
|
|
1162
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper {
|
|
1157
1163
|
/* check 选中变色 */
|
|
1158
1164
|
/* scroll 固定列 设置overflow:hidden 阴影消失问题 */
|
|
1159
1165
|
}
|
|
1160
|
-
.
|
|
1166
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper .bhd-table-selection-col {
|
|
1161
1167
|
width: 40px !important;
|
|
1162
1168
|
}
|
|
1163
|
-
.
|
|
1169
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper .bhd-table-tbody > tr.bhd-table-row-selected > td {
|
|
1164
1170
|
background: #ffffff;
|
|
1165
1171
|
}
|
|
1166
|
-
.
|
|
1167
|
-
.
|
|
1172
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-left-first::after,
|
|
1173
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-left-last::after {
|
|
1168
1174
|
right: 2px;
|
|
1169
1175
|
}
|
|
1170
|
-
.
|
|
1171
|
-
.
|
|
1176
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-right-first::after,
|
|
1177
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-wrapper .bhd-table-cell-fix-right-last::after {
|
|
1172
1178
|
left: 2px;
|
|
1173
1179
|
}
|
|
1174
|
-
.
|
|
1180
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination .bhd-pagination-item {
|
|
1175
1181
|
border-color: transparent;
|
|
1176
1182
|
}
|
|
1177
|
-
.
|
|
1183
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination .bhd-pagination-item-link {
|
|
1178
1184
|
border: none !important;
|
|
1179
1185
|
background: none !important;
|
|
1180
1186
|
}
|
|
1181
|
-
.
|
|
1187
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination .bhd-pagination-item-active {
|
|
1182
1188
|
background-color: #f4523b;
|
|
1183
1189
|
}
|
|
1184
|
-
.
|
|
1190
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination .bhd-pagination-item-active:hover {
|
|
1185
1191
|
background-color: #ff7d66;
|
|
1186
1192
|
}
|
|
1187
|
-
.
|
|
1193
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination .bhd-pagination-item-active:hover > a {
|
|
1188
1194
|
color: #ffffff;
|
|
1189
1195
|
}
|
|
1190
|
-
.
|
|
1196
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination .bhd-pagination-item-active > a {
|
|
1191
1197
|
color: #ffffff;
|
|
1192
1198
|
}
|
|
1193
|
-
.
|
|
1199
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item {
|
|
1194
1200
|
border: none !important;
|
|
1195
1201
|
background: none !important;
|
|
1196
1202
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
1197
1203
|
}
|
|
1198
|
-
.
|
|
1204
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination.bhd-pagination-disabled .bhd-pagination-item a {
|
|
1199
1205
|
color: rgba(0, 0, 0, 0.25) !important;
|
|
1200
1206
|
}
|
|
1201
|
-
.
|
|
1207
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item {
|
|
1202
1208
|
margin-right: 8px !important;
|
|
1203
1209
|
}
|
|
1204
|
-
.
|
|
1210
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-pagination.bhd-pagination-mini .bhd-pagination-item:not(.bhd-pagination-item-active):hover {
|
|
1205
1211
|
background-color: transparent !important;
|
|
1206
1212
|
}
|
|
1207
|
-
.
|
|
1213
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector .bhd-select-selection-search-input {
|
|
1208
1214
|
height: auto;
|
|
1209
1215
|
}
|
|
1210
|
-
.
|
|
1216
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-cell .bhd-select-single:not(.bhd-select-customize-input) .bhd-select-selector {
|
|
1211
1217
|
padding-left: 0;
|
|
1212
1218
|
height: 24px;
|
|
1213
1219
|
}
|
|
1214
|
-
.
|
|
1220
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-cell .bhd-select-selector .bhd-select-selection-search {
|
|
1215
1221
|
inset-inline-start: 0;
|
|
1216
1222
|
}
|
|
1217
|
-
.
|
|
1223
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-cell .bhd-select-selector .bhd-select-selection-item {
|
|
1218
1224
|
font-size: 16px;
|
|
1219
1225
|
font-weight: 600;
|
|
1220
1226
|
color: rgba(0, 0, 0, 0.85);
|
|
1221
1227
|
line-height: 24px;
|
|
1222
1228
|
}
|
|
1223
|
-
.
|
|
1229
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-cell .bhd-select .bhd-select-arrow {
|
|
1224
1230
|
margin-top: -5px;
|
|
1225
1231
|
color: rgba(0, 0, 0, 0.65);
|
|
1226
1232
|
}
|
|
1227
|
-
.
|
|
1233
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-cell .bhd-select-open .bhd-select-arrow {
|
|
1228
1234
|
color: #f4523b;
|
|
1229
1235
|
}
|
|
1230
|
-
.
|
|
1236
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-column-has-sorters .bhd-table-column-sorters {
|
|
1231
1237
|
justify-content: flex-start;
|
|
1232
1238
|
}
|
|
1233
|
-
.
|
|
1239
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-title {
|
|
1234
1240
|
flex: none;
|
|
1235
1241
|
}
|
|
1236
|
-
.
|
|
1242
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-sorter {
|
|
1237
1243
|
margin-left: 8px;
|
|
1238
1244
|
color: rgba(0, 0, 0, 0.65);
|
|
1239
1245
|
}
|
|
1240
|
-
.
|
|
1246
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-sorter .bhd-table-column-sorter-inner .bhd-table-column-sorter-down {
|
|
1241
1247
|
margin-top: -0.1em;
|
|
1242
1248
|
}
|
|
1243
|
-
.
|
|
1249
|
+
.index_module_Table__fa669d28.index_module_SmallTable__fa669d28 .bhd-table-column-has-sorters .bhd-table-column-sorters > .bhd-table-column-sorter .bhd-table-column-sorter-inner .bhd-table-column-sorter-up {
|
|
1244
1250
|
margin-bottom: -0.1em;
|
|
1245
1251
|
}
|
|
1246
|
-
.
|
|
1252
|
+
.index_module_columnTootipClassName__fa669d28 .bhd-tooltip-content .bhd-tooltip-inner {
|
|
1247
1253
|
color: rgba(0, 0, 0, 0.85);
|
|
1248
1254
|
word-break: break-all;
|
|
1249
1255
|
}
|
|
@@ -4223,7 +4229,7 @@
|
|
|
4223
4229
|
"description": "图标,六级填充色"
|
|
4224
4230
|
}
|
|
4225
4231
|
*/
|
|
4226
|
-
.
|
|
4232
|
+
.index_module_AppViewImage__efd7e21c .bhd-modal {
|
|
4227
4233
|
width: 100% !important;
|
|
4228
4234
|
height: 100% !important;
|
|
4229
4235
|
min-height: 600px;
|
|
@@ -4232,29 +4238,29 @@
|
|
|
4232
4238
|
overflow: hidden;
|
|
4233
4239
|
max-width: none;
|
|
4234
4240
|
}
|
|
4235
|
-
.
|
|
4241
|
+
.index_module_AppViewImage__efd7e21c .bhd-modal .bhd-modal-content {
|
|
4236
4242
|
width: 100%;
|
|
4237
4243
|
height: 100%;
|
|
4238
4244
|
background: transparent;
|
|
4239
4245
|
box-shadow: none;
|
|
4240
4246
|
border-radius: none;
|
|
4241
4247
|
}
|
|
4242
|
-
.
|
|
4248
|
+
.index_module_AppViewImage__efd7e21c .bhd-modal .bhd-modal-content .bhd-modal-body {
|
|
4243
4249
|
width: 100%;
|
|
4244
4250
|
height: 100%;
|
|
4245
4251
|
padding: 0px;
|
|
4246
4252
|
}
|
|
4247
|
-
.
|
|
4253
|
+
.index_module_viewImgBody__efd7e21c {
|
|
4248
4254
|
display: flex;
|
|
4249
4255
|
width: 100%;
|
|
4250
4256
|
height: 100%;
|
|
4251
4257
|
}
|
|
4252
|
-
.
|
|
4258
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c {
|
|
4253
4259
|
width: 100%;
|
|
4254
4260
|
height: 100%;
|
|
4255
4261
|
position: relative;
|
|
4256
4262
|
}
|
|
4257
|
-
.
|
|
4263
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgAction__efd7e21c {
|
|
4258
4264
|
width: 100%;
|
|
4259
4265
|
display: flex;
|
|
4260
4266
|
position: absolute;
|
|
@@ -4265,11 +4271,11 @@
|
|
|
4265
4271
|
z-index: 10;
|
|
4266
4272
|
gap: 24px;
|
|
4267
4273
|
}
|
|
4268
|
-
.
|
|
4274
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgAction__efd7e21c.index_module_actionTop__efd7e21c {
|
|
4269
4275
|
top: 40px;
|
|
4270
4276
|
bottom: auto;
|
|
4271
4277
|
}
|
|
4272
|
-
.
|
|
4278
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgAction__efd7e21c > span {
|
|
4273
4279
|
display: flex;
|
|
4274
4280
|
width: 40px;
|
|
4275
4281
|
height: 40px;
|
|
@@ -4281,21 +4287,21 @@
|
|
|
4281
4287
|
cursor: pointer;
|
|
4282
4288
|
border-radius: 8px;
|
|
4283
4289
|
}
|
|
4284
|
-
.
|
|
4290
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgAction__efd7e21c > span:first-child {
|
|
4285
4291
|
margin-left: 0;
|
|
4286
4292
|
}
|
|
4287
|
-
.
|
|
4293
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBody__efd7e21c {
|
|
4288
4294
|
width: 100%;
|
|
4289
4295
|
height: 100%;
|
|
4290
4296
|
display: flex;
|
|
4291
4297
|
align-items: center;
|
|
4292
4298
|
justify-content: center;
|
|
4293
4299
|
}
|
|
4294
|
-
.
|
|
4300
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBody__efd7e21c .index_module_viewImgBody_load__efd7e21c {
|
|
4295
4301
|
width: 80px;
|
|
4296
4302
|
height: 80px;
|
|
4297
4303
|
}
|
|
4298
|
-
.
|
|
4304
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBody__efd7e21c .index_module_viewImgBody_pic__efd7e21c {
|
|
4299
4305
|
max-width: 80%;
|
|
4300
4306
|
max-height: 80%;
|
|
4301
4307
|
cursor: move;
|
|
@@ -4304,14 +4310,10 @@
|
|
|
4304
4310
|
-moz-user-select: none;
|
|
4305
4311
|
user-select: none;
|
|
4306
4312
|
}
|
|
4307
|
-
.
|
|
4308
|
-
width: 100%;
|
|
4309
|
-
height: 100%;
|
|
4310
|
-
}
|
|
4311
|
-
.index_module_viewImgBody__3145c517 .index_module_viewImgContent__3145c517 .index_module_viewImgBody__3145c517 .index_module_viewImgActionClose__3145c517 {
|
|
4313
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBody__efd7e21c .index_module_viewImgActionClose__efd7e21c {
|
|
4312
4314
|
position: absolute;
|
|
4313
|
-
top:
|
|
4314
|
-
right:
|
|
4315
|
+
top: 40px;
|
|
4316
|
+
right: 40px;
|
|
4315
4317
|
display: flex;
|
|
4316
4318
|
width: 40px;
|
|
4317
4319
|
height: 40px;
|
|
@@ -4323,7 +4325,7 @@
|
|
|
4323
4325
|
cursor: pointer;
|
|
4324
4326
|
border-radius: 8px;
|
|
4325
4327
|
}
|
|
4326
|
-
.
|
|
4328
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBody__efd7e21c .index_module_viewImgBody_pre__efd7e21c {
|
|
4327
4329
|
position: absolute;
|
|
4328
4330
|
width: 40px;
|
|
4329
4331
|
height: 40px;
|
|
@@ -4344,7 +4346,7 @@
|
|
|
4344
4346
|
left: 40px;
|
|
4345
4347
|
border-radius: 50%;
|
|
4346
4348
|
}
|
|
4347
|
-
.
|
|
4349
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBody__efd7e21c .index_module_viewImgBody_next__efd7e21c {
|
|
4348
4350
|
position: absolute;
|
|
4349
4351
|
width: 40px;
|
|
4350
4352
|
height: 40px;
|
|
@@ -4365,7 +4367,7 @@
|
|
|
4365
4367
|
right: 40px;
|
|
4366
4368
|
border-radius: 50%;
|
|
4367
4369
|
}
|
|
4368
|
-
.
|
|
4370
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBodyScale__efd7e21c {
|
|
4369
4371
|
box-sizing: border-box;
|
|
4370
4372
|
display: inline-flex;
|
|
4371
4373
|
align-items: center;
|
|
@@ -4376,8 +4378,8 @@
|
|
|
4376
4378
|
z-index: 10;
|
|
4377
4379
|
gap: 4px;
|
|
4378
4380
|
}
|
|
4379
|
-
.
|
|
4380
|
-
.
|
|
4381
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBodyScale__efd7e21c .index_module_viewImgBodyScale_minu__efd7e21c,
|
|
4382
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBodyScale__efd7e21c .index_module_viewImgBodyScale_add__efd7e21c {
|
|
4381
4383
|
width: 40px;
|
|
4382
4384
|
height: 40px;
|
|
4383
4385
|
display: flex;
|
|
@@ -4388,13 +4390,13 @@
|
|
|
4388
4390
|
background-color: rgba(0, 0, 0, 0.45);
|
|
4389
4391
|
cursor: pointer;
|
|
4390
4392
|
}
|
|
4391
|
-
.
|
|
4393
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBodyScale__efd7e21c .index_module_viewImgBodyScale_minu__efd7e21c {
|
|
4392
4394
|
border-radius: 4px 0 0 4px;
|
|
4393
4395
|
}
|
|
4394
|
-
.
|
|
4396
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBodyScale__efd7e21c .index_module_viewImgBodyScale_add__efd7e21c {
|
|
4395
4397
|
border-radius: 0 4px 4px 0;
|
|
4396
4398
|
}
|
|
4397
|
-
.
|
|
4399
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgContent__efd7e21c .index_module_viewImgBodyScale__efd7e21c .index_module_viewImgBodyScale_value__efd7e21c {
|
|
4398
4400
|
width: 80px;
|
|
4399
4401
|
height: 40px;
|
|
4400
4402
|
border-left: 1px solid rgba(255, 255, 255, 0.25);
|
|
@@ -4410,7 +4412,7 @@
|
|
|
4410
4412
|
-moz-user-select: none;
|
|
4411
4413
|
user-select: none;
|
|
4412
4414
|
}
|
|
4413
|
-
.
|
|
4415
|
+
.index_module_viewImgBody__efd7e21c .index_module_viewImgInfo__efd7e21c {
|
|
4414
4416
|
height: 100%;
|
|
4415
4417
|
flex-shrink: 0;
|
|
4416
4418
|
background: #ffffff;
|