@cmstops/pro-compo 0.1.9 → 0.1.11
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 +949 -0
- package/dist/index.min.css +1 -1
- package/es/_virtual/plugin-vue_export-helper.js +7 -0
- package/es/config.d.ts +2 -0
- package/es/config.js +5 -3
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/component.js +89 -0
- package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/CompoItem/index.js +76 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.js +99 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +71 -0
- package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.js +199 -0
- package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +184 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +131 -0
- package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/LiveItem/index.js +82 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.js +84 -0
- package/es/contentDetailList/components/Content/MaccountItem/temp/user.js +2 -0
- package/es/contentDetailList/components/Content/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.js +308 -0
- package/es/contentDetailList/components/Doc/index.d.ts +0 -0
- package/es/contentDetailList/components/Doc/index.js +58 -0
- package/es/contentDetailList/index.d.ts +2 -0
- package/es/contentDetailList/index.js +7 -0
- package/es/contentDetailList/scripts/data.d.ts +254 -0
- package/es/contentDetailList/scripts/index.d.ts +58 -0
- package/es/contentDetailList/scripts/index.js +137 -0
- package/es/contentDetailList/style/ComoItem.less +106 -0
- package/es/contentDetailList/style/Content.less +49 -0
- package/es/contentDetailList/style/ContentListItem.less +131 -0
- package/es/contentDetailList/style/Doc.less +8 -0
- package/es/contentDetailList/style/DocItem.less +145 -0
- package/es/contentDetailList/style/DocTags.less +63 -0
- package/es/contentDetailList/style/KongoNavItem.less +110 -0
- package/es/contentDetailList/style/LiveItem.less +115 -0
- package/es/contentDetailList/style/MaccountItem.less +114 -0
- package/es/contentDetailList/style/css.js +1 -0
- package/es/contentDetailList/style/index.css +683 -0
- package/es/contentDetailList/style/index.d.ts +1 -0
- package/es/contentDetailList/style/index.js +1 -0
- package/es/contentDetailList/style/index.less +9 -0
- package/es/contentModal/component.js +2 -1
- package/es/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/es/contentModal/components/CompoList/index.js +3 -2
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
- package/es/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
- package/es/contentModal/components/ViewAllColumn/index.js +2 -1
- package/es/contentModal/components/storeBox/index.js +2 -1
- package/es/emptyData/component.d.ts +0 -0
- package/es/emptyData/component.js +48 -0
- package/es/emptyData/index.d.ts +2 -0
- package/es/emptyData/index.js +7 -0
- package/es/emptyData/style/css.js +1 -0
- package/es/emptyData/style/index.css +26 -0
- package/es/emptyData/style/index.d.ts +1 -0
- package/es/emptyData/style/index.js +1 -0
- package/es/emptyData/style/index.less +30 -0
- package/es/hooks/toggle.d.ts +6 -0
- package/es/hooks/toggle.js +9 -0
- package/es/hooks/user.js +2 -0
- package/es/index.css +949 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +6 -0
- package/es/index.less +6 -0
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/component.js +41 -0
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.js +251 -0
- package/es/mediaFilter/components/DocFilter.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.js +187 -0
- package/es/mediaFilter/components/FilterGroup.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/FilterItem.js +116 -0
- package/es/mediaFilter/components/FilterItem.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/mediaFilter/components/MediaFilter.js +8 -0
- package/es/mediaFilter/components/MpAccountFilter.js +8 -0
- package/es/mediaFilter/components/MpContentFilter.js +8 -0
- package/es/mediaFilter/index.d.ts +2 -0
- package/es/mediaFilter/index.js +7 -0
- package/es/mediaFilter/script/optionsGetter.d.ts +26 -0
- package/es/mediaFilter/script/optionsGetter.js +82 -0
- package/es/mediaFilter/style/css.js +1 -0
- package/es/mediaFilter/style/index.css +4 -0
- package/es/mediaFilter/style/index.d.ts +1 -0
- package/es/mediaFilter/style/index.js +1 -0
- package/es/mediaFilter/style/index.less +4 -0
- package/es/messageBox/list.js +2 -1
- package/es/previousVersion/component.js +2 -1
- package/es/previousVersion/style/index.less +1 -0
- package/es/resourceModal/component.js +2 -1
- package/es/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/index.js +3 -2
- package/es/resourceModal/script/filter.d.ts +1 -0
- package/es/resourceModal/script/filter.js +15 -2
- package/es/selectAvatarList/component.d.ts +0 -0
- package/es/selectAvatarList/component.js +77 -0
- package/es/selectAvatarList/index.d.ts +2 -0
- package/es/selectAvatarList/index.js +7 -0
- package/es/selectAvatarList/style/css.js +1 -0
- package/es/selectAvatarList/style/index.css +4 -0
- package/es/selectAvatarList/style/index.d.ts +1 -0
- package/es/selectAvatarList/style/index.js +1 -0
- package/es/selectAvatarList/style/index.less +4 -0
- package/es/selectGategory/component.js +5 -12
- package/es/selectGategory/components/ColumnSelection/index.js +5 -1
- package/es/style.css +89 -0
- package/es/uploadBefore/component.d.ts +0 -0
- package/es/uploadBefore/component.js +81 -0
- package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.js +228 -0
- package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
- package/es/uploadBefore/components/UploadForClick.js +28 -0
- package/es/uploadBefore/index.d.ts +2 -0
- package/es/uploadBefore/index.js +7 -0
- package/es/uploadBefore/script/api.d.ts +16 -0
- package/es/uploadBefore/script/api.js +27 -0
- package/es/uploadBefore/script/fileTypeAdapter.d.ts +39 -0
- package/es/uploadBefore/script/fileTypeAdapter.js +48 -0
- package/es/uploadBefore/script/fileUpload.d.ts +7 -0
- package/es/uploadBefore/script/fileUpload.js +39 -0
- package/es/uploadBefore/script/uploadHooks.d.ts +55 -0
- package/es/uploadBefore/script/uploadHooks.js +33 -0
- package/es/uploadBefore/style/css.js +1 -0
- package/es/uploadBefore/style/index.css +111 -0
- package/es/uploadBefore/style/index.d.ts +1 -0
- package/es/uploadBefore/style/index.js +1 -0
- package/es/uploadBefore/style/index.less +144 -0
- package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
- package/es/uploadStep/component.js +139 -4
- package/es/uploadStep/script/fileTypeAdapter.d.ts +20 -0
- package/es/uploadStep/style/index.css +113 -0
- package/es/uploadStep/style/index.less +148 -0
- package/es/userDirector/component.d.ts +0 -0
- package/es/userDirector/component.js +200 -0
- package/es/userDirector/index.d.ts +2 -0
- package/es/userDirector/index.js +7 -0
- package/es/userDirector/script/api.d.ts +9 -0
- package/es/userDirector/script/api.js +32 -0
- package/es/userDirector/style/css.js +1 -0
- package/es/userDirector/style/index.css +8 -0
- package/es/userDirector/style/index.d.ts +1 -0
- package/es/userDirector/style/index.js +1 -0
- package/es/userDirector/style/index.less +8 -0
- package/es/utils/doc.d.ts +18 -16
- package/es/utils/doc.js +52 -0
- package/es/utils/index.d.ts +8 -0
- package/es/utils/index.js +22 -1
- package/es/utils/tusUpload.d.ts +8 -0
- package/es/utils/tusUpload.js +52 -0
- package/lib/_virtual/plugin-vue_export-helper.js +8 -0
- package/lib/config.js +6 -2
- package/lib/contentDetailList/component.js +90 -0
- package/lib/contentDetailList/components/Content/CompoItem/index.js +77 -0
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +100 -0
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +72 -0
- package/lib/contentDetailList/components/Content/DocItem/index.js +200 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +185 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +132 -0
- package/lib/contentDetailList/components/Content/LiveItem/index.js +83 -0
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +85 -0
- package/lib/contentDetailList/components/Content/MaccountItem/temp/user.js +3 -0
- package/lib/contentDetailList/components/Content/index.js +313 -0
- package/lib/contentDetailList/components/Doc/index.js +59 -0
- package/lib/contentDetailList/index.js +8 -0
- package/lib/contentDetailList/scripts/index.js +153 -0
- package/lib/contentDetailList/style/ComoItem.less +106 -0
- package/lib/contentDetailList/style/Content.less +49 -0
- package/lib/contentDetailList/style/ContentListItem.less +131 -0
- package/lib/contentDetailList/style/Doc.less +8 -0
- package/lib/contentDetailList/style/DocItem.less +145 -0
- package/lib/contentDetailList/style/DocTags.less +63 -0
- package/lib/contentDetailList/style/KongoNavItem.less +110 -0
- package/lib/contentDetailList/style/LiveItem.less +115 -0
- package/lib/contentDetailList/style/MaccountItem.less +114 -0
- package/lib/contentDetailList/style/css.js +2 -0
- package/lib/contentDetailList/style/index.css +683 -0
- package/lib/contentDetailList/style/index.js +2 -0
- package/lib/contentDetailList/style/index.less +9 -0
- package/lib/contentModal/component.js +2 -1
- package/lib/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/lib/contentModal/components/CompoList/index.js +3 -2
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
- package/lib/contentModal/components/ViewAllColumn/index.js +2 -1
- package/lib/contentModal/components/storeBox/index.js +2 -1
- package/lib/emptyData/component.js +49 -0
- package/lib/emptyData/index.js +8 -0
- package/lib/emptyData/style/css.js +2 -0
- package/lib/emptyData/style/index.css +26 -0
- package/lib/emptyData/style/index.js +2 -0
- package/lib/emptyData/style/index.less +30 -0
- package/lib/hooks/toggle.js +11 -0
- package/lib/hooks/user.js +2 -0
- package/lib/index.css +949 -0
- package/lib/index.js +12 -0
- package/lib/index.less +6 -0
- package/lib/mediaFilter/component.js +42 -0
- package/lib/mediaFilter/components/DocFilter.js +252 -0
- package/lib/mediaFilter/components/DocFilter.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/mediaFilter/components/FilterGroup.js +188 -0
- package/lib/mediaFilter/components/FilterGroup.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/mediaFilter/components/FilterItem.js +117 -0
- package/lib/mediaFilter/components/FilterItem.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/mediaFilter/components/MediaFilter.js +9 -0
- package/lib/mediaFilter/components/MpAccountFilter.js +9 -0
- package/lib/mediaFilter/components/MpContentFilter.js +9 -0
- package/lib/mediaFilter/index.js +8 -0
- package/lib/mediaFilter/script/optionsGetter.js +88 -0
- package/lib/mediaFilter/style/css.js +2 -0
- package/lib/mediaFilter/style/index.css +4 -0
- package/lib/mediaFilter/style/index.js +2 -0
- package/lib/mediaFilter/style/index.less +4 -0
- package/lib/messageBox/list.js +2 -1
- package/lib/previousVersion/component.js +2 -1
- package/lib/previousVersion/style/index.less +1 -0
- package/lib/resourceModal/component.js +2 -1
- package/lib/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/index.js +3 -2
- package/lib/resourceModal/script/filter.js +14 -0
- package/lib/selectAvatarList/component.js +78 -0
- package/lib/selectAvatarList/index.js +8 -0
- package/lib/selectAvatarList/style/css.js +2 -0
- package/lib/selectAvatarList/style/index.css +4 -0
- package/lib/selectAvatarList/style/index.js +2 -0
- package/lib/selectAvatarList/style/index.less +4 -0
- package/lib/selectGategory/component.js +4 -11
- package/lib/selectGategory/components/ColumnSelection/index.js +5 -1
- package/lib/uploadBefore/component.js +82 -0
- package/lib/uploadBefore/components/UploadBefore.js +229 -0
- package/lib/uploadBefore/components/UploadForClick.js +29 -0
- package/lib/uploadBefore/index.js +8 -0
- package/lib/uploadBefore/script/api.js +32 -0
- package/lib/uploadBefore/script/fileTypeAdapter.js +53 -0
- package/lib/uploadBefore/script/fileUpload.js +42 -0
- package/lib/uploadBefore/script/uploadHooks.js +36 -0
- package/lib/uploadBefore/style/css.js +2 -0
- package/lib/uploadBefore/style/index.css +111 -0
- package/lib/uploadBefore/style/index.js +2 -0
- package/lib/uploadBefore/style/index.less +144 -0
- package/lib/uploadStep/component.js +138 -3
- package/lib/uploadStep/style/index.css +113 -0
- package/lib/uploadStep/style/index.less +148 -0
- package/lib/userDirector/component.js +201 -0
- package/lib/userDirector/index.js +8 -0
- package/lib/userDirector/script/api.js +38 -0
- package/lib/userDirector/style/css.js +2 -0
- package/lib/userDirector/style/index.css +8 -0
- package/lib/userDirector/style/index.js +2 -0
- package/lib/userDirector/style/index.less +8 -0
- package/lib/utils/doc.js +59 -0
- package/lib/utils/index.js +23 -0
- package/lib/utils/tusUpload.js +75 -0
- package/package.json +8 -1
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
.tooltip-button {
|
|
2
|
+
height: auto;
|
|
3
|
+
padding: 20px;
|
|
4
|
+
}
|
|
5
|
+
.table_wrp {
|
|
6
|
+
height: 50vh;
|
|
7
|
+
}
|
|
8
|
+
/** 上传列表面板 */
|
|
9
|
+
.panel_wrp {
|
|
10
|
+
position: absolute;
|
|
11
|
+
right: 10px;
|
|
12
|
+
bottom: 10px;
|
|
13
|
+
}
|
|
14
|
+
.panel_wrp .panel_card .panel_header {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: row;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: space-between;
|
|
19
|
+
}
|
|
20
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: row;
|
|
23
|
+
gap: 15px;
|
|
24
|
+
}
|
|
25
|
+
.panel_wrp .panel_card .panel_list {
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
}
|
|
29
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
30
|
+
display: flex;
|
|
31
|
+
flex-direction: row;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
}
|
|
34
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
35
|
+
display: flex;
|
|
36
|
+
gap: 10px;
|
|
37
|
+
align-items: center;
|
|
38
|
+
}
|
|
39
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-1 {
|
|
40
|
+
flex: 1;
|
|
41
|
+
}
|
|
42
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-3 {
|
|
43
|
+
flex: 3;
|
|
44
|
+
}
|
|
45
|
+
.panel_wrp {
|
|
46
|
+
width: auto;
|
|
47
|
+
overflow: hidden;
|
|
48
|
+
border-top-left-radius: 12px;
|
|
49
|
+
border-top-right-radius: 12px;
|
|
50
|
+
}
|
|
51
|
+
.panel_wrp *::selection {
|
|
52
|
+
display: none;
|
|
53
|
+
}
|
|
54
|
+
.panel_wrp .panel_card {
|
|
55
|
+
width: 350px;
|
|
56
|
+
transition: all 0.3s;
|
|
57
|
+
}
|
|
58
|
+
.panel_wrp .panel_card.expend {
|
|
59
|
+
width: 420px;
|
|
60
|
+
}
|
|
61
|
+
.panel_wrp .panel_card .panel_header {
|
|
62
|
+
width: 90%;
|
|
63
|
+
height: 50px;
|
|
64
|
+
padding: 0 5%;
|
|
65
|
+
color: white;
|
|
66
|
+
background-color: rgb(var(--arcoblue-5));
|
|
67
|
+
border-top-left-radius: 10px;
|
|
68
|
+
border-top-right-radius: 10px;
|
|
69
|
+
}
|
|
70
|
+
.panel_wrp .panel_card .panel_header .title {
|
|
71
|
+
white-space: nowrap;
|
|
72
|
+
}
|
|
73
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
74
|
+
font-size: 18px;
|
|
75
|
+
}
|
|
76
|
+
.panel_wrp .panel_card .panel_header .opt::selection {
|
|
77
|
+
display: none;
|
|
78
|
+
}
|
|
79
|
+
.panel_wrp .panel_card .panel_header .opt .bar {
|
|
80
|
+
cursor: pointer;
|
|
81
|
+
}
|
|
82
|
+
.panel_wrp .panel_card .panel_list {
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: 120px;
|
|
85
|
+
overflow-y: scroll;
|
|
86
|
+
transition: all 0.3s;
|
|
87
|
+
}
|
|
88
|
+
.panel_wrp .panel_card .panel_list::-webkit-scrollbar {
|
|
89
|
+
display: none;
|
|
90
|
+
}
|
|
91
|
+
.panel_wrp .panel_card .panel_list.un_expend {
|
|
92
|
+
height: 0;
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
}
|
|
95
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
96
|
+
height: 35px;
|
|
97
|
+
padding: 5px 15px;
|
|
98
|
+
}
|
|
99
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
100
|
+
white-space: nowrap;
|
|
101
|
+
}
|
|
102
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column .media_alias {
|
|
103
|
+
width: 160px;
|
|
104
|
+
cursor: pointer;
|
|
105
|
+
}
|
|
106
|
+
/** 公用 */
|
|
107
|
+
.ellips {
|
|
108
|
+
overflow: hidden;
|
|
109
|
+
white-space: nowrap;
|
|
110
|
+
text-overflow: ellipsis;
|
|
111
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import "./index.less";
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
.tooltip-button {
|
|
2
|
+
height: auto;
|
|
3
|
+
padding: 20px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.table_wrp {
|
|
7
|
+
height: 50vh;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._brTop(@p) {
|
|
11
|
+
border-top-left-radius: @p;
|
|
12
|
+
border-top-right-radius: @p;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/** 上传列表面板 */
|
|
16
|
+
|
|
17
|
+
// 布局部分
|
|
18
|
+
.panel_wrp {
|
|
19
|
+
position: absolute;
|
|
20
|
+
right: 10px;
|
|
21
|
+
bottom: 10px;
|
|
22
|
+
|
|
23
|
+
.panel_card {
|
|
24
|
+
.panel_header {
|
|
25
|
+
display: flex;
|
|
26
|
+
flex-direction: row;
|
|
27
|
+
align-items: center;
|
|
28
|
+
justify-content: space-between;
|
|
29
|
+
|
|
30
|
+
.opt {
|
|
31
|
+
display: flex;
|
|
32
|
+
flex-direction: row;
|
|
33
|
+
gap: 15px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.panel_list {
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
|
|
41
|
+
.panel_item {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: row;
|
|
44
|
+
justify-content: space-between;
|
|
45
|
+
|
|
46
|
+
.panel_column {
|
|
47
|
+
display: flex;
|
|
48
|
+
gap: 10px;
|
|
49
|
+
align-items: center;
|
|
50
|
+
|
|
51
|
+
&.flex-1 {
|
|
52
|
+
flex: 1;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.flex-3 {
|
|
56
|
+
flex: 3;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
// 样式部分
|
|
65
|
+
.panel_wrp {
|
|
66
|
+
width: auto;
|
|
67
|
+
overflow: hidden;
|
|
68
|
+
|
|
69
|
+
& *::selection {
|
|
70
|
+
display: none;
|
|
71
|
+
}
|
|
72
|
+
._brTop(12px);
|
|
73
|
+
|
|
74
|
+
.panel_card {
|
|
75
|
+
width: 350px;
|
|
76
|
+
transition: all 0.3s;
|
|
77
|
+
|
|
78
|
+
&.expend {
|
|
79
|
+
width: 420px;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.panel_header {
|
|
83
|
+
width: 90%;
|
|
84
|
+
height: 50px;
|
|
85
|
+
padding: 0 5%;
|
|
86
|
+
color: white;
|
|
87
|
+
background-color: rgb(var(--arcoblue-5));
|
|
88
|
+
._brTop(10px);
|
|
89
|
+
|
|
90
|
+
.title {
|
|
91
|
+
white-space: nowrap;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.opt {
|
|
95
|
+
font-size: 18px;
|
|
96
|
+
|
|
97
|
+
&::selection {
|
|
98
|
+
display: none;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.bar {
|
|
102
|
+
cursor: pointer;
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.panel_list {
|
|
108
|
+
width: 100%;
|
|
109
|
+
height: 120px;
|
|
110
|
+
overflow-y: scroll;
|
|
111
|
+
transition: all 0.3s;
|
|
112
|
+
|
|
113
|
+
&::-webkit-scrollbar {
|
|
114
|
+
display: none;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&.un_expend {
|
|
118
|
+
height: 0;
|
|
119
|
+
overflow: hidden;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.panel_item {
|
|
123
|
+
height: 35px;
|
|
124
|
+
padding: 5px 15px;
|
|
125
|
+
|
|
126
|
+
.panel_column {
|
|
127
|
+
white-space: nowrap;
|
|
128
|
+
|
|
129
|
+
.media_alias {
|
|
130
|
+
width: 160px;
|
|
131
|
+
cursor: pointer;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
/** 公用 */
|
|
140
|
+
.ellips {
|
|
141
|
+
overflow: hidden;
|
|
142
|
+
white-space: nowrap;
|
|
143
|
+
text-overflow: ellipsis;
|
|
144
|
+
}
|
|
File without changes
|
|
@@ -1,13 +1,148 @@
|
|
|
1
|
-
import { defineComponent, openBlock, createElementBlock } from "vue";
|
|
1
|
+
import { defineComponent, toRef, computed, watch, withDirectives, openBlock, createElementBlock, normalizeClass, createVNode, unref, withCtx, createElementVNode, toDisplayString, createBlock, createCommentVNode, Fragment, renderList, vShow, createTextVNode } from "vue";
|
|
2
|
+
import { IconDown, IconUp, IconShrink, IconExpand, IconClose } from "@arco-design/web-vue/es/icon";
|
|
3
|
+
import { Card, Tooltip, Progress } from "@arco-design/web-vue";
|
|
4
|
+
import _sfc_main$1 from "../typeIcons/component.js";
|
|
5
|
+
import { useToggle } from "../hooks/toggle.js";
|
|
6
|
+
const _hoisted_1 = { class: "panel_header" };
|
|
7
|
+
const _hoisted_2 = { class: "title" };
|
|
8
|
+
const _hoisted_3 = { class: "opt" };
|
|
9
|
+
const _hoisted_4 = { class: "panel_column flex-3" };
|
|
10
|
+
const _hoisted_5 = { class: "media_alias ellips" };
|
|
11
|
+
const _hoisted_6 = { class: "panel_column percent flex-1" };
|
|
12
|
+
var stateEnum = /* @__PURE__ */ ((stateEnum2) => {
|
|
13
|
+
stateEnum2[stateEnum2["UPLOADING"] = 3] = "UPLOADING";
|
|
14
|
+
stateEnum2[stateEnum2["WATING"] = 5] = "WATING";
|
|
15
|
+
stateEnum2[stateEnum2["SUCCESS"] = 2] = "SUCCESS";
|
|
16
|
+
stateEnum2[stateEnum2["ERROR"] = -1] = "ERROR";
|
|
17
|
+
return stateEnum2;
|
|
18
|
+
})(stateEnum || {});
|
|
2
19
|
const _sfc_main = defineComponent({
|
|
3
20
|
...{ name: "uploadStep" },
|
|
4
21
|
__name: "component",
|
|
5
22
|
props: {
|
|
6
|
-
BASE_API: {}
|
|
23
|
+
BASE_API: {},
|
|
24
|
+
fileList: {},
|
|
25
|
+
visable: { type: Boolean },
|
|
26
|
+
global: { type: Boolean }
|
|
7
27
|
},
|
|
8
|
-
|
|
28
|
+
emits: ["update:visable"],
|
|
29
|
+
setup(__props, { emit: __emit }) {
|
|
30
|
+
const progressEnum = {
|
|
31
|
+
UPLOADING: "normal",
|
|
32
|
+
WATING: "normal",
|
|
33
|
+
SUCCESS: "success",
|
|
34
|
+
ERROR: "danger"
|
|
35
|
+
};
|
|
36
|
+
const stateTxtEnum = {
|
|
37
|
+
UPLOADING: "\u4E0A\u4F20\u4E2D",
|
|
38
|
+
WATING: "\u6392\u961F\u4E2D",
|
|
39
|
+
SUCCESS: "\u4E0A\u4F20\u5B8C\u6210",
|
|
40
|
+
ERROR: "\u4E0A\u4F20\u5931\u8D25"
|
|
41
|
+
};
|
|
42
|
+
const emits = __emit;
|
|
43
|
+
const props = __props;
|
|
44
|
+
const showList = toRef(props, "fileList");
|
|
45
|
+
const { state: expend, toggle: toggleExp } = useToggle(true);
|
|
46
|
+
const { state: scale, toggle: toggleSca } = useToggle();
|
|
47
|
+
const cardBodyStyle = computed(() => expend.value ? {} : { padding: 0 });
|
|
48
|
+
const titleTxt = computed(() => isUploading.value ? "\u6B63\u5728\u5904\u7406" : "\u5904\u7406\u5B8C\u6210");
|
|
49
|
+
const successCount = computed(
|
|
50
|
+
() => showList.value.filter((it) => !uploadingFilter(it.state)).length
|
|
51
|
+
);
|
|
52
|
+
const isUploading = computed(
|
|
53
|
+
() => !showList.value.some((item) => !uploadingFilter(item.state))
|
|
54
|
+
);
|
|
55
|
+
watch(
|
|
56
|
+
() => scale.value,
|
|
57
|
+
(n) => n && !expend.value && toggleExp()
|
|
58
|
+
);
|
|
59
|
+
const closeListPanel = () => emits("update:visable");
|
|
60
|
+
const getSttType = (n) => stateTxtEnum[stateEnum[n]];
|
|
61
|
+
const getPrgType = (n) => progressEnum[stateEnum[n]];
|
|
62
|
+
const uploadingFilter = (state) => [3, 5].includes(state);
|
|
9
63
|
return (_ctx, _cache) => {
|
|
10
|
-
return openBlock(), createElementBlock("div",
|
|
64
|
+
return withDirectives((openBlock(), createElementBlock("div", {
|
|
65
|
+
class: normalizeClass(["panel_wrp", { global: _ctx.global }])
|
|
66
|
+
}, [
|
|
67
|
+
createVNode(unref(Card), {
|
|
68
|
+
hoverable: "",
|
|
69
|
+
class: normalizeClass(["panel_card", { expend: unref(scale) }]),
|
|
70
|
+
"body-style": cardBodyStyle.value
|
|
71
|
+
}, {
|
|
72
|
+
cover: withCtx(() => [
|
|
73
|
+
createElementVNode("div", _hoisted_1, [
|
|
74
|
+
createElementVNode("div", _hoisted_2, toDisplayString(titleTxt.value) + "\uFF08" + toDisplayString(successCount.value) + "/" + toDisplayString(showList.value.length) + "\uFF09 ", 1),
|
|
75
|
+
createElementVNode("div", _hoisted_3, [
|
|
76
|
+
createElementVNode("div", {
|
|
77
|
+
class: "bar",
|
|
78
|
+
onClick: _cache[0] || (_cache[0] = (...args) => unref(toggleExp) && unref(toggleExp)(...args))
|
|
79
|
+
}, [
|
|
80
|
+
unref(expend) ? (openBlock(), createBlock(unref(IconDown), { key: 0 })) : (openBlock(), createBlock(unref(IconUp), { key: 1 }))
|
|
81
|
+
]),
|
|
82
|
+
createElementVNode("div", {
|
|
83
|
+
class: "bar",
|
|
84
|
+
onClick: _cache[1] || (_cache[1] = (...args) => unref(toggleSca) && unref(toggleSca)(...args))
|
|
85
|
+
}, [
|
|
86
|
+
unref(scale) ? (openBlock(), createBlock(unref(IconShrink), { key: 0 })) : (openBlock(), createBlock(unref(IconExpand), { key: 1 }))
|
|
87
|
+
]),
|
|
88
|
+
!isUploading.value ? (openBlock(), createElementBlock("div", {
|
|
89
|
+
key: 0,
|
|
90
|
+
class: "bar",
|
|
91
|
+
onClick: closeListPanel
|
|
92
|
+
}, [
|
|
93
|
+
createVNode(unref(IconClose))
|
|
94
|
+
])) : createCommentVNode("v-if", true)
|
|
95
|
+
])
|
|
96
|
+
])
|
|
97
|
+
]),
|
|
98
|
+
default: withCtx(() => [
|
|
99
|
+
createElementVNode("div", {
|
|
100
|
+
class: normalizeClass(["panel_list", { un_expend: !unref(expend) }])
|
|
101
|
+
}, [
|
|
102
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.fileList, (file) => {
|
|
103
|
+
return openBlock(), createElementBlock("div", {
|
|
104
|
+
key: file.id,
|
|
105
|
+
class: "panel_item"
|
|
106
|
+
}, [
|
|
107
|
+
createElementVNode("div", _hoisted_4, [
|
|
108
|
+
createVNode(_sfc_main$1, {
|
|
109
|
+
doc: true,
|
|
110
|
+
resource: true,
|
|
111
|
+
type: file.type
|
|
112
|
+
}, null, 8, ["type"]),
|
|
113
|
+
createVNode(unref(Tooltip), {
|
|
114
|
+
content: file.name
|
|
115
|
+
}, {
|
|
116
|
+
default: withCtx(() => [
|
|
117
|
+
createElementVNode("span", _hoisted_5, toDisplayString(file.name), 1)
|
|
118
|
+
]),
|
|
119
|
+
_: 2
|
|
120
|
+
}, 1032, ["content"])
|
|
121
|
+
]),
|
|
122
|
+
withDirectives(createElementVNode("div", { class: "panel_column flex-1" }, toDisplayString(getSttType(file.state)), 513), [
|
|
123
|
+
[vShow, unref(scale)]
|
|
124
|
+
]),
|
|
125
|
+
createElementVNode("div", _hoisted_6, [
|
|
126
|
+
createTextVNode(toDisplayString([2, 0].includes(file.state) ? 100 : file.percent * 100) + " % ", 1),
|
|
127
|
+
createVNode(unref(Progress), {
|
|
128
|
+
size: "small",
|
|
129
|
+
type: "circle",
|
|
130
|
+
width: 20,
|
|
131
|
+
"stroke-width": 1,
|
|
132
|
+
percent: file.percent,
|
|
133
|
+
status: getPrgType(file.state),
|
|
134
|
+
"show-text": ![3, 5].includes(file.state)
|
|
135
|
+
}, null, 8, ["percent", "status", "show-text"])
|
|
136
|
+
])
|
|
137
|
+
]);
|
|
138
|
+
}), 128))
|
|
139
|
+
], 2)
|
|
140
|
+
]),
|
|
141
|
+
_: 1
|
|
142
|
+
}, 8, ["class", "body-style"])
|
|
143
|
+
], 2)), [
|
|
144
|
+
[vShow, _ctx.visable]
|
|
145
|
+
]);
|
|
11
146
|
};
|
|
12
147
|
}
|
|
13
148
|
});
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface CFileItem {
|
|
2
|
+
file: File;
|
|
3
|
+
id: string;
|
|
4
|
+
url?: string;
|
|
5
|
+
dirId?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface SFileItem {
|
|
8
|
+
name: string;
|
|
9
|
+
size: number;
|
|
10
|
+
sizeCN: string;
|
|
11
|
+
type: string;
|
|
12
|
+
typeCN?: string;
|
|
13
|
+
id: string;
|
|
14
|
+
dirId?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface LFileItem extends SFileItem {
|
|
17
|
+
percent: number;
|
|
18
|
+
state: number;
|
|
19
|
+
count?: number;
|
|
20
|
+
}
|
|
@@ -2,3 +2,116 @@
|
|
|
2
2
|
height: auto;
|
|
3
3
|
padding: 20px;
|
|
4
4
|
}
|
|
5
|
+
.table_wrp {
|
|
6
|
+
height: 50vh;
|
|
7
|
+
}
|
|
8
|
+
/** 上传列表面板 */
|
|
9
|
+
.panel_wrp {
|
|
10
|
+
position: relative;
|
|
11
|
+
}
|
|
12
|
+
.panel_wrp.global {
|
|
13
|
+
position: absolute;
|
|
14
|
+
right: 20px;
|
|
15
|
+
bottom: 20px;
|
|
16
|
+
}
|
|
17
|
+
.panel_wrp .panel_card .panel_header {
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: row;
|
|
20
|
+
align-items: center;
|
|
21
|
+
justify-content: space-between;
|
|
22
|
+
}
|
|
23
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: row;
|
|
26
|
+
gap: 15px;
|
|
27
|
+
}
|
|
28
|
+
.panel_wrp .panel_card .panel_list {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: column;
|
|
31
|
+
}
|
|
32
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: row;
|
|
35
|
+
justify-content: space-between;
|
|
36
|
+
}
|
|
37
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
38
|
+
display: flex;
|
|
39
|
+
gap: 10px;
|
|
40
|
+
align-items: center;
|
|
41
|
+
}
|
|
42
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.percent {
|
|
43
|
+
justify-content: end;
|
|
44
|
+
}
|
|
45
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-1 {
|
|
46
|
+
flex: 1;
|
|
47
|
+
}
|
|
48
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column.flex-3 {
|
|
49
|
+
flex: 3;
|
|
50
|
+
}
|
|
51
|
+
.panel_wrp {
|
|
52
|
+
width: auto;
|
|
53
|
+
overflow: hidden;
|
|
54
|
+
border-top-left-radius: 12px;
|
|
55
|
+
border-top-right-radius: 12px;
|
|
56
|
+
}
|
|
57
|
+
.panel_wrp *::selection {
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
60
|
+
.panel_wrp .panel_card {
|
|
61
|
+
width: 350px;
|
|
62
|
+
transition: all 0.3s;
|
|
63
|
+
}
|
|
64
|
+
.panel_wrp .panel_card.expend {
|
|
65
|
+
width: 420px;
|
|
66
|
+
}
|
|
67
|
+
.panel_wrp .panel_card .panel_header {
|
|
68
|
+
width: 90%;
|
|
69
|
+
height: 50px;
|
|
70
|
+
padding: 0 5%;
|
|
71
|
+
color: white;
|
|
72
|
+
background-color: rgb(var(--arcoblue-5));
|
|
73
|
+
border-top-left-radius: 10px;
|
|
74
|
+
border-top-right-radius: 10px;
|
|
75
|
+
}
|
|
76
|
+
.panel_wrp .panel_card .panel_header .title {
|
|
77
|
+
white-space: nowrap;
|
|
78
|
+
}
|
|
79
|
+
.panel_wrp .panel_card .panel_header .opt {
|
|
80
|
+
font-size: 18px;
|
|
81
|
+
}
|
|
82
|
+
.panel_wrp .panel_card .panel_header .opt::selection {
|
|
83
|
+
display: none;
|
|
84
|
+
}
|
|
85
|
+
.panel_wrp .panel_card .panel_header .opt .bar {
|
|
86
|
+
cursor: pointer;
|
|
87
|
+
}
|
|
88
|
+
.panel_wrp .panel_card .panel_list {
|
|
89
|
+
width: 100%;
|
|
90
|
+
height: 120px;
|
|
91
|
+
overflow-y: scroll;
|
|
92
|
+
transition: all 0.3s;
|
|
93
|
+
}
|
|
94
|
+
.panel_wrp .panel_card .panel_list::-webkit-scrollbar {
|
|
95
|
+
display: none;
|
|
96
|
+
}
|
|
97
|
+
.panel_wrp .panel_card .panel_list.un_expend {
|
|
98
|
+
height: 0;
|
|
99
|
+
overflow: hidden;
|
|
100
|
+
}
|
|
101
|
+
.panel_wrp .panel_card .panel_list .panel_item {
|
|
102
|
+
height: 35px;
|
|
103
|
+
padding: 5px 15px;
|
|
104
|
+
}
|
|
105
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column {
|
|
106
|
+
white-space: nowrap;
|
|
107
|
+
}
|
|
108
|
+
.panel_wrp .panel_card .panel_list .panel_item .panel_column .media_alias {
|
|
109
|
+
width: 160px;
|
|
110
|
+
cursor: pointer;
|
|
111
|
+
}
|
|
112
|
+
/** 公用 */
|
|
113
|
+
.ellips {
|
|
114
|
+
overflow: hidden;
|
|
115
|
+
white-space: nowrap;
|
|
116
|
+
text-overflow: ellipsis;
|
|
117
|
+
}
|
|
@@ -2,3 +2,151 @@
|
|
|
2
2
|
height: auto;
|
|
3
3
|
padding: 20px;
|
|
4
4
|
}
|
|
5
|
+
|
|
6
|
+
.table_wrp {
|
|
7
|
+
height: 50vh;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
._brTop(@p) {
|
|
11
|
+
border-top-left-radius: @p;
|
|
12
|
+
border-top-right-radius: @p;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/** 上传列表面板 */
|
|
16
|
+
|
|
17
|
+
// 布局部分
|
|
18
|
+
.panel_wrp {
|
|
19
|
+
position: relative;
|
|
20
|
+
|
|
21
|
+
&.global {
|
|
22
|
+
position: absolute;
|
|
23
|
+
right: 20px;
|
|
24
|
+
bottom: 20px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.panel_card {
|
|
28
|
+
.panel_header {
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: row;
|
|
31
|
+
align-items: center;
|
|
32
|
+
justify-content: space-between;
|
|
33
|
+
|
|
34
|
+
.opt {
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: row;
|
|
37
|
+
gap: 15px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.panel_list {
|
|
42
|
+
display: flex;
|
|
43
|
+
flex-direction: column;
|
|
44
|
+
|
|
45
|
+
.panel_item {
|
|
46
|
+
display: flex;
|
|
47
|
+
flex-direction: row;
|
|
48
|
+
justify-content: space-between;
|
|
49
|
+
|
|
50
|
+
.panel_column {
|
|
51
|
+
display: flex;
|
|
52
|
+
gap: 10px;
|
|
53
|
+
align-items: center;
|
|
54
|
+
|
|
55
|
+
&.percent {
|
|
56
|
+
justify-content: end;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
&.flex-1 {
|
|
60
|
+
flex: 1;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
&.flex-3 {
|
|
64
|
+
flex: 3;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// 样式部分
|
|
73
|
+
.panel_wrp {
|
|
74
|
+
width: auto;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
|
|
77
|
+
& *::selection {
|
|
78
|
+
display: none;
|
|
79
|
+
}
|
|
80
|
+
._brTop(12px);
|
|
81
|
+
|
|
82
|
+
.panel_card {
|
|
83
|
+
width: 350px;
|
|
84
|
+
transition: all 0.3s;
|
|
85
|
+
|
|
86
|
+
&.expend {
|
|
87
|
+
width: 420px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.panel_header {
|
|
91
|
+
width: 90%;
|
|
92
|
+
height: 50px;
|
|
93
|
+
padding: 0 5%;
|
|
94
|
+
color: white;
|
|
95
|
+
background-color: rgb(var(--arcoblue-5));
|
|
96
|
+
._brTop(10px);
|
|
97
|
+
|
|
98
|
+
.title {
|
|
99
|
+
white-space: nowrap;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.opt {
|
|
103
|
+
font-size: 18px;
|
|
104
|
+
|
|
105
|
+
&::selection {
|
|
106
|
+
display: none;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.bar {
|
|
110
|
+
cursor: pointer;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.panel_list {
|
|
116
|
+
width: 100%;
|
|
117
|
+
height: 120px;
|
|
118
|
+
overflow-y: scroll;
|
|
119
|
+
transition: all 0.3s;
|
|
120
|
+
|
|
121
|
+
&::-webkit-scrollbar {
|
|
122
|
+
display: none;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&.un_expend {
|
|
126
|
+
height: 0;
|
|
127
|
+
overflow: hidden;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
.panel_item {
|
|
131
|
+
height: 35px;
|
|
132
|
+
padding: 5px 15px;
|
|
133
|
+
|
|
134
|
+
.panel_column {
|
|
135
|
+
white-space: nowrap;
|
|
136
|
+
|
|
137
|
+
.media_alias {
|
|
138
|
+
width: 160px;
|
|
139
|
+
cursor: pointer;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/** 公用 */
|
|
148
|
+
.ellips {
|
|
149
|
+
overflow: hidden;
|
|
150
|
+
white-space: nowrap;
|
|
151
|
+
text-overflow: ellipsis;
|
|
152
|
+
}
|
|
File without changes
|