@ecan-bi/datav 1.0.63 → 1.0.66
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 +53 -27
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +53 -27
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +13 -14
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -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-95ca32ca] {
|
|
175
175
|
overflow: hidden;
|
|
176
176
|
}
|
|
177
|
-
.progress[data-v-
|
|
177
|
+
.progress[data-v-95ca32ca] {
|
|
178
178
|
width: 100%;
|
|
179
179
|
height: 100%;
|
|
180
180
|
}
|
|
181
|
-
.format[data-v-
|
|
181
|
+
.format[data-v-95ca32ca] {
|
|
182
182
|
margin: 0 auto;
|
|
183
183
|
}
|
|
184
184
|
.input[data-v-506cf42a] {
|
|
@@ -633,31 +633,30 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
633
633
|
[datav-theme='darkBlue'] .ecan-modal .anticon-close > svg > path {
|
|
634
634
|
fill: #fff;
|
|
635
635
|
}
|
|
636
|
-
.ecan-tabs[data-v-
|
|
636
|
+
.ecan-tabs[data-v-019ea41f] {
|
|
637
637
|
display: flex;
|
|
638
638
|
flex-direction: column;
|
|
639
639
|
}
|
|
640
|
-
.tabs-header[data-v-
|
|
640
|
+
.tabs-header[data-v-019ea41f] {
|
|
641
|
+
width: 100%;
|
|
641
642
|
color: #333333;
|
|
642
643
|
display: flex;
|
|
643
|
-
width: 100%;
|
|
644
|
-
padding: 0 12px;
|
|
645
644
|
}
|
|
646
|
-
.tab[data-v-
|
|
645
|
+
.tab[data-v-019ea41f] {
|
|
647
646
|
background-size: 100% 100%;
|
|
648
647
|
background-repeat: no-repeat;
|
|
649
648
|
cursor: default;
|
|
649
|
+
display: flex;
|
|
650
|
+
justify-content: center;
|
|
651
|
+
align-items: center;
|
|
650
652
|
}
|
|
651
|
-
.tab
|
|
652
|
-
padding: 12px 0;
|
|
653
|
-
}
|
|
654
|
-
.tab[data-v-20bbeaac]:last-child {
|
|
653
|
+
.tab[data-v-019ea41f]:last-child {
|
|
655
654
|
margin-right: 0 !important;
|
|
656
655
|
}
|
|
657
|
-
.tabs-content[data-v-
|
|
656
|
+
.tabs-content[data-v-019ea41f] {
|
|
658
657
|
flex: 1;
|
|
659
658
|
}
|
|
660
|
-
.image-placeholder[data-v-
|
|
659
|
+
.image-placeholder[data-v-ab94aeb2] {
|
|
661
660
|
display: grid;
|
|
662
661
|
place-content: center;
|
|
663
662
|
border: 1px solid #d9d9d9;
|