@ecan-bi/datav 1.0.46 → 1.0.49
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.es.js +17 -16
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +17 -16
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +12 -12
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -10,7 +10,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
10
10
|
left: 50%;
|
|
11
11
|
transform: translate(-50%, -50%);
|
|
12
12
|
}
|
|
13
|
-
#container[data-v-
|
|
13
|
+
#container[data-v-c850087e] {
|
|
14
14
|
position: fixed;
|
|
15
15
|
top: 0;
|
|
16
16
|
left: 0;
|
|
@@ -18,7 +18,7 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
18
18
|
transform-origin: left top;
|
|
19
19
|
z-index: 999;
|
|
20
20
|
}
|
|
21
|
-
.page-config[data-v-
|
|
21
|
+
.page-config[data-v-c850087e] {
|
|
22
22
|
position: relative;
|
|
23
23
|
overflow: hidden;
|
|
24
24
|
background-size: cover;
|
|
@@ -171,14 +171,14 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
171
171
|
[datav-theme='darkBlue'] .ecan-list .empty {
|
|
172
172
|
color: #ffffff;
|
|
173
173
|
}
|
|
174
|
-
.ecan-proportion[data-v-
|
|
174
|
+
.ecan-proportion[data-v-206755e6] {
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
}
|
|
177
|
-
.progress[data-v-
|
|
177
|
+
.progress[data-v-206755e6] {
|
|
178
178
|
width: 100%;
|
|
179
179
|
height: 100%;
|
|
180
180
|
}
|
|
181
|
-
.format[data-v-
|
|
181
|
+
.format[data-v-206755e6] {
|
|
182
182
|
margin: 0 auto;
|
|
183
183
|
}
|
|
184
184
|
.input[data-v-506cf42a] {
|
|
@@ -393,28 +393,28 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
393
393
|
justify-content: center;
|
|
394
394
|
align-items: center;
|
|
395
395
|
}
|
|
396
|
-
.ecan-tabs[data-v-
|
|
396
|
+
.ecan-tabs[data-v-42d546a2] {
|
|
397
397
|
display: flex;
|
|
398
398
|
flex-direction: column;
|
|
399
399
|
}
|
|
400
|
-
.tabs-header[data-v-
|
|
400
|
+
.tabs-header[data-v-42d546a2] {
|
|
401
401
|
color: #333333;
|
|
402
402
|
display: flex;
|
|
403
403
|
width: 100%;
|
|
404
|
+
padding: 0 12px;
|
|
404
405
|
}
|
|
405
|
-
.tab[data-v-
|
|
406
|
+
.tab[data-v-42d546a2] {
|
|
406
407
|
background-size: 100% 100%;
|
|
407
408
|
background-repeat: no-repeat;
|
|
408
|
-
padding: 0 12px;
|
|
409
409
|
cursor: default;
|
|
410
410
|
}
|
|
411
|
-
.tab-inner[data-v-
|
|
411
|
+
.tab-inner[data-v-42d546a2] {
|
|
412
412
|
padding: 12px 0;
|
|
413
413
|
}
|
|
414
|
-
.tab[data-v-
|
|
414
|
+
.tab[data-v-42d546a2]:last-child {
|
|
415
415
|
margin-right: 0 !important;
|
|
416
416
|
}
|
|
417
|
-
.tabs-content[data-v-
|
|
417
|
+
.tabs-content[data-v-42d546a2] {
|
|
418
418
|
flex: 1;
|
|
419
419
|
}
|
|
420
420
|
.full-modal .ant-modal {
|