@ecan-bi/datav 1.0.63 → 1.0.64
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 +10 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +10 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +10 -11
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -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;
|