@cmstops/pro-compo 0.3.19 → 0.3.21
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.css +60 -57
- package/dist/index.min.css +1 -1
- package/es/appCenter/component.js +1 -1
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +51 -7
- package/es/contentModal/components/ViewAllColumn/index.js +1 -0
- package/es/contentModal/style/MediaFilter.less +4 -0
- package/es/contentModal/style/index.css +3 -0
- package/es/index.css +60 -57
- package/es/mediaGridList/style/FileTypeThumb.less +26 -26
- package/es/mediaGridList/style/index.css +28 -28
- package/es/mediaGridList/style/index.less +2 -2
- package/es/resourceModal/components/MediaPreviewer/index.js +1 -1
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +1 -1
- package/es/resourceModal/style/FileTypeThumb.less +26 -26
- package/es/resourceModal/style/MainContent.less +2 -2
- package/es/resourceModal/style/SystemResourceSelected.less +1 -1
- package/es/resourceModal/style/index.css +29 -29
- package/lib/appCenter/component.js +1 -1
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +48 -4
- package/lib/contentModal/components/ViewAllColumn/index.js +1 -0
- package/lib/contentModal/style/MediaFilter.less +4 -0
- package/lib/contentModal/style/index.css +3 -0
- package/lib/index.css +60 -57
- package/lib/mediaGridList/style/FileTypeThumb.less +26 -26
- package/lib/mediaGridList/style/index.css +28 -28
- package/lib/mediaGridList/style/index.less +2 -2
- package/lib/resourceModal/components/MediaPreviewer/index.js +1 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +1 -1
- package/lib/resourceModal/style/FileTypeThumb.less +26 -26
- package/lib/resourceModal/style/MainContent.less +2 -2
- package/lib/resourceModal/style/SystemResourceSelected.less +1 -1
- package/lib/resourceModal/style/index.css +29 -29
- package/package.json +2 -2
- /package/es/{assets → resourceModal/assets}/images/sys_load_more.js +0 -0
- /package/es/{assets → resourceModal/assets}/images/unknown.js +0 -0
- /package/es/{assets → resourceModal/assets}/selection/null.js +0 -0
- /package/lib/{assets → resourceModal/assets}/images/sys_load_more.js +0 -0
- /package/lib/{assets → resourceModal/assets}/images/unknown.js +0 -0
- /package/lib/{assets → resourceModal/assets}/selection/null.js +0 -0
package/es/index.css
CHANGED
|
@@ -361,6 +361,9 @@
|
|
|
361
361
|
.media-filter-container .filter-item {
|
|
362
362
|
width: auto;
|
|
363
363
|
}
|
|
364
|
+
.media-filter-container .keyword {
|
|
365
|
+
padding-left: 0;
|
|
366
|
+
}
|
|
364
367
|
.media-filter-container :deep(.arco-popover-content) {
|
|
365
368
|
display: flex;
|
|
366
369
|
flex-direction: column;
|
|
@@ -683,7 +686,7 @@
|
|
|
683
686
|
height: 46px;
|
|
684
687
|
overflow: hidden;
|
|
685
688
|
font-size: 0;
|
|
686
|
-
background: url('
|
|
689
|
+
background: url('../assets/selection/folder.png') no-repeat 13px center;
|
|
687
690
|
background-size: 17px auto;
|
|
688
691
|
border: solid 1px transparent;
|
|
689
692
|
border-radius: 4px;
|
|
@@ -762,7 +765,7 @@
|
|
|
762
765
|
.simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .file-list .item .shadow-wrap .thumb-wrap {
|
|
763
766
|
position: relative;
|
|
764
767
|
width: 100%;
|
|
765
|
-
background: url('
|
|
768
|
+
background: url('../assets/selection/picBg.png');
|
|
766
769
|
}
|
|
767
770
|
.simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .file-list .item .shadow-wrap h4,
|
|
768
771
|
.simple-resources .arco-scrollbar .dialog-media-selection-scroll .file-wrap .file-list .item .shadow-wrap p {
|
|
@@ -904,7 +907,7 @@
|
|
|
904
907
|
width: 100%;
|
|
905
908
|
padding-top: 56.25%;
|
|
906
909
|
background-color: #fff;
|
|
907
|
-
background-image: url('
|
|
910
|
+
background-image: url('../assets/images/unknown.png');
|
|
908
911
|
background-repeat: no-repeat;
|
|
909
912
|
background-repeat: repeat-x;
|
|
910
913
|
background-position: top;
|
|
@@ -915,76 +918,76 @@
|
|
|
915
918
|
transition: ease-out 0.4s;
|
|
916
919
|
}
|
|
917
920
|
.file-type-thumb .audio {
|
|
918
|
-
background-image: url('
|
|
921
|
+
background-image: url('../assets/images/music.png') !important;
|
|
919
922
|
}
|
|
920
923
|
.file-type-thumb .audio.doc {
|
|
921
|
-
background-image: url('
|
|
924
|
+
background-image: url('../assets/images/draf.png') !important;
|
|
922
925
|
}
|
|
923
926
|
.file-type-thumb .project {
|
|
924
|
-
background-image: url('
|
|
927
|
+
background-image: url('../assets/images/project1.png') !important;
|
|
925
928
|
}
|
|
926
929
|
.file-type-thumb .doc {
|
|
927
|
-
background-image: url('
|
|
930
|
+
background-image: url('../assets/images/draf.png');
|
|
928
931
|
}
|
|
929
932
|
.file-type-thumb .link {
|
|
930
|
-
background-image: url('
|
|
933
|
+
background-image: url('../assets/images/link.png');
|
|
931
934
|
}
|
|
932
935
|
.file-type-thumb .sp_topic {
|
|
933
|
-
background-image: url('
|
|
936
|
+
background-image: url('../assets/images/link.png');
|
|
934
937
|
}
|
|
935
938
|
.file-type-thumb .live {
|
|
936
|
-
background-image: url('
|
|
939
|
+
background-image: url('../assets/images/live.png');
|
|
937
940
|
}
|
|
938
941
|
.file-type-thumb .pdf {
|
|
939
|
-
background-image: url('
|
|
942
|
+
background-image: url('../assets/images/pdf.png') !important;
|
|
940
943
|
}
|
|
941
944
|
.file-type-thumb .officeexcel {
|
|
942
|
-
background-image: url('
|
|
945
|
+
background-image: url('../assets/images/excel.png') !important;
|
|
943
946
|
}
|
|
944
947
|
.file-type-thumb .officeppt {
|
|
945
|
-
background-image: url('
|
|
948
|
+
background-image: url('../assets/images/ppt.png') !important;
|
|
946
949
|
}
|
|
947
950
|
.file-type-thumb .zip {
|
|
948
|
-
background-image: url('
|
|
951
|
+
background-image: url('../assets/images/zip.png') !important;
|
|
949
952
|
}
|
|
950
953
|
.file-type-thumb .rar {
|
|
951
|
-
background-image: url('
|
|
954
|
+
background-image: url('../assets/images/rar.png') !important;
|
|
952
955
|
}
|
|
953
956
|
.file-type-thumb .txt {
|
|
954
|
-
background-image: url('
|
|
957
|
+
background-image: url('../assets/images/txt.png') !important;
|
|
955
958
|
}
|
|
956
959
|
.file-type-thumb .exe {
|
|
957
|
-
background-image: url('
|
|
960
|
+
background-image: url('../assets/images/exe.png') !important;
|
|
958
961
|
}
|
|
959
962
|
.file-type-thumb .html {
|
|
960
|
-
background-image: url('
|
|
963
|
+
background-image: url('../assets/images/html.png') !important;
|
|
961
964
|
}
|
|
962
965
|
.file-type-thumb .officedoc {
|
|
963
|
-
background-image: url('
|
|
966
|
+
background-image: url('../assets/images/word.png') !important;
|
|
964
967
|
}
|
|
965
968
|
.file-type-thumb .wechat {
|
|
966
|
-
background-image: url('
|
|
969
|
+
background-image: url('../assets/images/wechat.png') !important;
|
|
967
970
|
}
|
|
968
971
|
.file-type-thumb .h5 {
|
|
969
|
-
background-image: url('
|
|
972
|
+
background-image: url('../assets/images/h5.png') !important;
|
|
970
973
|
}
|
|
971
974
|
.file-type-thumb .ad {
|
|
972
|
-
background-image: url('
|
|
975
|
+
background-image: url('../assets/images/ad.png') !important;
|
|
973
976
|
}
|
|
974
977
|
.file-type-thumb .booklink {
|
|
975
|
-
background-image: url('
|
|
978
|
+
background-image: url('../assets/images/booklink.png') !important;
|
|
976
979
|
}
|
|
977
980
|
.file-type-thumb .activity {
|
|
978
|
-
background-image: url('
|
|
981
|
+
background-image: url('../assets/images/activity.png') !important;
|
|
979
982
|
}
|
|
980
983
|
.file-type-thumb .svideo {
|
|
981
|
-
background-image: url('
|
|
984
|
+
background-image: url('../assets/images/svideo.png') !important;
|
|
982
985
|
}
|
|
983
986
|
.file-type-thumb .cloud_lottery {
|
|
984
|
-
background-image: url('
|
|
987
|
+
background-image: url('../assets/images/cloud_lottery.png') !important;
|
|
985
988
|
}
|
|
986
989
|
.file-type-thumb .cloud_form {
|
|
987
|
-
background-image: url('
|
|
990
|
+
background-image: url('../assets/images/cloud_form.png') !important;
|
|
988
991
|
}
|
|
989
992
|
.file-type-thumb .illegal-media-warning {
|
|
990
993
|
position: absolute;
|
|
@@ -992,7 +995,7 @@
|
|
|
992
995
|
width: 100%;
|
|
993
996
|
height: 100%;
|
|
994
997
|
background-color: rgba(0, 0, 0, 0.65);
|
|
995
|
-
background-image: url('
|
|
998
|
+
background-image: url('../assets/images/unknown.png');
|
|
996
999
|
background-repeat: no-repeat;
|
|
997
1000
|
background-position: center;
|
|
998
1001
|
background-size: 30%;
|
|
@@ -1152,7 +1155,7 @@
|
|
|
1152
1155
|
.sys-res-file-list .item .shadow-wrap .thumb-wrap {
|
|
1153
1156
|
position: relative;
|
|
1154
1157
|
width: 100%;
|
|
1155
|
-
background: url('
|
|
1158
|
+
background: url('../assets/selection/picBg.png');
|
|
1156
1159
|
}
|
|
1157
1160
|
.sys-res-file-list .item .shadow-wrap h4,
|
|
1158
1161
|
.sys-res-file-list .item .shadow-wrap p {
|
|
@@ -3963,7 +3966,7 @@
|
|
|
3963
3966
|
width: 100%;
|
|
3964
3967
|
padding-top: 56.25%;
|
|
3965
3968
|
background-color: #fff;
|
|
3966
|
-
background-image: url('
|
|
3969
|
+
background-image: url('../assets/images/unknown.png');
|
|
3967
3970
|
background-repeat: no-repeat;
|
|
3968
3971
|
background-repeat: repeat-x;
|
|
3969
3972
|
background-position: top;
|
|
@@ -3974,76 +3977,76 @@
|
|
|
3974
3977
|
transition: ease-out 0.4s;
|
|
3975
3978
|
}
|
|
3976
3979
|
.file-type-thumb .audio {
|
|
3977
|
-
background-image: url('
|
|
3980
|
+
background-image: url('../assets/images/music.png') !important;
|
|
3978
3981
|
}
|
|
3979
3982
|
.file-type-thumb .audio.doc {
|
|
3980
|
-
background-image: url('
|
|
3983
|
+
background-image: url('../assets/images/draf.png') !important;
|
|
3981
3984
|
}
|
|
3982
3985
|
.file-type-thumb .project {
|
|
3983
|
-
background-image: url('
|
|
3986
|
+
background-image: url('../assets/images/project1.png') !important;
|
|
3984
3987
|
}
|
|
3985
3988
|
.file-type-thumb .doc {
|
|
3986
|
-
background-image: url('
|
|
3989
|
+
background-image: url('../assets/images/draf.png');
|
|
3987
3990
|
}
|
|
3988
3991
|
.file-type-thumb .link {
|
|
3989
|
-
background-image: url('
|
|
3992
|
+
background-image: url('../assets/images/link.png');
|
|
3990
3993
|
}
|
|
3991
3994
|
.file-type-thumb .sp_topic {
|
|
3992
|
-
background-image: url('
|
|
3995
|
+
background-image: url('../assets/images/link.png');
|
|
3993
3996
|
}
|
|
3994
3997
|
.file-type-thumb .live {
|
|
3995
|
-
background-image: url('
|
|
3998
|
+
background-image: url('../assets/images/live.png');
|
|
3996
3999
|
}
|
|
3997
4000
|
.file-type-thumb .pdf {
|
|
3998
|
-
background-image: url('
|
|
4001
|
+
background-image: url('../assets/images/pdf.png') !important;
|
|
3999
4002
|
}
|
|
4000
4003
|
.file-type-thumb .officeexcel {
|
|
4001
|
-
background-image: url('
|
|
4004
|
+
background-image: url('../assets/images/excel.png') !important;
|
|
4002
4005
|
}
|
|
4003
4006
|
.file-type-thumb .officeppt {
|
|
4004
|
-
background-image: url('
|
|
4007
|
+
background-image: url('../assets/images/ppt.png') !important;
|
|
4005
4008
|
}
|
|
4006
4009
|
.file-type-thumb .zip {
|
|
4007
|
-
background-image: url('
|
|
4010
|
+
background-image: url('../assets/images/zip.png') !important;
|
|
4008
4011
|
}
|
|
4009
4012
|
.file-type-thumb .rar {
|
|
4010
|
-
background-image: url('
|
|
4013
|
+
background-image: url('../assets/images/rar.png') !important;
|
|
4011
4014
|
}
|
|
4012
4015
|
.file-type-thumb .txt {
|
|
4013
|
-
background-image: url('
|
|
4016
|
+
background-image: url('../assets/images/txt.png') !important;
|
|
4014
4017
|
}
|
|
4015
4018
|
.file-type-thumb .exe {
|
|
4016
|
-
background-image: url('
|
|
4019
|
+
background-image: url('../assets/images/exe.png') !important;
|
|
4017
4020
|
}
|
|
4018
4021
|
.file-type-thumb .html {
|
|
4019
|
-
background-image: url('
|
|
4022
|
+
background-image: url('../assets/images/html.png') !important;
|
|
4020
4023
|
}
|
|
4021
4024
|
.file-type-thumb .officedoc {
|
|
4022
|
-
background-image: url('
|
|
4025
|
+
background-image: url('../assets/images/word.png') !important;
|
|
4023
4026
|
}
|
|
4024
4027
|
.file-type-thumb .wechat {
|
|
4025
|
-
background-image: url('
|
|
4028
|
+
background-image: url('../assets/images/wechat.png') !important;
|
|
4026
4029
|
}
|
|
4027
4030
|
.file-type-thumb .h5 {
|
|
4028
|
-
background-image: url('
|
|
4031
|
+
background-image: url('../assets/images/h5.png') !important;
|
|
4029
4032
|
}
|
|
4030
4033
|
.file-type-thumb .ad {
|
|
4031
|
-
background-image: url('
|
|
4034
|
+
background-image: url('../assets/images/ad.png') !important;
|
|
4032
4035
|
}
|
|
4033
4036
|
.file-type-thumb .booklink {
|
|
4034
|
-
background-image: url('
|
|
4037
|
+
background-image: url('../assets/images/booklink.png') !important;
|
|
4035
4038
|
}
|
|
4036
4039
|
.file-type-thumb .activity {
|
|
4037
|
-
background-image: url('
|
|
4040
|
+
background-image: url('../assets/images/activity.png') !important;
|
|
4038
4041
|
}
|
|
4039
4042
|
.file-type-thumb .svideo {
|
|
4040
|
-
background-image: url('
|
|
4043
|
+
background-image: url('../assets/images/svideo.png') !important;
|
|
4041
4044
|
}
|
|
4042
4045
|
.file-type-thumb .cloud_lottery {
|
|
4043
|
-
background-image: url('
|
|
4046
|
+
background-image: url('../assets/images/cloud_lottery.png') !important;
|
|
4044
4047
|
}
|
|
4045
4048
|
.file-type-thumb .cloud_form {
|
|
4046
|
-
background-image: url('
|
|
4049
|
+
background-image: url('../assets/images/cloud_form.png') !important;
|
|
4047
4050
|
}
|
|
4048
4051
|
.file-type-thumb .illegal-media-warning {
|
|
4049
4052
|
position: absolute;
|
|
@@ -4051,7 +4054,7 @@
|
|
|
4051
4054
|
width: 100%;
|
|
4052
4055
|
height: 100%;
|
|
4053
4056
|
background-color: rgba(0, 0, 0, 0.65);
|
|
4054
|
-
background-image: url('
|
|
4057
|
+
background-image: url('../assets/images/unknown.png');
|
|
4055
4058
|
background-repeat: no-repeat;
|
|
4056
4059
|
background-position: center;
|
|
4057
4060
|
background-size: 30%;
|
|
@@ -4092,7 +4095,7 @@
|
|
|
4092
4095
|
height: 46px;
|
|
4093
4096
|
overflow: hidden;
|
|
4094
4097
|
font-size: 0;
|
|
4095
|
-
background: url('
|
|
4098
|
+
background: url('../assets/selection/folder.png') no-repeat 13px center;
|
|
4096
4099
|
background-size: 17px auto;
|
|
4097
4100
|
border: solid 1px transparent;
|
|
4098
4101
|
border-radius: 4px;
|
|
@@ -4186,7 +4189,7 @@
|
|
|
4186
4189
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap .thumb-wrap {
|
|
4187
4190
|
position: relative;
|
|
4188
4191
|
width: 100%;
|
|
4189
|
-
background: url('
|
|
4192
|
+
background: url('../assets/selection/picBg.png');
|
|
4190
4193
|
}
|
|
4191
4194
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap h4,
|
|
4192
4195
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap p {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
width: 100%;
|
|
83
83
|
padding-top: 56.25%;
|
|
84
84
|
background-color: #fff;
|
|
85
|
-
background-image: url('
|
|
85
|
+
background-image: url('../assets/images/unknown.png');
|
|
86
86
|
background-repeat: no-repeat;
|
|
87
87
|
background-repeat: repeat-x;
|
|
88
88
|
background-position: top;
|
|
@@ -95,99 +95,99 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.audio {
|
|
98
|
-
background-image: url('
|
|
98
|
+
background-image: url('../assets/images/music.png') !important;
|
|
99
99
|
|
|
100
100
|
&.doc {
|
|
101
|
-
background-image: url('
|
|
101
|
+
background-image: url('../assets/images/draf.png') !important;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.project {
|
|
106
|
-
background-image: url('
|
|
106
|
+
background-image: url('../assets/images/project1.png') !important;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.doc {
|
|
110
|
-
background-image: url('
|
|
110
|
+
background-image: url('../assets/images/draf.png');
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.link {
|
|
114
|
-
background-image: url('
|
|
114
|
+
background-image: url('../assets/images/link.png');
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.sp_topic {
|
|
118
|
-
background-image: url('
|
|
118
|
+
background-image: url('../assets/images/link.png');
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.live {
|
|
122
|
-
background-image: url('
|
|
122
|
+
background-image: url('../assets/images/live.png');
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
.pdf {
|
|
126
|
-
background-image: url('
|
|
126
|
+
background-image: url('../assets/images/pdf.png') !important;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
129
|
.officeexcel {
|
|
130
|
-
background-image: url('
|
|
130
|
+
background-image: url('../assets/images/excel.png') !important;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.officeppt {
|
|
134
|
-
background-image: url('
|
|
134
|
+
background-image: url('../assets/images/ppt.png') !important;
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.zip {
|
|
138
|
-
background-image: url('
|
|
138
|
+
background-image: url('../assets/images/zip.png') !important;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
.rar {
|
|
142
|
-
background-image: url('
|
|
142
|
+
background-image: url('../assets/images/rar.png') !important;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.txt {
|
|
146
|
-
background-image: url('
|
|
146
|
+
background-image: url('../assets/images/txt.png') !important;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
149
|
.exe {
|
|
150
|
-
background-image: url('
|
|
150
|
+
background-image: url('../assets/images/exe.png') !important;
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
.html {
|
|
154
|
-
background-image: url('
|
|
154
|
+
background-image: url('../assets/images/html.png') !important;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
.officedoc {
|
|
158
|
-
background-image: url('
|
|
158
|
+
background-image: url('../assets/images/word.png') !important;
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
.wechat {
|
|
162
|
-
background-image: url('
|
|
162
|
+
background-image: url('../assets/images/wechat.png') !important;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.h5 {
|
|
166
|
-
background-image: url('
|
|
166
|
+
background-image: url('../assets/images/h5.png') !important;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
.ad {
|
|
170
|
-
background-image: url('
|
|
170
|
+
background-image: url('../assets/images/ad.png') !important;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.booklink {
|
|
174
|
-
background-image: url('
|
|
174
|
+
background-image: url('../assets/images/booklink.png') !important;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
.activity {
|
|
178
|
-
background-image: url('
|
|
178
|
+
background-image: url('../assets/images/activity.png') !important;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.svideo {
|
|
182
|
-
background-image: url('
|
|
182
|
+
background-image: url('../assets/images/svideo.png') !important;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.cloud_lottery {
|
|
186
|
-
background-image: url('
|
|
186
|
+
background-image: url('../assets/images/cloud_lottery.png') !important;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
189
|
.cloud_form {
|
|
190
|
-
background-image: url('
|
|
190
|
+
background-image: url('../assets/images/cloud_form.png') !important;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
193
|
.illegal-media-warning {
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
width: 100%;
|
|
197
197
|
height: 100%;
|
|
198
198
|
background-color: rgba(0, 0, 0, 0.65);
|
|
199
|
-
background-image: url('
|
|
199
|
+
background-image: url('../assets/images/unknown.png');
|
|
200
200
|
background-repeat: no-repeat;
|
|
201
201
|
background-position: center;
|
|
202
202
|
background-size: 30%;
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
width: 100%;
|
|
71
71
|
padding-top: 56.25%;
|
|
72
72
|
background-color: #fff;
|
|
73
|
-
background-image: url('
|
|
73
|
+
background-image: url('../assets/images/unknown.png');
|
|
74
74
|
background-repeat: no-repeat;
|
|
75
75
|
background-repeat: repeat-x;
|
|
76
76
|
background-position: top;
|
|
@@ -81,76 +81,76 @@
|
|
|
81
81
|
transition: ease-out 0.4s;
|
|
82
82
|
}
|
|
83
83
|
.file-type-thumb .audio {
|
|
84
|
-
background-image: url('
|
|
84
|
+
background-image: url('../assets/images/music.png') !important;
|
|
85
85
|
}
|
|
86
86
|
.file-type-thumb .audio.doc {
|
|
87
|
-
background-image: url('
|
|
87
|
+
background-image: url('../assets/images/draf.png') !important;
|
|
88
88
|
}
|
|
89
89
|
.file-type-thumb .project {
|
|
90
|
-
background-image: url('
|
|
90
|
+
background-image: url('../assets/images/project1.png') !important;
|
|
91
91
|
}
|
|
92
92
|
.file-type-thumb .doc {
|
|
93
|
-
background-image: url('
|
|
93
|
+
background-image: url('../assets/images/draf.png');
|
|
94
94
|
}
|
|
95
95
|
.file-type-thumb .link {
|
|
96
|
-
background-image: url('
|
|
96
|
+
background-image: url('../assets/images/link.png');
|
|
97
97
|
}
|
|
98
98
|
.file-type-thumb .sp_topic {
|
|
99
|
-
background-image: url('
|
|
99
|
+
background-image: url('../assets/images/link.png');
|
|
100
100
|
}
|
|
101
101
|
.file-type-thumb .live {
|
|
102
|
-
background-image: url('
|
|
102
|
+
background-image: url('../assets/images/live.png');
|
|
103
103
|
}
|
|
104
104
|
.file-type-thumb .pdf {
|
|
105
|
-
background-image: url('
|
|
105
|
+
background-image: url('../assets/images/pdf.png') !important;
|
|
106
106
|
}
|
|
107
107
|
.file-type-thumb .officeexcel {
|
|
108
|
-
background-image: url('
|
|
108
|
+
background-image: url('../assets/images/excel.png') !important;
|
|
109
109
|
}
|
|
110
110
|
.file-type-thumb .officeppt {
|
|
111
|
-
background-image: url('
|
|
111
|
+
background-image: url('../assets/images/ppt.png') !important;
|
|
112
112
|
}
|
|
113
113
|
.file-type-thumb .zip {
|
|
114
|
-
background-image: url('
|
|
114
|
+
background-image: url('../assets/images/zip.png') !important;
|
|
115
115
|
}
|
|
116
116
|
.file-type-thumb .rar {
|
|
117
|
-
background-image: url('
|
|
117
|
+
background-image: url('../assets/images/rar.png') !important;
|
|
118
118
|
}
|
|
119
119
|
.file-type-thumb .txt {
|
|
120
|
-
background-image: url('
|
|
120
|
+
background-image: url('../assets/images/txt.png') !important;
|
|
121
121
|
}
|
|
122
122
|
.file-type-thumb .exe {
|
|
123
|
-
background-image: url('
|
|
123
|
+
background-image: url('../assets/images/exe.png') !important;
|
|
124
124
|
}
|
|
125
125
|
.file-type-thumb .html {
|
|
126
|
-
background-image: url('
|
|
126
|
+
background-image: url('../assets/images/html.png') !important;
|
|
127
127
|
}
|
|
128
128
|
.file-type-thumb .officedoc {
|
|
129
|
-
background-image: url('
|
|
129
|
+
background-image: url('../assets/images/word.png') !important;
|
|
130
130
|
}
|
|
131
131
|
.file-type-thumb .wechat {
|
|
132
|
-
background-image: url('
|
|
132
|
+
background-image: url('../assets/images/wechat.png') !important;
|
|
133
133
|
}
|
|
134
134
|
.file-type-thumb .h5 {
|
|
135
|
-
background-image: url('
|
|
135
|
+
background-image: url('../assets/images/h5.png') !important;
|
|
136
136
|
}
|
|
137
137
|
.file-type-thumb .ad {
|
|
138
|
-
background-image: url('
|
|
138
|
+
background-image: url('../assets/images/ad.png') !important;
|
|
139
139
|
}
|
|
140
140
|
.file-type-thumb .booklink {
|
|
141
|
-
background-image: url('
|
|
141
|
+
background-image: url('../assets/images/booklink.png') !important;
|
|
142
142
|
}
|
|
143
143
|
.file-type-thumb .activity {
|
|
144
|
-
background-image: url('
|
|
144
|
+
background-image: url('../assets/images/activity.png') !important;
|
|
145
145
|
}
|
|
146
146
|
.file-type-thumb .svideo {
|
|
147
|
-
background-image: url('
|
|
147
|
+
background-image: url('../assets/images/svideo.png') !important;
|
|
148
148
|
}
|
|
149
149
|
.file-type-thumb .cloud_lottery {
|
|
150
|
-
background-image: url('
|
|
150
|
+
background-image: url('../assets/images/cloud_lottery.png') !important;
|
|
151
151
|
}
|
|
152
152
|
.file-type-thumb .cloud_form {
|
|
153
|
-
background-image: url('
|
|
153
|
+
background-image: url('../assets/images/cloud_form.png') !important;
|
|
154
154
|
}
|
|
155
155
|
.file-type-thumb .illegal-media-warning {
|
|
156
156
|
position: absolute;
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
width: 100%;
|
|
159
159
|
height: 100%;
|
|
160
160
|
background-color: rgba(0, 0, 0, 0.65);
|
|
161
|
-
background-image: url('
|
|
161
|
+
background-image: url('../assets/images/unknown.png');
|
|
162
162
|
background-repeat: no-repeat;
|
|
163
163
|
background-position: center;
|
|
164
164
|
background-size: 30%;
|
|
@@ -199,7 +199,7 @@
|
|
|
199
199
|
height: 46px;
|
|
200
200
|
overflow: hidden;
|
|
201
201
|
font-size: 0;
|
|
202
|
-
background: url('
|
|
202
|
+
background: url('../assets/selection/folder.png') no-repeat 13px center;
|
|
203
203
|
background-size: 17px auto;
|
|
204
204
|
border: solid 1px transparent;
|
|
205
205
|
border-radius: 4px;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap .thumb-wrap {
|
|
294
294
|
position: relative;
|
|
295
295
|
width: 100%;
|
|
296
|
-
background: url('
|
|
296
|
+
background: url('../assets/selection/picBg.png');
|
|
297
297
|
}
|
|
298
298
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap h4,
|
|
299
299
|
.media-grid-list-scroll .file-wrap .file-list .item .shadow-wrap p {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
height: 46px;
|
|
39
39
|
overflow: hidden;
|
|
40
40
|
font-size: 0;
|
|
41
|
-
background: url('
|
|
41
|
+
background: url('../assets/selection/folder.png') no-repeat 13px
|
|
42
42
|
center;
|
|
43
43
|
background-size: 17px auto;
|
|
44
44
|
border: solid 1px transparent;
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
.thumb-wrap {
|
|
148
148
|
position: relative;
|
|
149
149
|
width: 100%;
|
|
150
|
-
background: url('
|
|
150
|
+
background: url('../assets/selection/picBg.png');
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
h4,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, Fragment, createVNode, unref, withDirectives, createElementVNode, vShow } from "vue";
|
|
2
|
-
import _imports_0 from "
|
|
2
|
+
import _imports_0 from "../../assets/images/unknown.js";
|
|
3
3
|
import { ImagePreview } from "@arco-design/web-vue";
|
|
4
4
|
import { IconClose } from "@arco-design/web-vue/es/icon";
|
|
5
5
|
const _hoisted_1 = { class: "media-previewer" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, watch, openBlock, createBlock, unref, withCtx, createElementVNode, createCommentVNode, withDirectives, createElementBlock, Fragment, renderList, createVNode, toDisplayString, createTextVNode, vShow, normalizeClass } from "vue";
|
|
2
|
-
import _imports_0 from "
|
|
2
|
+
import _imports_0 from "../../../assets/selection/null.js";
|
|
3
3
|
import { Scrollbar, Tooltip, Button } from "@arco-design/web-vue";
|
|
4
4
|
import { IconDoubleDown, IconDoubleUp } from "@arco-iconbox/vue-cmstop-icons";
|
|
5
5
|
import _sfc_main$2 from "../../../../typeIcons/component.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, computed, watch, openBlock, createElementBlock, Fragment, createCommentVNode, createElementVNode, renderList, normalizeClass, createVNode, unref, withCtx, toDisplayString, normalizeStyle, createTextVNode } from "vue";
|
|
2
|
-
import _imports_0 from "
|
|
2
|
+
import _imports_0 from "../../../../assets/images/sys_load_more.js";
|
|
3
3
|
import { Tooltip } from "@arco-design/web-vue";
|
|
4
4
|
import _sfc_main$1 from "../../MainContent/FileTypeThumb/index.js";
|
|
5
5
|
import { getSysRsPage } from "../../../../script/api.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, inject, ref, computed, onMounted, openBlock, createElementBlock, createVNode, createElementVNode, unref, withCtx, Fragment, renderList, withDirectives, createTextVNode, toDisplayString, vShow, createCommentVNode } from "vue";
|
|
2
|
-
import _imports_0 from "
|
|
2
|
+
import _imports_0 from "../../../assets/selection/null.js";
|
|
3
3
|
import { Scrollbar } from "@arco-design/web-vue";
|
|
4
4
|
import _sfc_main$1 from "./components/SystemResourceFilter.js";
|
|
5
5
|
import _sfc_main$2 from "./components/SystemResourceList.js";
|