@web-utils/component 2.0.10 → 2.0.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/chunks/3d28cc08.js +57 -0
- package/dist/chunks/{41a066be.js → 44b78389.js} +8 -8
- package/dist/chunks/5d33812d.js +147 -0
- package/dist/chunks/{61ad06b2.js → 822300f3.js} +3 -3
- package/dist/chunks/9d848bf6.js +99 -0
- package/dist/chunks/a0bb327b.js +96 -0
- package/dist/chunks/a8891d2c.js +30 -0
- package/dist/chunks/c69d5628.js +248 -0
- package/dist/chunks/de9fe802.js +24 -0
- package/dist/chunks/{5a78e0db.js → e1939731.js} +6 -5
- package/dist/components/address-input/index.js +56 -43
- package/dist/components/address-input/style.css +15 -1
- package/dist/components/aside-menu/index.js +36 -30
- package/dist/components/aside-menu/style.css +9 -1
- package/dist/components/awesome-button/index.js +35 -32
- package/dist/components/base.css +66 -1
- package/dist/components/capsule-tab/index.js +33 -27
- package/dist/components/capsule-tab/style.css +32 -1
- package/dist/components/chunk-file-uploader/index.js +88 -54
- package/dist/components/chunk-file-uploader/style.css +4 -1
- package/dist/components/chunk-file-uploader-button/index.js +31 -25
- package/dist/components/chunk-file-uploader-button/style.css +17 -1
- package/dist/components/chunk-file-uploader-drop/index.js +42 -28
- package/dist/components/chunk-file-uploader-drop/style.css +12 -1
- package/dist/components/chunk-file-uploader-file/index.js +212 -134
- package/dist/components/chunk-file-uploader-file/style.css +125 -1
- package/dist/components/chunk-file-uploader-files/index.js +34 -28
- package/dist/components/chunk-file-uploader-files/style.css +9 -1
- package/dist/components/chunk-file-uploader-list/index.js +35 -29
- package/dist/components/chunk-file-uploader-list/style.css +9 -1
- package/dist/components/chunk-file-uploader-un-support/index.js +38 -30
- package/dist/components/chunk-file-uploader-un-support/style.css +6 -1
- package/dist/components/code-mirror-editor/index.js +181 -153
- package/dist/components/code-mirror-editor/style.css +17 -1
- package/dist/components/color-picker/index.js +68 -49
- package/dist/components/confirm-button/index.js +21 -19
- package/dist/components/confirmable/index.js +19 -18
- package/dist/components/context-menu/index.js +130 -108
- package/dist/components/context-menu/style.css +88 -1
- package/dist/components/custom-scrollbar/index.js +67 -49
- package/dist/components/data-table-picker/index.js +81 -62
- package/dist/components/dynamic-table/index.js +113 -89
- package/dist/components/dynamic-table/style.css +30 -1
- package/dist/components/e-charts/index.js +201 -120
- package/dist/components/e-charts/style.css +10 -1
- package/dist/components/editable-progress/index.js +93 -60
- package/dist/components/editable-progress/style.css +37 -1
- package/dist/components/editable-tree/index.js +638 -423
- package/dist/components/editable-tree/style.css +82 -1
- package/dist/components/egd-collapse/index.js +46 -33
- package/dist/components/egd-collapse-item/index.js +76 -60
- package/dist/components/element-dialog/index.js +147 -95
- package/dist/components/element-dialog/style.css +102 -1
- package/dist/components/empty-view/index.js +34 -28
- package/dist/components/empty-view/style.css +17 -1
- package/dist/components/error-view/index.js +32 -26
- package/dist/components/error-view/style.css +17 -1
- package/dist/components/flex-column/index.js +40 -25
- package/dist/components/flex-item/index.js +57 -29
- package/dist/components/flex-row/index.js +40 -25
- package/dist/components/flex-scroller/index.js +32 -26
- package/dist/components/flex-scroller/style.css +20 -1
- package/dist/components/form-button/index.js +38 -34
- package/dist/components/form-cascader/index.js +81 -71
- package/dist/components/form-checkbox-group/index.js +113 -88
- package/dist/components/form-checkbox-group/style.css +51 -1
- package/dist/components/form-date-picker/index.js +132 -70
- package/dist/components/form-holder/index.js +39 -32
- package/dist/components/form-input/index.js +62 -56
- package/dist/components/form-input-email/index.js +60 -48
- package/dist/components/form-input-id-card/index.js +59 -53
- package/dist/components/form-input-number/index.js +68 -61
- package/dist/components/form-input-number/style.css +12 -1
- package/dist/components/form-input-phone-number/index.js +55 -49
- package/dist/components/form-input-time/index.js +59 -53
- package/dist/components/form-item/index.js +123 -80
- package/dist/components/form-item/style.css +11 -1
- package/dist/components/form-item-config-provider/index.js +26 -25
- package/dist/components/form-item-group/index.js +111 -85
- package/dist/components/form-item-group/style.css +30 -1
- package/dist/components/form-radio-group/index.js +104 -85
- package/dist/components/form-radio-group/style.css +53 -1
- package/dist/components/form-select/index.js +91 -76
- package/dist/components/form-switch/index.js +57 -51
- package/dist/components/form-textarea/index.js +57 -51
- package/dist/components/form-view/index.js +232 -165
- package/dist/components/form-view/style.css +158 -1
- package/dist/components/guide-steps/index.js +58 -44
- package/dist/components/guide-steps/style.css +34 -1
- package/dist/components/icon-card/index.js +35 -29
- package/dist/components/icon-card/style.css +56 -1
- package/dist/components/iframe-window/index.js +35 -29
- package/dist/components/iframe-window/style.css +20 -1
- package/dist/components/image-viewer/index.js +66 -48
- package/dist/components/image-viewer/style.css +21 -1
- package/dist/components/input-number/index.js +193 -127
- package/dist/components/input-number/style.css +15 -1
- package/dist/components/input-number-range/index.js +57 -45
- package/dist/components/input-number-range/style.css +12 -1
- package/dist/components/j-s-x-component/index.js +4 -4
- package/dist/components/keep-view-alive/index.js +120 -73
- package/dist/components/loading-view/index.js +32 -26
- package/dist/components/loading-view/style.css +17 -1
- package/dist/components/nav-bar/index.js +37 -27
- package/dist/components/nav-bar/style.css +17 -1
- package/dist/components/not-implement/index.js +31 -23
- package/dist/components/not-implement/style.css +15 -1
- package/dist/components/page/index.js +28 -22
- package/dist/components/page/style.css +12 -1
- package/dist/components/page-header/index.js +36 -30
- package/dist/components/page-header/style.css +14 -1
- package/dist/components/page-index/index.js +83 -62
- package/dist/components/page-index/style.css +23 -1
- package/dist/components/page-index-top/index.js +68 -53
- package/dist/components/page-skeleton/index.js +37 -31
- package/dist/components/page-skeleton/style.css +23 -1
- package/dist/components/page-skeleton-new/index.js +48 -42
- package/dist/components/page-skeleton-new/style.css +42 -1
- package/dist/components/pageable-table/index.js +253 -186
- package/dist/components/pageable-table/style.css +72 -1
- package/dist/components/pageable-view/index.js +199 -129
- package/dist/components/pageable-view/style.css +69 -1
- package/dist/components/photo-swipe/index.js +151 -110
- package/dist/components/photo-swipe/style.css +20 -1
- package/dist/components/resize-observer/index.js +68 -34
- package/dist/components/resize-observer/style.css +31 -1
- package/dist/components/search-popover/index.js +211 -153
- package/dist/components/search-popover/style.css +93 -1
- package/dist/components/sign-panel/index.js +142 -92
- package/dist/components/sign-panel/style.css +97 -1
- package/dist/components/split-pane/index.js +162 -101
- package/dist/components/split-pane/style.css +100 -1
- package/dist/components/stateful/index.js +34 -31
- package/dist/components/stateful/style.css +33 -1
- package/dist/components/static-pageable-table/index.js +44 -37
- package/dist/components/static-pageable-table/style.css +9 -1
- package/dist/components/swiper/index.js +150 -85
- package/dist/components/swiper/style.css +43 -1
- package/dist/components/tab/index.js +72 -54
- package/dist/components/tab/style.css +122 -1
- package/dist/components/tab-item/index.js +35 -30
- package/dist/components/table-column/index.js +32 -30
- package/dist/components/table-view/index.js +227 -156
- package/dist/components/table-view/style.css +95 -1
- package/dist/components/tag-render/index.js +58 -44
- package/dist/components/tag-render/style.css +33 -1
- package/dist/components/tinymce-editor/index.js +95 -79
- package/dist/components/tinymce-editor/style.css +43 -1
- package/dist/components/tinymce-wrapper/index.js +121 -92
- package/dist/components/tinymce-wrapper/style.css +36 -1
- package/dist/components/toolbar/index.js +84 -63
- package/dist/components/toolbar/style.css +39 -1
- package/dist/components/toolbar-button/index.js +48 -41
- package/dist/components/toolbar-button/style.css +21 -1
- package/dist/components/trigger/index.js +36 -29
- package/dist/components/vue-tags-input/index.js +308 -188
- package/dist/components/vue-tags-input/style.css +682 -1
- package/dist/components/watermark/index.js +37 -25
- package/dist/components/watermark/style.css +11 -1
- package/dist/components/x-dialog/index.js +93 -67
- package/dist/components/x-dialog/style.css +15 -1
- package/dist/index.css +1105 -193
- package/dist/index.es.js +7242 -4789
- package/package.json +1 -1
- package/web-types.json +1 -1
- package/dist/chunks/3a79781b.js +0 -75
- package/dist/chunks/5d4282fb.js +0 -30
- package/dist/chunks/76680a03.js +0 -24
- package/dist/chunks/8c0142e0.js +0 -81
- package/dist/chunks/97652d86.js +0 -26
- package/dist/chunks/b4acd3a6.js +0 -126
- package/dist/chunks/f71045fc.js +0 -184
package/dist/index.css
CHANGED
|
@@ -1,16 +1,31 @@
|
|
|
1
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2
|
+
/* 应用头部高度 */
|
|
3
|
+
/* 页面宽度 */
|
|
4
|
+
/* 侧栏宽度 */
|
|
5
|
+
/* 标签高度 */
|
|
6
|
+
/* 页面头部工具条高度 */
|
|
1
7
|
.address-input-wrapper {
|
|
2
8
|
width: 100%;
|
|
3
9
|
}
|
|
4
10
|
.address-input-item-wrapper {
|
|
5
11
|
padding-right: 5px;
|
|
6
12
|
}
|
|
7
|
-
.address-input-item-wrapper .el-cascader,
|
|
8
|
-
.address-input-item-wrapper .el-input {
|
|
13
|
+
.address-input-item-wrapper .el-cascader, .address-input-item-wrapper .el-input {
|
|
9
14
|
width: 100%;
|
|
10
|
-
}
|
|
15
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
16
|
+
/* 应用头部高度 */
|
|
17
|
+
/* 页面宽度 */
|
|
18
|
+
/* 侧栏宽度 */
|
|
19
|
+
/* 标签高度 */
|
|
20
|
+
/* 页面头部工具条高度 */
|
|
11
21
|
.aside-menu-item {
|
|
12
22
|
padding: 8px 10px;
|
|
13
|
-
}
|
|
23
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
24
|
+
/* 应用头部高度 */
|
|
25
|
+
/* 页面宽度 */
|
|
26
|
+
/* 侧栏宽度 */
|
|
27
|
+
/* 标签高度 */
|
|
28
|
+
/* 页面头部工具条高度 */
|
|
14
29
|
.capsule-tab {
|
|
15
30
|
display: inline;
|
|
16
31
|
margin-right: 10px;
|
|
@@ -25,7 +40,7 @@
|
|
|
25
40
|
}
|
|
26
41
|
.capsule-tab .tab-item.active {
|
|
27
42
|
color: #fff;
|
|
28
|
-
background-color:
|
|
43
|
+
background-color: rgb(239, 102, 102);
|
|
29
44
|
}
|
|
30
45
|
.capsule-tab .tab-item:first-child {
|
|
31
46
|
border-radius: 12px 0 0 12px;
|
|
@@ -40,6 +55,7 @@
|
|
|
40
55
|
.uploader {
|
|
41
56
|
position: relative;
|
|
42
57
|
}
|
|
58
|
+
|
|
43
59
|
.uploader-btn {
|
|
44
60
|
position: relative;
|
|
45
61
|
display: inline-block;
|
|
@@ -54,8 +70,9 @@
|
|
|
54
70
|
cursor: pointer;
|
|
55
71
|
}
|
|
56
72
|
.uploader-btn:hover {
|
|
57
|
-
background-color:
|
|
73
|
+
background-color: rgb(0 0 0 / 8%);
|
|
58
74
|
}
|
|
75
|
+
|
|
59
76
|
.uploader-drop {
|
|
60
77
|
position: relative;
|
|
61
78
|
padding: 10px;
|
|
@@ -67,6 +84,12 @@
|
|
|
67
84
|
background-color: #f7f7f7;
|
|
68
85
|
border-color: #999;
|
|
69
86
|
}
|
|
87
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
88
|
+
/* 应用头部高度 */
|
|
89
|
+
/* 页面宽度 */
|
|
90
|
+
/* 侧栏宽度 */
|
|
91
|
+
/* 标签高度 */
|
|
92
|
+
/* 页面头部工具条高度 */
|
|
70
93
|
.chunk-file-uploader-file {
|
|
71
94
|
position: relative;
|
|
72
95
|
height: 49px;
|
|
@@ -74,9 +97,12 @@
|
|
|
74
97
|
line-height: 49px;
|
|
75
98
|
border-bottom: 1px solid #cdcdcd;
|
|
76
99
|
}
|
|
77
|
-
.chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause,
|
|
78
|
-
|
|
79
|
-
|
|
100
|
+
.chunk-file-uploader-file[status=waiting] .chunk-file-uploader-file-pause, .chunk-file-uploader-file[status=uploading] .chunk-file-uploader-file-pause {
|
|
101
|
+
display: block;
|
|
102
|
+
}
|
|
103
|
+
.chunk-file-uploader-file[status=paused] .chunk-file-uploader-file-resume {
|
|
104
|
+
display: block;
|
|
105
|
+
}
|
|
80
106
|
.chunk-file-uploader-file[status=error] .chunk-file-uploader-file-retry {
|
|
81
107
|
display: block;
|
|
82
108
|
}
|
|
@@ -91,10 +117,10 @@
|
|
|
91
117
|
width: 100%;
|
|
92
118
|
height: 100%;
|
|
93
119
|
background: #e2eeff;
|
|
94
|
-
transform:
|
|
120
|
+
transform: translateX(-100%);
|
|
95
121
|
}
|
|
96
122
|
.chunk-file-uploader-file-progressing {
|
|
97
|
-
transition: all .4s linear;
|
|
123
|
+
transition: all 0.4s linear;
|
|
98
124
|
}
|
|
99
125
|
.chunk-file-uploader-file-info {
|
|
100
126
|
position: relative;
|
|
@@ -105,25 +131,17 @@
|
|
|
105
131
|
flex-direction: row;
|
|
106
132
|
}
|
|
107
133
|
.chunk-file-uploader-file-info:hover {
|
|
108
|
-
background-color:
|
|
134
|
+
background-color: rgba(240, 240, 240, 0.2);
|
|
109
135
|
}
|
|
110
|
-
.chunk-file-uploader-file-info i,
|
|
111
|
-
.chunk-file-uploader-file-info em {
|
|
136
|
+
.chunk-file-uploader-file-info i, .chunk-file-uploader-file-info em {
|
|
112
137
|
font-style: normal;
|
|
113
138
|
}
|
|
114
|
-
.chunk-file-uploader-file-name,
|
|
115
|
-
.chunk-file-uploader-file-size,
|
|
116
|
-
.chunk-file-uploader-file-meta,
|
|
117
|
-
.chunk-file-uploader-file-status,
|
|
118
|
-
.chunk-file-uploader-file-actions {
|
|
139
|
+
.chunk-file-uploader-file-name, .chunk-file-uploader-file-size, .chunk-file-uploader-file-meta, .chunk-file-uploader-file-status, .chunk-file-uploader-file-actions {
|
|
119
140
|
position: relative;
|
|
120
141
|
height: 100%;
|
|
121
142
|
padding: 0 10px;
|
|
122
143
|
}
|
|
123
|
-
.chunk-file-uploader-file-size,
|
|
124
|
-
.chunk-file-uploader-file-meta,
|
|
125
|
-
.chunk-file-uploader-file-status,
|
|
126
|
-
.chunk-file-uploader-file-actions {
|
|
144
|
+
.chunk-file-uploader-file-size, .chunk-file-uploader-file-meta, .chunk-file-uploader-file-status, .chunk-file-uploader-file-actions {
|
|
127
145
|
flex-shrink: 0;
|
|
128
146
|
}
|
|
129
147
|
.chunk-file-uploader-file-name {
|
|
@@ -141,29 +159,29 @@
|
|
|
141
159
|
margin-right: 8px;
|
|
142
160
|
vertical-align: top;
|
|
143
161
|
}
|
|
144
|
-
.chunk-file-uploader-file-icon
|
|
162
|
+
.chunk-file-uploader-file-icon::before {
|
|
145
163
|
display: block;
|
|
146
164
|
height: 100%;
|
|
147
|
-
color:
|
|
165
|
+
color: #808080;
|
|
148
166
|
font-size: 24px;
|
|
149
167
|
line-height: 1;
|
|
150
168
|
text-indent: 0;
|
|
151
|
-
content: "
|
|
169
|
+
content: "📃";
|
|
152
170
|
}
|
|
153
|
-
.chunk-file-uploader-file-icon[icon=folder]
|
|
154
|
-
content: "
|
|
171
|
+
.chunk-file-uploader-file-icon[icon=folder]::before {
|
|
172
|
+
content: "📂";
|
|
155
173
|
}
|
|
156
|
-
.chunk-file-uploader-file-icon[icon=image]
|
|
157
|
-
content: "
|
|
174
|
+
.chunk-file-uploader-file-icon[icon=image]::before {
|
|
175
|
+
content: "📊";
|
|
158
176
|
}
|
|
159
|
-
.chunk-file-uploader-file-icon[icon=video]
|
|
160
|
-
content: "
|
|
177
|
+
.chunk-file-uploader-file-icon[icon=video]::before {
|
|
178
|
+
content: "📹";
|
|
161
179
|
}
|
|
162
|
-
.chunk-file-uploader-file-icon[icon=audio]
|
|
163
|
-
content: "
|
|
180
|
+
.chunk-file-uploader-file-icon[icon=audio]::before {
|
|
181
|
+
content: "🎵";
|
|
164
182
|
}
|
|
165
|
-
.chunk-file-uploader-file-icon[icon=document]
|
|
166
|
-
content: "
|
|
183
|
+
.chunk-file-uploader-file-icon[icon=document]::before {
|
|
184
|
+
content: "📋";
|
|
167
185
|
}
|
|
168
186
|
.chunk-file-uploader-file-actions > span {
|
|
169
187
|
display: none;
|
|
@@ -172,7 +190,7 @@
|
|
|
172
190
|
height: 16px;
|
|
173
191
|
margin-top: 16px;
|
|
174
192
|
margin-right: 10px;
|
|
175
|
-
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAARkSURBVGje7ZnfS1NRHMAH4ptPkvQSuAdBkCxD8FUQJMEULUgzy1KyyPVQ4JMiiP4Bvg6EwUQQfMmwhwRDshwaKUjDVCgoSdDNHkzTJZ6+Z37Purve8+PeTb2TM/ggu+ew89l33x8H9BBCPG7GowXTJej3+wnDvEm0JuLC04+EYWftVAUv+fiCvDUdQR1BHUEdQR3BTIygvixoQS14XgTtthLVdpNWwXRLqvQ724LplFRtyrYF0yVpFLQrKRVMh6RZ0I6kkmCqklaCqpKZH0FX56Crq9jVfdDVk0RfFrSgFsxkQVmLcdKCVrKySCrryhPEyYShhzOcrFtG0EoilfHHk1CRU5rF6ZjNZhlVOW6RnMSVyyilKies4pO41diVy8wIujoHXV3FGdMHXTtJKLFYTLhZtq4vC1rwXApCZTIqgR6g1PBMCO9DL3bMMSqBHqDU8EyISDAHiGKvWwcCQG2KgjlAFCDAOhAAap0K5gKLphk8mqJgLrCIgoxRJ4J5wKpJ7gAoMkn5EBXBPGDVJHcAFJmkfIhQcAql1oBpTvTol9gG9pm4RHAKpdaAaU706JfYBvaZuJVgPQrt4sFlnOh5MC/p3lmJYD0K7eLBZZzoeTAv6d5ZnuAYHjpgEOnk5F0ufhG6v1ggOIaHDhhEOjl5l4tfhO4vthLcwAMrFNvLJO5vEwhu4IEViu1lEve3WQmyoihQFBzG/V0CQVYUBYqCw7i/SxTBcpsRbFeIYLnNCLZbCY5b5KAnxRwct8hBj9McZFVMW0ihRNBuFdMWUigRlFaxuQ9WWYjRMTiIe5z0wSoLMToGB3GPsA9aTZIJoB+nRgBnM1tzOkkmgH6cGgGczWzNpzqLx3n/aULJJgezeNw07oxQySbVywKjBOgFRnDs+VEsx8FlgVEC9AIjOPb8KJYjvSzoG7UW1IJaUAtqQS14toLNM5fN5APdwBJA8G83Pk/aK/rgzVvXzeQD3cASQPBvNz5P2ssTzAaGUIrHEO6zI5gNDKEUjyHcxxWkh4Ylcowwk1QQpIeGJXKMMJO0EgwqyjGCioJBJvDrxRMSuVOTJEXfbz1/bHwWtBL0yoQehK6RucgE+bGzanzulQh6E3IgQV+xpc8kcrfuSO7eTfJ3ZYmQw0Oy9azVKOk1C/bJ5D5F38YPeLfx0rjWJxHsS0SqsSYuxySjj5qO5Oj7xQWy2VBtFOwzCy6ryH3YfE3uh64Y1xckgstJPydEjkkeHv07Iy4Xaao15+KCWTBx6M/db+T9xivSErqaJDdzXI6yLRE8Vgg0coex/SPJvT0SbWu0KpZtbgSpCH3NRt7I5OxHkObc6heU+/M/J5vrpBFM5GBLqCQux14COXs5CNXK5OjPGm1tSMrJSOMNYQ4mVTGV/L6zTL7+DovkbFUxbSW0Wo05l8hJWsU+cRWfSh+Mt5Lb1ck/J1TvVsdDaR/MiEni+llsdZuZp62EViu+96bpNjNPWwmtVnzvFd5m9IVVC54x/wA7gNvqFG9vXQAAAABJRU5ErkJggg==) no-repeat 0 0;
|
|
193
|
+
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkCAYAAAD0ZHJ6AAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAJcEhZcwAACxMAAAsTAQCanBgAAARkSURBVGje7ZnfS1NRHMAH4ptPkvQSuAdBkCxD8FUQJMEULUgzy1KyyPVQ4JMiiP4Bvg6EwUQQfMmwhwRDshwaKUjDVCgoSdDNHkzTJZ6+Z37Purve8+PeTb2TM/ggu+ew89l33x8H9BBCPG7GowXTJej3+wnDvEm0JuLC04+EYWftVAUv+fiCvDUdQR1BHUEdQR3BTIygvixoQS14XgTtthLVdpNWwXRLqvQ724LplFRtyrYF0yVpFLQrKRVMh6RZ0I6kkmCqklaCqpKZH0FX56Crq9jVfdDVk0RfFrSgFsxkQVmLcdKCVrKySCrryhPEyYShhzOcrFtG0EoilfHHk1CRU5rF6ZjNZhlVOW6RnMSVyyilKies4pO41diVy8wIujoHXV3FGdMHXTtJKLFYTLhZtq4vC1rwXApCZTIqgR6g1PBMCO9DL3bMMSqBHqDU8EyISDAHiGKvWwcCQG2KgjlAFCDAOhAAap0K5gKLphk8mqJgLrCIgoxRJ4J5wKpJ7gAoMkn5EBXBPGDVJHcAFJmkfIhQcAql1oBpTvTol9gG9pm4RHAKpdaAaU706JfYBvaZuJVgPQrt4sFlnOh5MC/p3lmJYD0K7eLBZZzoeTAv6d5ZnuAYHjpgEOnk5F0ufhG6v1ggOIaHDhhEOjl5l4tfhO4vthLcwAMrFNvLJO5vEwhu4IEViu1lEve3WQmyoihQFBzG/V0CQVYUBYqCw7i/SxTBcpsRbFeIYLnNCLZbCY5b5KAnxRwct8hBj9McZFVMW0ihRNBuFdMWUigRlFaxuQ9WWYjRMTiIe5z0wSoLMToGB3GPsA9aTZIJoB+nRgBnM1tzOkkmgH6cGgGczWzNpzqLx3n/aULJJgezeNw07oxQySbVywKjBOgFRnDs+VEsx8FlgVEC9AIjOPb8KJYjvSzoG7UW1IJaUAtqQS14toLNM5fN5APdwBJA8G83Pk/aK/rgzVvXzeQD3cASQPBvNz5P2ssTzAaGUIrHEO6zI5gNDKEUjyHcxxWkh4Ylcowwk1QQpIeGJXKMMJO0EgwqyjGCioJBJvDrxRMSuVOTJEXfbz1/bHwWtBL0yoQehK6RucgE+bGzanzulQh6E3IgQV+xpc8kcrfuSO7eTfJ3ZYmQw0Oy9azVKOk1C/bJ5D5F38YPeLfx0rjWJxHsS0SqsSYuxySjj5qO5Oj7xQWy2VBtFOwzCy6ryH3YfE3uh64Y1xckgstJPydEjkkeHv07Iy4Xaao15+KCWTBx6M/db+T9xivSErqaJDdzXI6yLRE8Vgg0coex/SPJvT0SbWu0KpZtbgSpCH3NRt7I5OxHkObc6heU+/M/J5vrpBFM5GBLqCQux14COXs5CNXK5OjPGm1tSMrJSOMNYQ4mVTGV/L6zTL7+DovkbFUxbSW0Wo05l8hJWsU+cRWfSh+Mt5Lb1ck/J1TvVsdDaR/MiEni+llsdZuZp62EViu+96bpNjNPWwmtVnzvFd5m9IVVC54x/wA7gNvqFG9vXQAAAABJRU5ErkJggg==") no-repeat 0 0;
|
|
176
194
|
cursor: pointer;
|
|
177
195
|
}
|
|
178
196
|
.chunk-file-uploader-file-actions > span:hover {
|
|
@@ -199,6 +217,7 @@
|
|
|
199
217
|
padding: 0;
|
|
200
218
|
list-style: none;
|
|
201
219
|
}
|
|
220
|
+
|
|
202
221
|
.uploader-list {
|
|
203
222
|
position: relative;
|
|
204
223
|
}
|
|
@@ -207,11 +226,18 @@
|
|
|
207
226
|
padding: 0;
|
|
208
227
|
list-style: none;
|
|
209
228
|
}
|
|
229
|
+
|
|
210
230
|
.uploader-unsupport {
|
|
211
231
|
position: relative;
|
|
212
232
|
z-index: 10;
|
|
213
233
|
overflow: hidden;
|
|
214
234
|
}
|
|
235
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
236
|
+
/* 应用头部高度 */
|
|
237
|
+
/* 页面宽度 */
|
|
238
|
+
/* 侧栏宽度 */
|
|
239
|
+
/* 标签高度 */
|
|
240
|
+
/* 页面头部工具条高度 */
|
|
215
241
|
.code-mirror-editor {
|
|
216
242
|
line-height: normal;
|
|
217
243
|
}
|
|
@@ -222,7 +248,12 @@
|
|
|
222
248
|
}
|
|
223
249
|
.code-mirror-editor .CodeMirror.CodeMirror-focused {
|
|
224
250
|
border-color: #e34e55;
|
|
225
|
-
}
|
|
251
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
252
|
+
/* 应用头部高度 */
|
|
253
|
+
/* 页面宽度 */
|
|
254
|
+
/* 侧栏宽度 */
|
|
255
|
+
/* 标签高度 */
|
|
256
|
+
/* 页面头部工具条高度 */
|
|
226
257
|
.cm-container {
|
|
227
258
|
position: fixed;
|
|
228
259
|
z-index: 9999;
|
|
@@ -232,10 +263,10 @@
|
|
|
232
263
|
position: absolute;
|
|
233
264
|
top: 50%;
|
|
234
265
|
right: 0;
|
|
235
|
-
width: .9em;
|
|
236
|
-
height: .9em;
|
|
266
|
+
width: 0.9em;
|
|
267
|
+
height: 0.9em;
|
|
237
268
|
overflow: hidden;
|
|
238
|
-
vertical-align:
|
|
269
|
+
vertical-align: -0.15em;
|
|
239
270
|
transform: translateY(-50%);
|
|
240
271
|
fill: currentcolor;
|
|
241
272
|
}
|
|
@@ -267,7 +298,7 @@
|
|
|
267
298
|
box-sizing: border-box;
|
|
268
299
|
width: 100%;
|
|
269
300
|
height: 100%;
|
|
270
|
-
padding: 0 .8em;
|
|
301
|
+
padding: 0 0.8em;
|
|
271
302
|
overflow: hidden;
|
|
272
303
|
white-space: nowrap;
|
|
273
304
|
text-overflow: ellipsis;
|
|
@@ -282,8 +313,7 @@
|
|
|
282
313
|
color: #fff;
|
|
283
314
|
background-color: #666;
|
|
284
315
|
}
|
|
285
|
-
.cm-container .cm-ul-2,
|
|
286
|
-
.cm-container .cm-ul-3 {
|
|
316
|
+
.cm-container .cm-ul-2, .cm-container .cm-ul-3 {
|
|
287
317
|
position: absolute;
|
|
288
318
|
top: 0;
|
|
289
319
|
z-index: 10000;
|
|
@@ -293,7 +323,7 @@
|
|
|
293
323
|
left: 0;
|
|
294
324
|
transform: translateY(-50%) rotate(180deg);
|
|
295
325
|
}
|
|
296
|
-
.cm-container .cm-underline li div
|
|
326
|
+
.cm-container .cm-underline li div::after {
|
|
297
327
|
position: absolute;
|
|
298
328
|
top: 0;
|
|
299
329
|
left: 5%;
|
|
@@ -303,20 +333,26 @@
|
|
|
303
333
|
background-color: #ccc;
|
|
304
334
|
content: "";
|
|
305
335
|
}
|
|
306
|
-
.cm-container .cm-underline li div:hover:after
|
|
307
|
-
.cm-container .cm-underline > li:first-child > div:after {
|
|
336
|
+
.cm-container .cm-underline li div:hover::after, .cm-container .cm-underline > li:first-child > div::after {
|
|
308
337
|
display: none;
|
|
309
|
-
}
|
|
338
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
339
|
+
/* 应用头部高度 */
|
|
340
|
+
/* 页面宽度 */
|
|
341
|
+
/* 侧栏宽度 */
|
|
342
|
+
/* 标签高度 */
|
|
343
|
+
/* 页面头部工具条高度 */
|
|
310
344
|
.border-bottom {
|
|
311
345
|
border-bottom: 1px solid #d7dae0;
|
|
312
346
|
}
|
|
313
|
-
|
|
347
|
+
|
|
348
|
+
.clear-fix::after {
|
|
314
349
|
display: block;
|
|
315
350
|
clear: both;
|
|
316
351
|
height: 0;
|
|
317
352
|
visibility: hidden;
|
|
318
353
|
content: " ";
|
|
319
354
|
}
|
|
355
|
+
|
|
320
356
|
.flex-row {
|
|
321
357
|
display: flex;
|
|
322
358
|
flex-direction: row;
|
|
@@ -331,9 +367,11 @@
|
|
|
331
367
|
.flex-row.horizon-center {
|
|
332
368
|
justify-content: center;
|
|
333
369
|
}
|
|
370
|
+
|
|
334
371
|
.text-center {
|
|
335
372
|
text-align: center;
|
|
336
373
|
}
|
|
374
|
+
|
|
337
375
|
.flex-column {
|
|
338
376
|
display: flex;
|
|
339
377
|
flex-direction: column;
|
|
@@ -344,10 +382,11 @@
|
|
|
344
382
|
.flex-column.horizon-center {
|
|
345
383
|
align-items: center;
|
|
346
384
|
}
|
|
347
|
-
|
|
348
|
-
.flex-item-relative {
|
|
385
|
+
|
|
386
|
+
.flex-item, .flex-item-relative {
|
|
349
387
|
flex: 1 1 auto;
|
|
350
388
|
}
|
|
389
|
+
|
|
351
390
|
.flex-item-relative {
|
|
352
391
|
position: relative;
|
|
353
392
|
}
|
|
@@ -358,9 +397,15 @@
|
|
|
358
397
|
bottom: 0;
|
|
359
398
|
left: 0;
|
|
360
399
|
}
|
|
400
|
+
|
|
361
401
|
.flex-not-shrink {
|
|
362
402
|
flex-shrink: 0;
|
|
363
|
-
}
|
|
403
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
404
|
+
/* 应用头部高度 */
|
|
405
|
+
/* 页面宽度 */
|
|
406
|
+
/* 侧栏宽度 */
|
|
407
|
+
/* 标签高度 */
|
|
408
|
+
/* 页面头部工具条高度 */
|
|
364
409
|
.dynamic-table {
|
|
365
410
|
display: flex;
|
|
366
411
|
flex-direction: column;
|
|
@@ -369,7 +414,7 @@
|
|
|
369
414
|
}
|
|
370
415
|
.dynamic-table .dynamic-table-action-icon {
|
|
371
416
|
margin-left: 10px;
|
|
372
|
-
font-weight:
|
|
417
|
+
font-weight: bold;
|
|
373
418
|
cursor: pointer;
|
|
374
419
|
}
|
|
375
420
|
.dynamic-table .el-form-item {
|
|
@@ -384,11 +429,21 @@
|
|
|
384
429
|
.dynamic-table .el-input.is-disabled .el-input__inner {
|
|
385
430
|
background-color: transparent;
|
|
386
431
|
border: none;
|
|
387
|
-
}
|
|
432
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
433
|
+
/* 应用头部高度 */
|
|
434
|
+
/* 页面宽度 */
|
|
435
|
+
/* 侧栏宽度 */
|
|
436
|
+
/* 标签高度 */
|
|
437
|
+
/* 页面头部工具条高度 */
|
|
388
438
|
.echarts {
|
|
389
439
|
width: 100%;
|
|
390
440
|
height: 100%;
|
|
391
|
-
}
|
|
441
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
442
|
+
/* 应用头部高度 */
|
|
443
|
+
/* 页面宽度 */
|
|
444
|
+
/* 侧栏宽度 */
|
|
445
|
+
/* 标签高度 */
|
|
446
|
+
/* 页面头部工具条高度 */
|
|
392
447
|
.editable-progress {
|
|
393
448
|
display: flex;
|
|
394
449
|
flex-direction: column;
|
|
@@ -398,8 +453,7 @@
|
|
|
398
453
|
background-color: #e4e7ed;
|
|
399
454
|
border-radius: 100px;
|
|
400
455
|
}
|
|
401
|
-
.editable-progress .el-progress,
|
|
402
|
-
.editable-progress .el-slider {
|
|
456
|
+
.editable-progress .el-progress, .editable-progress .el-slider {
|
|
403
457
|
width: 100%;
|
|
404
458
|
font-weight: 700;
|
|
405
459
|
}
|
|
@@ -409,8 +463,7 @@
|
|
|
409
463
|
.editable-progress .el-progress-bar__outer {
|
|
410
464
|
background-color: #e4e7ed;
|
|
411
465
|
}
|
|
412
|
-
.editable-progress .el-slider__bar,
|
|
413
|
-
.editable-progress .el-slider__runway {
|
|
466
|
+
.editable-progress .el-slider__bar, .editable-progress .el-slider__runway {
|
|
414
467
|
height: 22px;
|
|
415
468
|
border-radius: 100px;
|
|
416
469
|
}
|
|
@@ -421,7 +474,12 @@
|
|
|
421
474
|
.editable-progress .el-slider__button-wrapper .el-slider__button {
|
|
422
475
|
width: 24px;
|
|
423
476
|
height: 24px;
|
|
424
|
-
}
|
|
477
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
478
|
+
/* 应用头部高度 */
|
|
479
|
+
/* 页面宽度 */
|
|
480
|
+
/* 侧栏宽度 */
|
|
481
|
+
/* 标签高度 */
|
|
482
|
+
/* 页面头部工具条高度 */
|
|
425
483
|
.editable-tree {
|
|
426
484
|
position: relative;
|
|
427
485
|
}
|
|
@@ -483,10 +541,7 @@
|
|
|
483
541
|
display: block;
|
|
484
542
|
padding: 8px 20px 8px 8px;
|
|
485
543
|
color: #242f42;
|
|
486
|
-
font:
|
|
487
|
-
11px tahoma,
|
|
488
|
-
arial,
|
|
489
|
-
sans-serif;
|
|
544
|
+
font: normal 11px tahoma, arial, sans-serif;
|
|
490
545
|
line-height: 100%;
|
|
491
546
|
white-space: nowrap;
|
|
492
547
|
cursor: pointer;
|
|
@@ -500,7 +555,12 @@
|
|
|
500
555
|
margin-right: 4px;
|
|
501
556
|
font-weight: 700;
|
|
502
557
|
font-size: 1.3em;
|
|
503
|
-
}
|
|
558
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
559
|
+
/* 应用头部高度 */
|
|
560
|
+
/* 页面宽度 */
|
|
561
|
+
/* 侧栏宽度 */
|
|
562
|
+
/* 标签高度 */
|
|
563
|
+
/* 页面头部工具条高度 */
|
|
504
564
|
.element-dialog.el-dialog.el-dialog-resizeable {
|
|
505
565
|
display: flex;
|
|
506
566
|
flex-direction: column;
|
|
@@ -532,8 +592,7 @@
|
|
|
532
592
|
.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn:hover {
|
|
533
593
|
background: #e34e55;
|
|
534
594
|
}
|
|
535
|
-
.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen,
|
|
536
|
-
.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document {
|
|
595
|
+
.element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-full-screen, .element-dialog.el-dialog.el-dialog-resizeable .fullscreen-btn .el-icon-copy-document {
|
|
537
596
|
padding: 4px;
|
|
538
597
|
font-size: 13px;
|
|
539
598
|
}
|
|
@@ -574,11 +633,11 @@
|
|
|
574
633
|
align-items: center;
|
|
575
634
|
padding: 4px 10px;
|
|
576
635
|
font-size: 16px;
|
|
577
|
-
background-color: #
|
|
636
|
+
background-color: #409EFF;
|
|
578
637
|
}
|
|
579
638
|
.element-dialog.el-dialog .el-dialog__header .el-dialog__title {
|
|
580
639
|
color: #fff;
|
|
581
|
-
font-weight:
|
|
640
|
+
font-weight: normal;
|
|
582
641
|
font-size: 16px;
|
|
583
642
|
}
|
|
584
643
|
.element-dialog.el-dialog .header-button-wrapper {
|
|
@@ -597,8 +656,28 @@
|
|
|
597
656
|
}
|
|
598
657
|
.element-dialog.el-dialog .header-button:hover {
|
|
599
658
|
background: #e34e55;
|
|
600
|
-
}
|
|
601
|
-
|
|
659
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
660
|
+
/* 应用头部高度 */
|
|
661
|
+
/* 页面宽度 */
|
|
662
|
+
/* 侧栏宽度 */
|
|
663
|
+
/* 标签高度 */
|
|
664
|
+
/* 页面头部工具条高度 */
|
|
665
|
+
.empty-view {
|
|
666
|
+
position: relative;
|
|
667
|
+
display: flex;
|
|
668
|
+
align-items: center;
|
|
669
|
+
justify-content: center;
|
|
670
|
+
width: 100%;
|
|
671
|
+
height: 100%;
|
|
672
|
+
color: #909399;
|
|
673
|
+
font-size: 20px;
|
|
674
|
+
background-color: #fff;
|
|
675
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
676
|
+
/* 应用头部高度 */
|
|
677
|
+
/* 页面宽度 */
|
|
678
|
+
/* 侧栏宽度 */
|
|
679
|
+
/* 标签高度 */
|
|
680
|
+
/* 页面头部工具条高度 */
|
|
602
681
|
.error-view {
|
|
603
682
|
position: relative;
|
|
604
683
|
display: flex;
|
|
@@ -609,7 +688,12 @@
|
|
|
609
688
|
color: #909399;
|
|
610
689
|
font-size: 20px;
|
|
611
690
|
background-color: #fff;
|
|
612
|
-
}
|
|
691
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
692
|
+
/* 应用头部高度 */
|
|
693
|
+
/* 页面宽度 */
|
|
694
|
+
/* 侧栏宽度 */
|
|
695
|
+
/* 标签高度 */
|
|
696
|
+
/* 页面头部工具条高度 */
|
|
613
697
|
.flex-scroller-wrapper {
|
|
614
698
|
position: relative;
|
|
615
699
|
flex: 1 1 auto;
|
|
@@ -623,7 +707,12 @@
|
|
|
623
707
|
}
|
|
624
708
|
.flex-scroller-wrapper .flex-scroller.content-scroll {
|
|
625
709
|
overflow: auto;
|
|
626
|
-
}
|
|
710
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
711
|
+
/* 应用头部高度 */
|
|
712
|
+
/* 页面宽度 */
|
|
713
|
+
/* 侧栏宽度 */
|
|
714
|
+
/* 标签高度 */
|
|
715
|
+
/* 页面头部工具条高度 */
|
|
627
716
|
.form-checkbox-group.form-checkbox-group-row.form-checkbox-group-row-ellipsis .el-checkbox__label {
|
|
628
717
|
overflow: hidden;
|
|
629
718
|
white-space: nowrap;
|
|
@@ -668,24 +757,38 @@
|
|
|
668
757
|
}
|
|
669
758
|
.form-checkbox-group .el-checkbox__label {
|
|
670
759
|
padding-left: 4px;
|
|
671
|
-
}
|
|
760
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
761
|
+
/* 应用头部高度 */
|
|
762
|
+
/* 页面宽度 */
|
|
763
|
+
/* 侧栏宽度 */
|
|
764
|
+
/* 标签高度 */
|
|
765
|
+
/* 页面头部工具条高度 */
|
|
672
766
|
.form-input-number.el-input-number {
|
|
673
767
|
width: 100%;
|
|
674
768
|
}
|
|
675
769
|
.form-input-number.el-input-number .el-input__inner {
|
|
676
770
|
text-align: left;
|
|
677
|
-
}
|
|
678
|
-
|
|
771
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
772
|
+
/* 应用头部高度 */
|
|
773
|
+
/* 页面宽度 */
|
|
774
|
+
/* 侧栏宽度 */
|
|
775
|
+
/* 标签高度 */
|
|
776
|
+
/* 页面头部工具条高度 */
|
|
777
|
+
.form-item.el-form-item.required:not(.is-no-asterisk) .el-form-item__label::before {
|
|
679
778
|
margin-right: 4px;
|
|
680
779
|
color: #f56c6c;
|
|
681
780
|
content: "*";
|
|
682
|
-
}
|
|
781
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
782
|
+
/* 应用头部高度 */
|
|
783
|
+
/* 页面宽度 */
|
|
784
|
+
/* 侧栏宽度 */
|
|
785
|
+
/* 标签高度 */
|
|
786
|
+
/* 页面头部工具条高度 */
|
|
683
787
|
.form-item-group {
|
|
684
788
|
margin-bottom: 10px;
|
|
685
789
|
background-color: #fff;
|
|
686
790
|
}
|
|
687
|
-
.form-item-group.is-disabled .is-required .el-form-item__label
|
|
688
|
-
.form-item-group.is-disabled .required .el-form-item__label:before {
|
|
791
|
+
.form-item-group.is-disabled .is-required .el-form-item__label::before, .form-item-group.is-disabled .required .el-form-item__label::before {
|
|
689
792
|
display: none;
|
|
690
793
|
}
|
|
691
794
|
.form-item-group .form-item-group-row {
|
|
@@ -699,12 +802,17 @@
|
|
|
699
802
|
margin: 0 0 10px;
|
|
700
803
|
padding: 0 10px;
|
|
701
804
|
color: #333;
|
|
702
|
-
font-weight:
|
|
805
|
+
font-weight: bold;
|
|
703
806
|
font-size: 14px;
|
|
704
807
|
line-height: 30px;
|
|
705
808
|
background-color: #f3f5fb;
|
|
706
809
|
cursor: pointer;
|
|
707
|
-
}
|
|
810
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
811
|
+
/* 应用头部高度 */
|
|
812
|
+
/* 页面宽度 */
|
|
813
|
+
/* 侧栏宽度 */
|
|
814
|
+
/* 标签高度 */
|
|
815
|
+
/* 页面头部工具条高度 */
|
|
708
816
|
.form-radio-group.inline {
|
|
709
817
|
display: inline;
|
|
710
818
|
}
|
|
@@ -751,7 +859,12 @@
|
|
|
751
859
|
.form-radio-group .el-radio__label {
|
|
752
860
|
padding-left: 0;
|
|
753
861
|
line-height: 19px;
|
|
754
|
-
}
|
|
862
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
863
|
+
/* 应用头部高度 */
|
|
864
|
+
/* 页面宽度 */
|
|
865
|
+
/* 侧栏宽度 */
|
|
866
|
+
/* 标签高度 */
|
|
867
|
+
/* 页面头部工具条高度 */
|
|
755
868
|
.form-view {
|
|
756
869
|
display: flex;
|
|
757
870
|
flex-direction: column;
|
|
@@ -781,7 +894,7 @@
|
|
|
781
894
|
padding-right: 0;
|
|
782
895
|
}
|
|
783
896
|
.form-view .form-card {
|
|
784
|
-
box-shadow: 0 2px 12px
|
|
897
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
785
898
|
max-width: 1000px;
|
|
786
899
|
margin: 14px auto;
|
|
787
900
|
padding: 20px;
|
|
@@ -789,17 +902,17 @@
|
|
|
789
902
|
background-color: #fff;
|
|
790
903
|
border: 1px solid #ebeef5;
|
|
791
904
|
border-radius: 4px;
|
|
792
|
-
transition: .3s;
|
|
905
|
+
transition: 0.3s;
|
|
793
906
|
}
|
|
794
907
|
.form-view .form-card.un-limit {
|
|
795
908
|
max-width: 100%;
|
|
796
909
|
}
|
|
797
910
|
.form-view .form-nav {
|
|
798
|
-
box-shadow: 0 2px 12px
|
|
911
|
+
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
|
|
799
912
|
position: absolute;
|
|
800
913
|
top: 55px;
|
|
801
914
|
left: 20px;
|
|
802
|
-
background-color:
|
|
915
|
+
background-color: white;
|
|
803
916
|
}
|
|
804
917
|
.form-view .form-nav-list {
|
|
805
918
|
min-width: 180px;
|
|
@@ -809,7 +922,7 @@
|
|
|
809
922
|
position: relative;
|
|
810
923
|
padding: 5px 20px;
|
|
811
924
|
color: #e34e55;
|
|
812
|
-
font-weight:
|
|
925
|
+
font-weight: bold;
|
|
813
926
|
font-size: 15px;
|
|
814
927
|
background-color: #f3f5fb;
|
|
815
928
|
}
|
|
@@ -819,12 +932,11 @@
|
|
|
819
932
|
font-family: element-icons !important;
|
|
820
933
|
cursor: pointer;
|
|
821
934
|
}
|
|
822
|
-
.form-view .form-nav-item.active,
|
|
823
|
-
.form-view .form-nav-item:hover {
|
|
935
|
+
.form-view .form-nav-item.active, .form-view .form-nav-item:hover {
|
|
824
936
|
color: #e34e55;
|
|
825
|
-
font-weight:
|
|
937
|
+
font-weight: bold;
|
|
826
938
|
}
|
|
827
|
-
.form-view .form-nav-item.active
|
|
939
|
+
.form-view .form-nav-item.active::before {
|
|
828
940
|
position: absolute;
|
|
829
941
|
left: -14px;
|
|
830
942
|
content: "\e6e0";
|
|
@@ -871,14 +983,11 @@
|
|
|
871
983
|
}
|
|
872
984
|
.form-view .select-num .num {
|
|
873
985
|
font-size: 19px;
|
|
874
|
-
font-family:
|
|
875
|
-
impact,
|
|
876
|
-
Constantia,
|
|
877
|
-
Georgia;
|
|
986
|
+
font-family: impact, Constantia, Georgia;
|
|
878
987
|
}
|
|
879
988
|
.form-view .el-table .el-table__header th {
|
|
880
989
|
color: #595959;
|
|
881
|
-
font-weight:
|
|
990
|
+
font-weight: normal;
|
|
882
991
|
background: #fff;
|
|
883
992
|
}
|
|
884
993
|
.form-view .el-table td {
|
|
@@ -894,7 +1003,8 @@
|
|
|
894
1003
|
display: none;
|
|
895
1004
|
}
|
|
896
1005
|
.form-view .el-table td .cell .el-input.is-disabled .el-input__inner {
|
|
897
|
-
padding: 0
|
|
1006
|
+
padding: 0;
|
|
1007
|
+
padding-left: 4px;
|
|
898
1008
|
line-height: 1.6;
|
|
899
1009
|
white-space: normal;
|
|
900
1010
|
word-break: break-word;
|
|
@@ -902,11 +1012,16 @@
|
|
|
902
1012
|
border: 0;
|
|
903
1013
|
}
|
|
904
1014
|
@media screen and (min-width: 1700px) {
|
|
905
|
-
|
|
1015
|
+
.form-view.form-view__lg .form-card {
|
|
906
1016
|
position: relative;
|
|
907
1017
|
left: 60px;
|
|
908
|
-
}
|
|
909
1018
|
}
|
|
1019
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1020
|
+
/* 应用头部高度 */
|
|
1021
|
+
/* 页面宽度 */
|
|
1022
|
+
/* 侧栏宽度 */
|
|
1023
|
+
/* 标签高度 */
|
|
1024
|
+
/* 页面头部工具条高度 */
|
|
910
1025
|
.guide-steps {
|
|
911
1026
|
margin-top: 20px;
|
|
912
1027
|
margin-bottom: 20px;
|
|
@@ -934,7 +1049,12 @@
|
|
|
934
1049
|
}
|
|
935
1050
|
.guide-steps .el-step.disabled .el-step__icon.is-text {
|
|
936
1051
|
cursor: not-allowed;
|
|
937
|
-
}
|
|
1052
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1053
|
+
/* 应用头部高度 */
|
|
1054
|
+
/* 页面宽度 */
|
|
1055
|
+
/* 侧栏宽度 */
|
|
1056
|
+
/* 标签高度 */
|
|
1057
|
+
/* 页面头部工具条高度 */
|
|
938
1058
|
.icon-card {
|
|
939
1059
|
padding: 14px;
|
|
940
1060
|
border-radius: 4px;
|
|
@@ -951,7 +1071,7 @@
|
|
|
951
1071
|
line-height: 48px;
|
|
952
1072
|
}
|
|
953
1073
|
.icon-card .icon-card_color {
|
|
954
|
-
font-weight:
|
|
1074
|
+
font-weight: bold;
|
|
955
1075
|
font-size: 18px;
|
|
956
1076
|
cursor: pointer;
|
|
957
1077
|
}
|
|
@@ -984,7 +1104,12 @@
|
|
|
984
1104
|
}
|
|
985
1105
|
.icon-card.green .icon-card_color {
|
|
986
1106
|
color: #72c734;
|
|
987
|
-
}
|
|
1107
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1108
|
+
/* 应用头部高度 */
|
|
1109
|
+
/* 页面宽度 */
|
|
1110
|
+
/* 侧栏宽度 */
|
|
1111
|
+
/* 标签高度 */
|
|
1112
|
+
/* 页面头部工具条高度 */
|
|
988
1113
|
.iframe-window.element-dialog.el-dialog.el-dialog-resizeable .el-dialog__body {
|
|
989
1114
|
position: relative;
|
|
990
1115
|
padding: 0;
|
|
@@ -998,7 +1123,12 @@
|
|
|
998
1123
|
width: 100%;
|
|
999
1124
|
height: 100%;
|
|
1000
1125
|
border: none;
|
|
1001
|
-
}
|
|
1126
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1127
|
+
/* 应用头部高度 */
|
|
1128
|
+
/* 页面宽度 */
|
|
1129
|
+
/* 侧栏宽度 */
|
|
1130
|
+
/* 标签高度 */
|
|
1131
|
+
/* 页面头部工具条高度 */
|
|
1002
1132
|
.image-viewer .image-item {
|
|
1003
1133
|
display: inline-block;
|
|
1004
1134
|
width: 100px;
|
|
@@ -1013,7 +1143,12 @@
|
|
|
1013
1143
|
}
|
|
1014
1144
|
.viewer-backdrop {
|
|
1015
1145
|
background-color: #5e5e5e;
|
|
1016
|
-
}
|
|
1146
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1147
|
+
/* 应用头部高度 */
|
|
1148
|
+
/* 页面宽度 */
|
|
1149
|
+
/* 侧栏宽度 */
|
|
1150
|
+
/* 标签高度 */
|
|
1151
|
+
/* 页面头部工具条高度 */
|
|
1017
1152
|
.el-input-number.input-number {
|
|
1018
1153
|
display: block;
|
|
1019
1154
|
}
|
|
@@ -1022,13 +1157,23 @@
|
|
|
1022
1157
|
}
|
|
1023
1158
|
.el-input-number.input-number .el-input {
|
|
1024
1159
|
width: 100%;
|
|
1025
|
-
}
|
|
1160
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1161
|
+
/* 应用头部高度 */
|
|
1162
|
+
/* 页面宽度 */
|
|
1163
|
+
/* 侧栏宽度 */
|
|
1164
|
+
/* 标签高度 */
|
|
1165
|
+
/* 页面头部工具条高度 */
|
|
1026
1166
|
.input-number-range {
|
|
1027
1167
|
display: flex;
|
|
1028
1168
|
flex-direction: row;
|
|
1029
1169
|
align-items: center;
|
|
1030
1170
|
width: 100%;
|
|
1031
|
-
}
|
|
1171
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1172
|
+
/* 应用头部高度 */
|
|
1173
|
+
/* 页面宽度 */
|
|
1174
|
+
/* 侧栏宽度 */
|
|
1175
|
+
/* 标签高度 */
|
|
1176
|
+
/* 页面头部工具条高度 */
|
|
1032
1177
|
.loading-view {
|
|
1033
1178
|
position: relative;
|
|
1034
1179
|
display: flex;
|
|
@@ -1039,7 +1184,12 @@
|
|
|
1039
1184
|
color: #909399;
|
|
1040
1185
|
font-size: 20px;
|
|
1041
1186
|
background-color: #fff;
|
|
1042
|
-
}
|
|
1187
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1188
|
+
/* 应用头部高度 */
|
|
1189
|
+
/* 页面宽度 */
|
|
1190
|
+
/* 侧栏宽度 */
|
|
1191
|
+
/* 标签高度 */
|
|
1192
|
+
/* 页面头部工具条高度 */
|
|
1043
1193
|
.nav-bar {
|
|
1044
1194
|
flex-shrink: 0;
|
|
1045
1195
|
display: flex;
|
|
@@ -1050,7 +1200,12 @@
|
|
|
1050
1200
|
}
|
|
1051
1201
|
.nav-bar .el-button--text {
|
|
1052
1202
|
margin-left: 12px;
|
|
1053
|
-
}
|
|
1203
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1204
|
+
/* 应用头部高度 */
|
|
1205
|
+
/* 页面宽度 */
|
|
1206
|
+
/* 侧栏宽度 */
|
|
1207
|
+
/* 标签高度 */
|
|
1208
|
+
/* 页面头部工具条高度 */
|
|
1054
1209
|
.not-implement {
|
|
1055
1210
|
display: flex;
|
|
1056
1211
|
align-items: center;
|
|
@@ -1059,16 +1214,94 @@
|
|
|
1059
1214
|
color: gray;
|
|
1060
1215
|
font-size: 3em;
|
|
1061
1216
|
text-align: center;
|
|
1062
|
-
}
|
|
1217
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1218
|
+
/* 应用头部高度 */
|
|
1219
|
+
/* 页面宽度 */
|
|
1220
|
+
/* 侧栏宽度 */
|
|
1221
|
+
/* 标签高度 */
|
|
1222
|
+
/* 页面头部工具条高度 */
|
|
1063
1223
|
.page {
|
|
1064
1224
|
height: 100%;
|
|
1065
1225
|
}
|
|
1066
1226
|
.page.vertical {
|
|
1067
1227
|
flex-direction: column;
|
|
1228
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1229
|
+
/* 应用头部高度 */
|
|
1230
|
+
/* 页面宽度 */
|
|
1231
|
+
/* 侧栏宽度 */
|
|
1232
|
+
/* 标签高度 */
|
|
1233
|
+
/* 页面头部工具条高度 */
|
|
1234
|
+
.pageable-table {
|
|
1235
|
+
flex: 1 1 auto;
|
|
1236
|
+
position: relative;
|
|
1237
|
+
height: 100%;
|
|
1068
1238
|
}
|
|
1069
1239
|
.pageable-table .single-select-column .el-radio__label {
|
|
1070
1240
|
padding: 0;
|
|
1071
1241
|
}
|
|
1242
|
+
.pageable-table.auto-height {
|
|
1243
|
+
position: static;
|
|
1244
|
+
height: auto;
|
|
1245
|
+
}
|
|
1246
|
+
.pageable-table.auto-height .el-table {
|
|
1247
|
+
position: static;
|
|
1248
|
+
min-height: 200px;
|
|
1249
|
+
}
|
|
1250
|
+
.pageable-table.auto-height .pageable-table-wrapper {
|
|
1251
|
+
position: static;
|
|
1252
|
+
}
|
|
1253
|
+
.pageable-table .pageable-table-wrapper {
|
|
1254
|
+
display: flex;
|
|
1255
|
+
flex-direction: column;
|
|
1256
|
+
position: absolute;
|
|
1257
|
+
top: 0;
|
|
1258
|
+
right: 0;
|
|
1259
|
+
bottom: 0;
|
|
1260
|
+
left: 0;
|
|
1261
|
+
}
|
|
1262
|
+
.pageable-table .el-pagination {
|
|
1263
|
+
background-color: #fff;
|
|
1264
|
+
}
|
|
1265
|
+
.pageable-table .table-status-icon {
|
|
1266
|
+
font-size: 20px;
|
|
1267
|
+
}
|
|
1268
|
+
.pageable-table .pageable-table-loading {
|
|
1269
|
+
display: inline-flex;
|
|
1270
|
+
align-items: center;
|
|
1271
|
+
}
|
|
1272
|
+
.pageable-table .pageable-table-error {
|
|
1273
|
+
display: inline-flex;
|
|
1274
|
+
align-items: center;
|
|
1275
|
+
color: #f00;
|
|
1276
|
+
border: 1px solid #fca4a4;
|
|
1277
|
+
}
|
|
1278
|
+
.pageable-table .pageable-table-error:hover {
|
|
1279
|
+
background-color: #fff0f0;
|
|
1280
|
+
}
|
|
1281
|
+
.pageable-table .pageable-table-total {
|
|
1282
|
+
padding: 0 10px 10px;
|
|
1283
|
+
}
|
|
1284
|
+
.pageable-table .underline {
|
|
1285
|
+
position: relative;
|
|
1286
|
+
}
|
|
1287
|
+
.pageable-table .underline::after {
|
|
1288
|
+
position: absolute;
|
|
1289
|
+
bottom: 0;
|
|
1290
|
+
left: 0;
|
|
1291
|
+
z-index: 1;
|
|
1292
|
+
width: 100%;
|
|
1293
|
+
height: 1px;
|
|
1294
|
+
background-color: #606266;
|
|
1295
|
+
content: "";
|
|
1296
|
+
}
|
|
1297
|
+
.pageable-table .total {
|
|
1298
|
+
padding: 10px;
|
|
1299
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1300
|
+
/* 应用头部高度 */
|
|
1301
|
+
/* 页面宽度 */
|
|
1302
|
+
/* 侧栏宽度 */
|
|
1303
|
+
/* 标签高度 */
|
|
1304
|
+
/* 页面头部工具条高度 */
|
|
1072
1305
|
.pageable-table {
|
|
1073
1306
|
flex: 1 1 auto;
|
|
1074
1307
|
position: relative;
|
|
@@ -1107,7 +1340,7 @@
|
|
|
1107
1340
|
.pageable-table .pageable-table-error {
|
|
1108
1341
|
display: inline-flex;
|
|
1109
1342
|
align-items: center;
|
|
1110
|
-
color:
|
|
1343
|
+
color: #f00;
|
|
1111
1344
|
border: 1px solid #fca4a4;
|
|
1112
1345
|
}
|
|
1113
1346
|
.pageable-table .pageable-table-error:hover {
|
|
@@ -1119,7 +1352,7 @@
|
|
|
1119
1352
|
.pageable-table .underline {
|
|
1120
1353
|
position: relative;
|
|
1121
1354
|
}
|
|
1122
|
-
.pageable-table .underline
|
|
1355
|
+
.pageable-table .underline::after {
|
|
1123
1356
|
position: absolute;
|
|
1124
1357
|
bottom: 0;
|
|
1125
1358
|
left: 0;
|
|
@@ -1131,7 +1364,12 @@
|
|
|
1131
1364
|
}
|
|
1132
1365
|
.pageable-table .total {
|
|
1133
1366
|
padding: 10px;
|
|
1134
|
-
}
|
|
1367
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1368
|
+
/* 应用头部高度 */
|
|
1369
|
+
/* 页面宽度 */
|
|
1370
|
+
/* 侧栏宽度 */
|
|
1371
|
+
/* 标签高度 */
|
|
1372
|
+
/* 页面头部工具条高度 */
|
|
1135
1373
|
.egd-page-header {
|
|
1136
1374
|
height: 40px;
|
|
1137
1375
|
margin: 0 10px;
|
|
@@ -1139,7 +1377,12 @@
|
|
|
1139
1377
|
}
|
|
1140
1378
|
.egd-page-header .align-end {
|
|
1141
1379
|
justify-content: flex-end;
|
|
1142
|
-
}
|
|
1380
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1381
|
+
/* 应用头部高度 */
|
|
1382
|
+
/* 页面宽度 */
|
|
1383
|
+
/* 侧栏宽度 */
|
|
1384
|
+
/* 标签高度 */
|
|
1385
|
+
/* 页面头部工具条高度 */
|
|
1143
1386
|
.page-index-content {
|
|
1144
1387
|
display: flex;
|
|
1145
1388
|
flex: 1 1 auto;
|
|
@@ -1154,9 +1397,14 @@
|
|
|
1154
1397
|
justify-content: center;
|
|
1155
1398
|
width: 100%;
|
|
1156
1399
|
height: 100%;
|
|
1157
|
-
color:
|
|
1400
|
+
color: #808080;
|
|
1158
1401
|
font-size: 20px;
|
|
1159
|
-
}
|
|
1402
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1403
|
+
/* 应用头部高度 */
|
|
1404
|
+
/* 页面宽度 */
|
|
1405
|
+
/* 侧栏宽度 */
|
|
1406
|
+
/* 标签高度 */
|
|
1407
|
+
/* 页面头部工具条高度 */
|
|
1160
1408
|
.page-skeleton .page-content {
|
|
1161
1409
|
position: relative;
|
|
1162
1410
|
flex: 1 1 auto;
|
|
@@ -1173,7 +1421,12 @@
|
|
|
1173
1421
|
}
|
|
1174
1422
|
.page-skeleton .page-content.flex-row {
|
|
1175
1423
|
display: flex;
|
|
1176
|
-
}
|
|
1424
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1425
|
+
/* 应用头部高度 */
|
|
1426
|
+
/* 页面宽度 */
|
|
1427
|
+
/* 侧栏宽度 */
|
|
1428
|
+
/* 标签高度 */
|
|
1429
|
+
/* 页面头部工具条高度 */
|
|
1177
1430
|
.page-skeleton-new .page-skeleton-new-header {
|
|
1178
1431
|
display: flex;
|
|
1179
1432
|
flex-direction: row;
|
|
@@ -1209,7 +1462,12 @@
|
|
|
1209
1462
|
}
|
|
1210
1463
|
.page-skeleton-new .page-skeleton-new-page-content.flex-row {
|
|
1211
1464
|
display: flex;
|
|
1212
|
-
}
|
|
1465
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1466
|
+
/* 应用头部高度 */
|
|
1467
|
+
/* 页面宽度 */
|
|
1468
|
+
/* 侧栏宽度 */
|
|
1469
|
+
/* 标签高度 */
|
|
1470
|
+
/* 页面头部工具条高度 */
|
|
1213
1471
|
.pswp {
|
|
1214
1472
|
z-index: 2147483647;
|
|
1215
1473
|
}
|
|
@@ -1223,7 +1481,12 @@
|
|
|
1223
1481
|
.pswp .error-img {
|
|
1224
1482
|
width: 200px;
|
|
1225
1483
|
margin-bottom: 10px;
|
|
1226
|
-
}
|
|
1484
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1485
|
+
/* 应用头部高度 */
|
|
1486
|
+
/* 页面宽度 */
|
|
1487
|
+
/* 侧栏宽度 */
|
|
1488
|
+
/* 标签高度 */
|
|
1489
|
+
/* 页面头部工具条高度 */
|
|
1227
1490
|
.resize-observer {
|
|
1228
1491
|
position: absolute;
|
|
1229
1492
|
top: 0;
|
|
@@ -1248,7 +1511,12 @@
|
|
|
1248
1511
|
height: 100%;
|
|
1249
1512
|
overflow: hidden;
|
|
1250
1513
|
pointer-events: none;
|
|
1251
|
-
}
|
|
1514
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1515
|
+
/* 应用头部高度 */
|
|
1516
|
+
/* 页面宽度 */
|
|
1517
|
+
/* 侧栏宽度 */
|
|
1518
|
+
/* 标签高度 */
|
|
1519
|
+
/* 页面头部工具条高度 */
|
|
1252
1520
|
.search-popover {
|
|
1253
1521
|
border-radius: 4px;
|
|
1254
1522
|
z-index: 100;
|
|
@@ -1263,7 +1531,7 @@
|
|
|
1263
1531
|
top: 0;
|
|
1264
1532
|
left: 0;
|
|
1265
1533
|
transform: translate3d(calc((100vw - 560px) / 2), 15%, 0);
|
|
1266
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC);
|
|
1534
|
+
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACZJREFUeNpi/PTpEwMY8PLyMsFZnz9/ZoKzgAzG////Q1hAABBgAFeiDto+NxIZAAAAAElFTkSuQmCC");
|
|
1267
1535
|
background-repeat: repeat;
|
|
1268
1536
|
}
|
|
1269
1537
|
.search-popover .footer-tips {
|
|
@@ -1275,14 +1543,11 @@
|
|
|
1275
1543
|
align-items: center;
|
|
1276
1544
|
background: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
|
|
1277
1545
|
border-radius: 2px;
|
|
1278
|
-
box-shadow:
|
|
1279
|
-
inset 0 -2px #cdcde6,
|
|
1280
|
-
inset 0 0 1px 1px #fff,
|
|
1281
|
-
0 1px 2px 1px #1e235a66;
|
|
1546
|
+
box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
|
|
1282
1547
|
display: inline-flex;
|
|
1283
1548
|
height: 18px;
|
|
1284
1549
|
justify-content: center;
|
|
1285
|
-
margin-right: .4em;
|
|
1550
|
+
margin-right: 0.4em;
|
|
1286
1551
|
padding-bottom: 2px;
|
|
1287
1552
|
width: 20px;
|
|
1288
1553
|
}
|
|
@@ -1305,7 +1570,7 @@
|
|
|
1305
1570
|
font-size: 24px;
|
|
1306
1571
|
}
|
|
1307
1572
|
.search-popover .search-item {
|
|
1308
|
-
box-shadow: 0 1px 3px #d4d9e1;
|
|
1573
|
+
box-shadow: 0 1px 3px 0 #d4d9e1;
|
|
1309
1574
|
text-decoration: none;
|
|
1310
1575
|
box-sizing: border-box;
|
|
1311
1576
|
color: #000;
|
|
@@ -1338,7 +1603,12 @@
|
|
|
1338
1603
|
}
|
|
1339
1604
|
.search-popover .search-item.active .search-icon {
|
|
1340
1605
|
color: #fff;
|
|
1341
|
-
}
|
|
1606
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1607
|
+
/* 应用头部高度 */
|
|
1608
|
+
/* 页面宽度 */
|
|
1609
|
+
/* 侧栏宽度 */
|
|
1610
|
+
/* 标签高度 */
|
|
1611
|
+
/* 页面头部工具条高度 */
|
|
1342
1612
|
.sign-panel {
|
|
1343
1613
|
align-items: flex-start;
|
|
1344
1614
|
justify-content: center;
|
|
@@ -1429,7 +1699,7 @@
|
|
|
1429
1699
|
.sign-panel .sign-draw-area {
|
|
1430
1700
|
position: relative;
|
|
1431
1701
|
max-width: 100%;
|
|
1432
|
-
}
|
|
1702
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */ /* 应用头部高度 */ /* 页面宽度 */ /* 侧栏宽度 */ /* 标签高度 */ /* 页面头部工具条高度 */
|
|
1433
1703
|
.egd-split-wrapper {
|
|
1434
1704
|
position: relative;
|
|
1435
1705
|
width: 100%;
|
|
@@ -1438,8 +1708,7 @@
|
|
|
1438
1708
|
.egd-split-pane {
|
|
1439
1709
|
position: absolute;
|
|
1440
1710
|
}
|
|
1441
|
-
.egd-split-pane.left-pane,
|
|
1442
|
-
.egd-split-pane.right-pane {
|
|
1711
|
+
.egd-split-pane.left-pane, .egd-split-pane.right-pane {
|
|
1443
1712
|
top: 0;
|
|
1444
1713
|
bottom: 0;
|
|
1445
1714
|
}
|
|
@@ -1449,8 +1718,7 @@
|
|
|
1449
1718
|
.egd-split-pane.right-pane {
|
|
1450
1719
|
right: 0;
|
|
1451
1720
|
}
|
|
1452
|
-
.egd-split-pane.top-pane,
|
|
1453
|
-
.egd-split-pane.bottom-pane {
|
|
1721
|
+
.egd-split-pane.top-pane, .egd-split-pane.bottom-pane {
|
|
1454
1722
|
right: 0;
|
|
1455
1723
|
left: 0;
|
|
1456
1724
|
}
|
|
@@ -1473,19 +1741,19 @@
|
|
|
1473
1741
|
top: 50%;
|
|
1474
1742
|
left: 1px;
|
|
1475
1743
|
height: 32px;
|
|
1476
|
-
transform:
|
|
1744
|
+
transform: translate(0, -50%);
|
|
1477
1745
|
}
|
|
1478
1746
|
.egd-split-trigger-bar-con.horizontal {
|
|
1479
1747
|
top: 1px;
|
|
1480
1748
|
left: 50%;
|
|
1481
1749
|
width: 32px;
|
|
1482
|
-
transform: translate(-50
|
|
1750
|
+
transform: translate(-50%, 0);
|
|
1483
1751
|
}
|
|
1484
1752
|
.egd-split-trigger-vertical {
|
|
1485
1753
|
width: 6px;
|
|
1486
1754
|
height: 100%;
|
|
1487
1755
|
background: #f8f8f9;
|
|
1488
|
-
box-shadow: 0 0 4px
|
|
1756
|
+
box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.4);
|
|
1489
1757
|
cursor: ew-resize;
|
|
1490
1758
|
}
|
|
1491
1759
|
.egd-split-trigger-vertical .egd-split-trigger-bar {
|
|
@@ -1493,13 +1761,13 @@
|
|
|
1493
1761
|
width: 4px;
|
|
1494
1762
|
height: 1px;
|
|
1495
1763
|
margin-top: 3px;
|
|
1496
|
-
background: rgba(23, 35, 61, .25);
|
|
1764
|
+
background: rgba(23, 35, 61, 0.25);
|
|
1497
1765
|
}
|
|
1498
1766
|
.egd-split-trigger-horizontal {
|
|
1499
1767
|
width: 100%;
|
|
1500
1768
|
height: 6px;
|
|
1501
1769
|
background: #f8f8f9;
|
|
1502
|
-
box-shadow: 0 0 4px
|
|
1770
|
+
box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.4);
|
|
1503
1771
|
cursor: ns-resize;
|
|
1504
1772
|
}
|
|
1505
1773
|
.egd-split-trigger-horizontal .egd-split-trigger-bar {
|
|
@@ -1507,7 +1775,7 @@
|
|
|
1507
1775
|
width: 1px;
|
|
1508
1776
|
height: 4px;
|
|
1509
1777
|
margin-right: 3px;
|
|
1510
|
-
background: rgba(23, 35, 61, .25);
|
|
1778
|
+
background: rgba(23, 35, 61, 0.25);
|
|
1511
1779
|
}
|
|
1512
1780
|
.egd-split-horizontal .egd-split-trigger-con {
|
|
1513
1781
|
top: 50%;
|
|
@@ -1519,7 +1787,10 @@
|
|
|
1519
1787
|
width: 100%;
|
|
1520
1788
|
border-bottom: 1px solid #d7dae0;
|
|
1521
1789
|
}
|
|
1522
|
-
.egd-split-trigger-vertical-line
|
|
1790
|
+
.egd-split-trigger-vertical-line {
|
|
1791
|
+
background-color: transparent;
|
|
1792
|
+
box-shadow: none;
|
|
1793
|
+
}
|
|
1523
1794
|
.egd-split-trigger-horizontal-line {
|
|
1524
1795
|
background-color: transparent;
|
|
1525
1796
|
box-shadow: none;
|
|
@@ -1527,7 +1798,12 @@
|
|
|
1527
1798
|
.egd-split .no-select {
|
|
1528
1799
|
-webkit-touch-callout: none;
|
|
1529
1800
|
user-select: none;
|
|
1530
|
-
}
|
|
1801
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1802
|
+
/* 应用头部高度 */
|
|
1803
|
+
/* 页面宽度 */
|
|
1804
|
+
/* 侧栏宽度 */
|
|
1805
|
+
/* 标签高度 */
|
|
1806
|
+
/* 页面头部工具条高度 */
|
|
1531
1807
|
.stateful {
|
|
1532
1808
|
display: inline-block;
|
|
1533
1809
|
width: 14px;
|
|
@@ -1547,17 +1823,27 @@
|
|
|
1547
1823
|
background-color: #feae3d;
|
|
1548
1824
|
}
|
|
1549
1825
|
.stateful.error {
|
|
1550
|
-
background-color:
|
|
1826
|
+
background-color: #f00;
|
|
1551
1827
|
}
|
|
1552
1828
|
.stateful.done {
|
|
1553
1829
|
background-color: #45a3e7;
|
|
1554
1830
|
}
|
|
1555
1831
|
.stateful.closed {
|
|
1556
1832
|
background-color: #d7d7d7;
|
|
1557
|
-
}
|
|
1833
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1834
|
+
/* 应用头部高度 */
|
|
1835
|
+
/* 页面宽度 */
|
|
1836
|
+
/* 侧栏宽度 */
|
|
1837
|
+
/* 标签高度 */
|
|
1838
|
+
/* 页面头部工具条高度 */
|
|
1558
1839
|
.static-pageable-table {
|
|
1559
1840
|
flex: 1 1 auto;
|
|
1560
|
-
}
|
|
1841
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1842
|
+
/* 应用头部高度 */
|
|
1843
|
+
/* 页面宽度 */
|
|
1844
|
+
/* 侧栏宽度 */
|
|
1845
|
+
/* 标签高度 */
|
|
1846
|
+
/* 页面头部工具条高度 */
|
|
1561
1847
|
.egd-swiper {
|
|
1562
1848
|
position: relative;
|
|
1563
1849
|
height: 100%;
|
|
@@ -1567,17 +1853,17 @@
|
|
|
1567
1853
|
padding: 0;
|
|
1568
1854
|
color: #fff;
|
|
1569
1855
|
font-size: 12px;
|
|
1570
|
-
background-color:
|
|
1571
|
-
border-color:
|
|
1856
|
+
background-color: rgba(31, 45, 61, 0.11);
|
|
1857
|
+
border-color: rgba(31, 45, 61, 0.01);
|
|
1572
1858
|
border-radius: 50%;
|
|
1573
1859
|
}
|
|
1574
1860
|
.egd-swiper .el-button.el-carousel__arrow i {
|
|
1575
1861
|
cursor: unset;
|
|
1576
1862
|
}
|
|
1577
1863
|
.egd-swiper .el-button.el-carousel__arrow.is-disabled {
|
|
1578
|
-
color:
|
|
1579
|
-
background-color:
|
|
1580
|
-
border-color:
|
|
1864
|
+
color: white;
|
|
1865
|
+
background-color: rgba(31, 45, 61, 0.11);
|
|
1866
|
+
border-color: rgba(31, 45, 61, 0.01);
|
|
1581
1867
|
}
|
|
1582
1868
|
.egd-swiper .egd-swiper-box {
|
|
1583
1869
|
height: 100%;
|
|
@@ -1592,9 +1878,14 @@
|
|
|
1592
1878
|
height: 100%;
|
|
1593
1879
|
padding-top: 14px;
|
|
1594
1880
|
overflow: visible;
|
|
1595
|
-
transform:
|
|
1881
|
+
transform: translate3d(0, 0, 0);
|
|
1596
1882
|
transition-property: transform;
|
|
1597
|
-
}
|
|
1883
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
1884
|
+
/* 应用头部高度 */
|
|
1885
|
+
/* 页面宽度 */
|
|
1886
|
+
/* 侧栏宽度 */
|
|
1887
|
+
/* 标签高度 */
|
|
1888
|
+
/* 页面头部工具条高度 */
|
|
1598
1889
|
.vux-tab-ink-bar {
|
|
1599
1890
|
position: absolute;
|
|
1600
1891
|
bottom: 0;
|
|
@@ -1604,10 +1895,10 @@
|
|
|
1604
1895
|
background-color: #1989fa;
|
|
1605
1896
|
}
|
|
1606
1897
|
.vux-tab-ink-bar-transition-forward {
|
|
1607
|
-
transition: right .3s cubic-bezier(.35, 0, .25, 1), left .3s cubic-bezier(.35, 0, .25, 1) .09s;
|
|
1898
|
+
transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s;
|
|
1608
1899
|
}
|
|
1609
1900
|
.vux-tab-ink-bar-transition-backward {
|
|
1610
|
-
transition: right .3s cubic-bezier(.35, 0, .25, 1) .09s, left .3s cubic-bezier(.35, 0, .25, 1);
|
|
1901
|
+
transition: right 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0.09s, left 0.3s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1611
1902
|
}
|
|
1612
1903
|
.vux-tab-bar-top .vux-tab-ink-bar {
|
|
1613
1904
|
top: 0;
|
|
@@ -1636,11 +1927,17 @@
|
|
|
1636
1927
|
line-height: 36px;
|
|
1637
1928
|
text-align: center;
|
|
1638
1929
|
cursor: pointer;
|
|
1930
|
+
/* background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) bottom left no-repeat; */
|
|
1931
|
+
/* background-size: 100% 1px; */
|
|
1639
1932
|
}
|
|
1640
1933
|
.vux-tab .vux-tab-item.vux-tab-selected {
|
|
1641
1934
|
color: #1989fa;
|
|
1642
1935
|
border-bottom: 3px solid #1989fa;
|
|
1643
1936
|
}
|
|
1937
|
+
.vux-tab-bar-top .vux-tab .vux-tab-item {
|
|
1938
|
+
/* background: linear-gradient(180deg, #e5e5e5, #e5e5e5, rgba(229, 229, 229, 0)) top left no-repeat; */
|
|
1939
|
+
/* background-size: 100% 1px; */
|
|
1940
|
+
}
|
|
1644
1941
|
.vux-tab-bar-top .vux-tab .vux-tab-item.vux-tab-selected {
|
|
1645
1942
|
border-top: 3px solid #1989fa;
|
|
1646
1943
|
border-bottom: none;
|
|
@@ -1651,12 +1948,14 @@
|
|
|
1651
1948
|
.vux-tab.vux-tab-no-animate .vux-tab-item.vux-tab-selected {
|
|
1652
1949
|
background: 0 0;
|
|
1653
1950
|
}
|
|
1951
|
+
|
|
1952
|
+
/** when=prop:custom-bar-width **/
|
|
1654
1953
|
.vux-tab-bar-inner {
|
|
1655
1954
|
display: block;
|
|
1656
1955
|
height: 100%;
|
|
1657
1956
|
margin: auto;
|
|
1658
1957
|
background-color: #1989fa;
|
|
1659
|
-
transition: width .3s cubic-bezier(.35, 0, .25, 1);
|
|
1958
|
+
transition: width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
|
|
1660
1959
|
}
|
|
1661
1960
|
.vux-tab-item-badge {
|
|
1662
1961
|
position: absolute;
|
|
@@ -1702,7 +2001,12 @@
|
|
|
1702
2001
|
}
|
|
1703
2002
|
.scrollable .vux-tab-item {
|
|
1704
2003
|
flex: 0 0 22%;
|
|
1705
|
-
}
|
|
2004
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2005
|
+
/* 应用头部高度 */
|
|
2006
|
+
/* 页面宽度 */
|
|
2007
|
+
/* 侧栏宽度 */
|
|
2008
|
+
/* 标签高度 */
|
|
2009
|
+
/* 页面头部工具条高度 */
|
|
1706
2010
|
.table-view {
|
|
1707
2011
|
display: flex;
|
|
1708
2012
|
flex-direction: column;
|
|
@@ -1717,8 +2021,7 @@
|
|
|
1717
2021
|
.table-view .border-bottom .el-table--border {
|
|
1718
2022
|
border-bottom: 1px solid #ebeef5;
|
|
1719
2023
|
}
|
|
1720
|
-
.table-view .border-left .el-table--border,
|
|
1721
|
-
.table-view .border-left .el-pagination {
|
|
2024
|
+
.table-view .border-left .el-table--border, .table-view .border-left .el-pagination {
|
|
1722
2025
|
border-left: 1px solid #ebeef5;
|
|
1723
2026
|
}
|
|
1724
2027
|
.table-view .border-right .el-table--border {
|
|
@@ -1736,7 +2039,7 @@
|
|
|
1736
2039
|
display: flex;
|
|
1737
2040
|
width: 100%;
|
|
1738
2041
|
height: 100%;
|
|
1739
|
-
background-color:
|
|
2042
|
+
background-color: white;
|
|
1740
2043
|
}
|
|
1741
2044
|
.table-view .table-view-sidebar {
|
|
1742
2045
|
flex-shrink: 0;
|
|
@@ -1760,8 +2063,8 @@
|
|
|
1760
2063
|
bottom: 0;
|
|
1761
2064
|
z-index: 5;
|
|
1762
2065
|
display: flex;
|
|
1763
|
-
background-color:
|
|
1764
|
-
transition: right
|
|
2066
|
+
background-color: white;
|
|
2067
|
+
transition: right 200ms ease;
|
|
1765
2068
|
}
|
|
1766
2069
|
.table-view .slide-panel .slide-panel-line {
|
|
1767
2070
|
position: relative;
|
|
@@ -1792,7 +2095,12 @@
|
|
|
1792
2095
|
}
|
|
1793
2096
|
.table-view .slide-panel .slide-panel-content .el-date-editor {
|
|
1794
2097
|
width: 100%;
|
|
1795
|
-
}
|
|
2098
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2099
|
+
/* 应用头部高度 */
|
|
2100
|
+
/* 页面宽度 */
|
|
2101
|
+
/* 侧栏宽度 */
|
|
2102
|
+
/* 标签高度 */
|
|
2103
|
+
/* 页面头部工具条高度 */
|
|
1796
2104
|
.tag-render {
|
|
1797
2105
|
min-height: 80px;
|
|
1798
2106
|
padding-top: 3px;
|
|
@@ -1818,13 +2126,18 @@
|
|
|
1818
2126
|
right: 7px;
|
|
1819
2127
|
bottom: -4px;
|
|
1820
2128
|
color: #b7b7b7;
|
|
1821
|
-
font-size: .9em;
|
|
1822
|
-
}
|
|
2129
|
+
font-size: 0.9em;
|
|
2130
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2131
|
+
/* 应用头部高度 */
|
|
2132
|
+
/* 页面宽度 */
|
|
2133
|
+
/* 侧栏宽度 */
|
|
2134
|
+
/* 标签高度 */
|
|
2135
|
+
/* 页面头部工具条高度 */
|
|
1823
2136
|
.template-tag {
|
|
1824
2137
|
margin: 0 10px;
|
|
1825
2138
|
color: #1e90ff;
|
|
1826
|
-
font-weight:
|
|
1827
|
-
font-family:
|
|
2139
|
+
font-weight: bold;
|
|
2140
|
+
font-family: "黑体", serif;
|
|
1828
2141
|
font-style: italic;
|
|
1829
2142
|
cursor: help !important;
|
|
1830
2143
|
}
|
|
@@ -1835,7 +2148,7 @@
|
|
|
1835
2148
|
padding: 10px;
|
|
1836
2149
|
overflow: auto;
|
|
1837
2150
|
font-size: 16px;
|
|
1838
|
-
font-family:
|
|
2151
|
+
font-family: "微软雅黑", serif;
|
|
1839
2152
|
line-height: normal;
|
|
1840
2153
|
text-align: left;
|
|
1841
2154
|
word-break: normal;
|
|
@@ -1849,14 +2162,19 @@
|
|
|
1849
2162
|
.show-placeholder {
|
|
1850
2163
|
position: relative;
|
|
1851
2164
|
}
|
|
1852
|
-
.show-placeholder
|
|
2165
|
+
.show-placeholder::after {
|
|
1853
2166
|
position: absolute;
|
|
1854
2167
|
top: 10px;
|
|
1855
2168
|
left: 11px;
|
|
1856
2169
|
color: #a9a9a9;
|
|
1857
2170
|
content: attr(placeholder);
|
|
1858
2171
|
pointer-events: none;
|
|
1859
|
-
}
|
|
2172
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2173
|
+
/* 应用头部高度 */
|
|
2174
|
+
/* 页面宽度 */
|
|
2175
|
+
/* 侧栏宽度 */
|
|
2176
|
+
/* 标签高度 */
|
|
2177
|
+
/* 页面头部工具条高度 */
|
|
1860
2178
|
.tinymce-editor {
|
|
1861
2179
|
height: 100%;
|
|
1862
2180
|
}
|
|
@@ -1879,14 +2197,19 @@
|
|
|
1879
2197
|
flex: 1;
|
|
1880
2198
|
}
|
|
1881
2199
|
.tinymce-editor .fa-icon {
|
|
1882
|
-
font: 14px/1 FontAwesome !important;
|
|
2200
|
+
font: normal normal normal 14px/1 FontAwesome !important;
|
|
1883
2201
|
}
|
|
1884
2202
|
.tinymce-editor .el-icon {
|
|
1885
2203
|
font-family: element-icons, serif !important;
|
|
1886
2204
|
}
|
|
1887
2205
|
.tinymce-editor .mce-label {
|
|
1888
2206
|
display: none;
|
|
1889
|
-
}
|
|
2207
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2208
|
+
/* 应用头部高度 */
|
|
2209
|
+
/* 页面宽度 */
|
|
2210
|
+
/* 侧栏宽度 */
|
|
2211
|
+
/* 标签高度 */
|
|
2212
|
+
/* 页面头部工具条高度 */
|
|
1890
2213
|
.toolbar {
|
|
1891
2214
|
display: flex;
|
|
1892
2215
|
height: 40px;
|
|
@@ -1901,9 +2224,7 @@
|
|
|
1901
2224
|
.toolbar .toolbar-left > .form-toolbar-button:last-child .separate-line {
|
|
1902
2225
|
display: none;
|
|
1903
2226
|
}
|
|
1904
|
-
.toolbar .toolbar-left [class*=" el-icon-"],
|
|
1905
|
-
.toolbar .toolbar-left [class^=el-icon-],
|
|
1906
|
-
.toolbar .toolbar-left i.fa {
|
|
2227
|
+
.toolbar .toolbar-left [class*=" el-icon-"], .toolbar .toolbar-left [class^=el-icon-], .toolbar .toolbar-left i.fa {
|
|
1907
2228
|
margin-top: -1px;
|
|
1908
2229
|
color: #1989fa;
|
|
1909
2230
|
font-size: 15px;
|
|
@@ -1921,7 +2242,12 @@
|
|
|
1921
2242
|
}
|
|
1922
2243
|
.footer-bar .el-button {
|
|
1923
2244
|
padding: 10px 40px;
|
|
1924
|
-
}
|
|
2245
|
+
}/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2246
|
+
/* 应用头部高度 */
|
|
2247
|
+
/* 页面宽度 */
|
|
2248
|
+
/* 侧栏宽度 */
|
|
2249
|
+
/* 标签高度 */
|
|
2250
|
+
/* 页面头部工具条高度 */
|
|
1925
2251
|
.form-toolbar-button .separate-line {
|
|
1926
2252
|
display: inline-block;
|
|
1927
2253
|
width: 1px;
|
|
@@ -1937,6 +2263,574 @@
|
|
|
1937
2263
|
.form-toolbar-button .form-toolbar-button .el-button:hover {
|
|
1938
2264
|
border-color: transparent;
|
|
1939
2265
|
}
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
|
|
2272
|
+
|
|
2273
|
+
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
|
|
2280
|
+
|
|
2281
|
+
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
|
|
2296
|
+
|
|
2297
|
+
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
|
|
2312
|
+
|
|
2313
|
+
|
|
2314
|
+
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
|
|
2324
|
+
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
|
|
2328
|
+
|
|
2329
|
+
|
|
2330
|
+
|
|
2331
|
+
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
|
|
2345
|
+
|
|
2346
|
+
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
|
|
2350
|
+
|
|
2351
|
+
|
|
2352
|
+
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
|
|
2356
|
+
|
|
2357
|
+
|
|
2358
|
+
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
|
|
2365
|
+
|
|
2366
|
+
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
|
|
2373
|
+
|
|
2374
|
+
|
|
2375
|
+
|
|
2376
|
+
|
|
2377
|
+
|
|
2378
|
+
|
|
2379
|
+
|
|
2380
|
+
|
|
2381
|
+
|
|
2382
|
+
|
|
2383
|
+
|
|
2384
|
+
|
|
2385
|
+
|
|
2386
|
+
|
|
2387
|
+
|
|
2388
|
+
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
|
|
2392
|
+
|
|
2393
|
+
|
|
2394
|
+
|
|
2395
|
+
|
|
2396
|
+
|
|
2397
|
+
|
|
2398
|
+
|
|
2399
|
+
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
|
|
2403
|
+
|
|
2404
|
+
|
|
2405
|
+
|
|
2406
|
+
|
|
2407
|
+
|
|
2408
|
+
|
|
2409
|
+
|
|
2410
|
+
|
|
2411
|
+
|
|
2412
|
+
|
|
2413
|
+
|
|
2414
|
+
|
|
2415
|
+
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
|
|
2420
|
+
|
|
2421
|
+
|
|
2422
|
+
|
|
2423
|
+
|
|
2424
|
+
|
|
2425
|
+
|
|
2426
|
+
|
|
2427
|
+
|
|
2428
|
+
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
|
|
2432
|
+
|
|
2433
|
+
|
|
2434
|
+
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
|
|
2438
|
+
|
|
2439
|
+
|
|
2440
|
+
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
|
|
2444
|
+
|
|
2445
|
+
|
|
2446
|
+
|
|
2447
|
+
|
|
2448
|
+
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
|
|
2453
|
+
|
|
2454
|
+
|
|
2455
|
+
|
|
2456
|
+
|
|
2457
|
+
|
|
2458
|
+
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
|
|
2463
|
+
|
|
2464
|
+
|
|
2465
|
+
|
|
2466
|
+
|
|
2467
|
+
|
|
2468
|
+
|
|
2469
|
+
|
|
2470
|
+
|
|
2471
|
+
|
|
2472
|
+
|
|
2473
|
+
|
|
2474
|
+
|
|
2475
|
+
|
|
2476
|
+
|
|
2477
|
+
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
|
|
2484
|
+
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
|
|
2488
|
+
|
|
2489
|
+
|
|
2490
|
+
|
|
2491
|
+
|
|
2492
|
+
|
|
2493
|
+
|
|
2494
|
+
|
|
2495
|
+
|
|
2496
|
+
|
|
2497
|
+
|
|
2498
|
+
|
|
2499
|
+
|
|
2500
|
+
|
|
2501
|
+
|
|
2502
|
+
|
|
2503
|
+
|
|
2504
|
+
|
|
2505
|
+
|
|
2506
|
+
|
|
2507
|
+
|
|
2508
|
+
|
|
2509
|
+
|
|
2510
|
+
|
|
2511
|
+
|
|
2512
|
+
|
|
2513
|
+
|
|
2514
|
+
|
|
2515
|
+
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
|
|
2519
|
+
|
|
2520
|
+
|
|
2521
|
+
|
|
2522
|
+
|
|
2523
|
+
|
|
2524
|
+
|
|
2525
|
+
|
|
2526
|
+
|
|
2527
|
+
|
|
2528
|
+
|
|
2529
|
+
|
|
2530
|
+
|
|
2531
|
+
|
|
2532
|
+
|
|
2533
|
+
|
|
2534
|
+
|
|
2535
|
+
|
|
2536
|
+
|
|
2537
|
+
|
|
2538
|
+
|
|
2539
|
+
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
|
|
2543
|
+
|
|
2544
|
+
|
|
2545
|
+
|
|
2546
|
+
|
|
2547
|
+
|
|
2548
|
+
|
|
2549
|
+
|
|
2550
|
+
|
|
2551
|
+
|
|
2552
|
+
|
|
2553
|
+
|
|
2554
|
+
|
|
2555
|
+
|
|
2556
|
+
|
|
2557
|
+
|
|
2558
|
+
|
|
2559
|
+
|
|
2560
|
+
|
|
2561
|
+
|
|
2562
|
+
|
|
2563
|
+
|
|
2564
|
+
|
|
2565
|
+
|
|
2566
|
+
|
|
2567
|
+
|
|
2568
|
+
|
|
2569
|
+
|
|
2570
|
+
|
|
2571
|
+
|
|
2572
|
+
|
|
2573
|
+
|
|
2574
|
+
|
|
2575
|
+
|
|
2576
|
+
|
|
2577
|
+
|
|
2578
|
+
|
|
2579
|
+
|
|
2580
|
+
|
|
2581
|
+
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
|
|
2585
|
+
|
|
2586
|
+
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
|
|
2590
|
+
|
|
2591
|
+
|
|
2592
|
+
|
|
2593
|
+
|
|
2594
|
+
|
|
2595
|
+
|
|
2596
|
+
|
|
2597
|
+
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
|
|
2603
|
+
|
|
2604
|
+
|
|
2605
|
+
|
|
2606
|
+
|
|
2607
|
+
|
|
2608
|
+
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
|
|
2612
|
+
|
|
2613
|
+
|
|
2614
|
+
|
|
2615
|
+
|
|
2616
|
+
|
|
2617
|
+
|
|
2618
|
+
|
|
2619
|
+
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
|
|
2623
|
+
|
|
2624
|
+
|
|
2625
|
+
|
|
2626
|
+
|
|
2627
|
+
|
|
2628
|
+
|
|
2629
|
+
|
|
2630
|
+
|
|
2631
|
+
|
|
2632
|
+
|
|
2633
|
+
|
|
2634
|
+
|
|
2635
|
+
|
|
2636
|
+
|
|
2637
|
+
|
|
2638
|
+
|
|
2639
|
+
|
|
2640
|
+
|
|
2641
|
+
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
|
|
2647
|
+
|
|
2648
|
+
|
|
2649
|
+
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
|
|
2653
|
+
|
|
2654
|
+
|
|
2655
|
+
|
|
2656
|
+
|
|
2657
|
+
|
|
2658
|
+
|
|
2659
|
+
|
|
2660
|
+
|
|
2661
|
+
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
|
|
2666
|
+
|
|
2667
|
+
|
|
2668
|
+
|
|
2669
|
+
|
|
2670
|
+
|
|
2671
|
+
|
|
2672
|
+
|
|
2673
|
+
|
|
2674
|
+
|
|
2675
|
+
|
|
2676
|
+
|
|
2677
|
+
|
|
2678
|
+
|
|
2679
|
+
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
|
|
2683
|
+
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
|
|
2687
|
+
|
|
2688
|
+
|
|
2689
|
+
|
|
2690
|
+
|
|
2691
|
+
|
|
2692
|
+
|
|
2693
|
+
|
|
2694
|
+
|
|
2695
|
+
|
|
2696
|
+
|
|
2697
|
+
|
|
2698
|
+
|
|
2699
|
+
|
|
2700
|
+
|
|
2701
|
+
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
|
|
2708
|
+
|
|
2709
|
+
|
|
2710
|
+
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
|
|
2714
|
+
|
|
2715
|
+
|
|
2716
|
+
|
|
2717
|
+
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
|
|
2722
|
+
|
|
2723
|
+
|
|
2724
|
+
|
|
2725
|
+
|
|
2726
|
+
|
|
2727
|
+
|
|
2728
|
+
|
|
2729
|
+
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
|
|
2733
|
+
|
|
2734
|
+
|
|
2735
|
+
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
|
|
2739
|
+
|
|
2740
|
+
|
|
2741
|
+
|
|
2742
|
+
|
|
2743
|
+
|
|
2744
|
+
|
|
2745
|
+
|
|
2746
|
+
|
|
2747
|
+
|
|
2748
|
+
|
|
2749
|
+
|
|
2750
|
+
|
|
2751
|
+
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
|
|
2755
|
+
|
|
2756
|
+
|
|
2757
|
+
|
|
2758
|
+
|
|
2759
|
+
|
|
2760
|
+
|
|
2761
|
+
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
|
|
2765
|
+
|
|
2766
|
+
|
|
2767
|
+
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
|
|
2773
|
+
|
|
2774
|
+
|
|
2775
|
+
|
|
2776
|
+
|
|
2777
|
+
|
|
2778
|
+
|
|
2779
|
+
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
|
|
2783
|
+
|
|
2784
|
+
|
|
2785
|
+
|
|
2786
|
+
|
|
2787
|
+
|
|
2788
|
+
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
|
|
2792
|
+
|
|
2793
|
+
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
|
|
2800
|
+
|
|
2801
|
+
|
|
2802
|
+
|
|
2803
|
+
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
|
|
2807
|
+
|
|
2808
|
+
|
|
2809
|
+
|
|
2810
|
+
|
|
2811
|
+
|
|
2812
|
+
|
|
2813
|
+
|
|
2814
|
+
|
|
2815
|
+
|
|
2816
|
+
|
|
2817
|
+
|
|
2818
|
+
|
|
2819
|
+
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
|
|
2824
|
+
|
|
2825
|
+
|
|
2826
|
+
|
|
2827
|
+
|
|
2828
|
+
|
|
2829
|
+
|
|
2830
|
+
|
|
2831
|
+
|
|
2832
|
+
|
|
2833
|
+
/* The input */
|
|
1940
2834
|
.tags-input {
|
|
1941
2835
|
display: flex;
|
|
1942
2836
|
flex-wrap: wrap;
|
|
@@ -1950,28 +2844,29 @@
|
|
|
1950
2844
|
.tags-input input:focus {
|
|
1951
2845
|
outline: none;
|
|
1952
2846
|
}
|
|
1953
|
-
.tags-input input[type=text] {
|
|
2847
|
+
.tags-input input[type='text'] {
|
|
1954
2848
|
color: #495057;
|
|
1955
2849
|
}
|
|
1956
2850
|
.tags-input-wrapper-default {
|
|
1957
|
-
padding: .5rem .25rem;
|
|
2851
|
+
padding: 0.5rem 0.25rem;
|
|
1958
2852
|
background: #fff;
|
|
1959
2853
|
border: 1px solid transparent;
|
|
1960
2854
|
border-color: #dbdbdb;
|
|
1961
|
-
border-radius: .25rem;
|
|
2855
|
+
border-radius: 0.25rem;
|
|
1962
2856
|
}
|
|
2857
|
+
|
|
2858
|
+
/* The tag badges & the remove icon */
|
|
1963
2859
|
.tags-input span {
|
|
1964
|
-
margin-right: .3rem;
|
|
2860
|
+
margin-right: 0.3rem;
|
|
1965
2861
|
}
|
|
1966
2862
|
.tags-input-remove {
|
|
1967
2863
|
position: relative;
|
|
1968
2864
|
display: inline-block;
|
|
1969
|
-
width: .5rem;
|
|
1970
|
-
height: .5rem;
|
|
2865
|
+
width: 0.5rem;
|
|
2866
|
+
height: 0.5rem;
|
|
1971
2867
|
cursor: pointer;
|
|
1972
2868
|
}
|
|
1973
|
-
.tags-input-remove
|
|
1974
|
-
.tags-input-remove:after {
|
|
2869
|
+
.tags-input-remove::before, .tags-input-remove::after {
|
|
1975
2870
|
position: absolute;
|
|
1976
2871
|
top: 50%;
|
|
1977
2872
|
left: 0;
|
|
@@ -1979,41 +2874,49 @@
|
|
|
1979
2874
|
height: 2px;
|
|
1980
2875
|
margin-top: -1px;
|
|
1981
2876
|
background: #ea0000;
|
|
1982
|
-
content:
|
|
2877
|
+
content: '';
|
|
1983
2878
|
}
|
|
1984
|
-
.tags-input-remove
|
|
2879
|
+
.tags-input-remove::before {
|
|
1985
2880
|
transform: rotate(45deg);
|
|
1986
2881
|
}
|
|
1987
|
-
.tags-input-remove
|
|
2882
|
+
.tags-input-remove::after {
|
|
1988
2883
|
transform: rotate(-45deg);
|
|
1989
2884
|
}
|
|
2885
|
+
|
|
2886
|
+
/* Tag badge styles */
|
|
1990
2887
|
.tags-input-badge {
|
|
1991
2888
|
display: inline-block;
|
|
1992
|
-
padding: .25em .4em;
|
|
2889
|
+
padding: 0.25em 0.4em;
|
|
1993
2890
|
font-weight: 700;
|
|
1994
2891
|
font-size: 75%;
|
|
1995
2892
|
line-height: 1;
|
|
1996
2893
|
white-space: nowrap;
|
|
1997
2894
|
text-align: center;
|
|
1998
2895
|
vertical-align: baseline;
|
|
1999
|
-
border-radius: .25rem;
|
|
2896
|
+
border-radius: 0.25rem;
|
|
2000
2897
|
}
|
|
2001
2898
|
.tags-input-badge-pill {
|
|
2002
|
-
padding-right: .6em;
|
|
2003
|
-
padding-left: .6em;
|
|
2899
|
+
padding-right: 0.6em;
|
|
2900
|
+
padding-left: 0.6em;
|
|
2004
2901
|
border-radius: 10rem;
|
|
2005
2902
|
}
|
|
2006
2903
|
.tags-input-badge-selected-default {
|
|
2007
2904
|
color: #212529;
|
|
2008
2905
|
background-color: #f0f1f2;
|
|
2009
2906
|
}
|
|
2907
|
+
|
|
2908
|
+
/* Typeahead */
|
|
2010
2909
|
.typeahead-hide-btn {
|
|
2011
2910
|
color: #999 !important;
|
|
2012
2911
|
}
|
|
2912
|
+
|
|
2913
|
+
/* Typeahead - badges */
|
|
2013
2914
|
.typeahead-badges > span {
|
|
2014
|
-
margin-right: .3rem;
|
|
2915
|
+
margin-right: 0.3rem;
|
|
2015
2916
|
cursor: pointer;
|
|
2016
2917
|
}
|
|
2918
|
+
|
|
2919
|
+
/* Typeahead - dropdown */
|
|
2017
2920
|
.typeahead-dropdown {
|
|
2018
2921
|
position: absolute;
|
|
2019
2922
|
top: 50px;
|
|
@@ -2029,16 +2932,19 @@
|
|
|
2029
2932
|
box-shadow: 0 0 5px #d7d7d7;
|
|
2030
2933
|
}
|
|
2031
2934
|
.typeahead-dropdown li {
|
|
2032
|
-
padding: .25rem 1rem;
|
|
2935
|
+
padding: 0.25rem 1rem;
|
|
2033
2936
|
cursor: pointer;
|
|
2034
2937
|
}
|
|
2938
|
+
|
|
2939
|
+
/* Typeahead elements style/theme */
|
|
2035
2940
|
.tags-input-typeahead-item-default {
|
|
2036
|
-
color:
|
|
2037
|
-
background-color:
|
|
2941
|
+
color: grey;
|
|
2942
|
+
background-color: white;
|
|
2038
2943
|
}
|
|
2039
2944
|
.tags-input-typeahead-item-highlighted-default {
|
|
2040
2945
|
background-color: #f5f7fa;
|
|
2041
2946
|
}
|
|
2947
|
+
|
|
2042
2948
|
.watermark {
|
|
2043
2949
|
position: absolute;
|
|
2044
2950
|
top: 0;
|
|
@@ -2049,6 +2955,12 @@
|
|
|
2049
2955
|
height: 100%;
|
|
2050
2956
|
pointer-events: none;
|
|
2051
2957
|
}
|
|
2958
|
+
/* 全局公共颜色配置 */ /* 全局公共尺寸配置 */
|
|
2959
|
+
/* 应用头部高度 */
|
|
2960
|
+
/* 页面宽度 */
|
|
2961
|
+
/* 侧栏宽度 */
|
|
2962
|
+
/* 标签高度 */
|
|
2963
|
+
/* 页面头部工具条高度 */
|
|
2052
2964
|
.x-dialog .el-dialog__footer {
|
|
2053
2965
|
padding: 10px;
|
|
2054
2966
|
}
|
|
@@ -2057,4 +2969,4 @@
|
|
|
2057
2969
|
}
|
|
2058
2970
|
.x-dialog .x-dialog-content {
|
|
2059
2971
|
max-height: 80vh;
|
|
2060
|
-
}
|
|
2972
|
+
}
|