@ecan-bi/datav 1.0.79 → 1.0.80
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 +16 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +16 -11
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +9 -8
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.0.
|
|
1
|
+
/*! @ecan-bi/datav@1.0.80 */
|
|
2
2
|
x-vue-echarts{display:block;width:100%;height:100%}
|
|
3
3
|
.spin-wrapper {
|
|
4
4
|
position: relative;
|
|
@@ -249,10 +249,10 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
249
249
|
[datav-theme='darkBlue'] .ecan-date-picker-dropdown .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
|
|
250
250
|
background: #1890ff;
|
|
251
251
|
}
|
|
252
|
-
.ecan-select[data-v-
|
|
252
|
+
.ecan-select[data-v-1eb4535b] .ant-select-selector {
|
|
253
253
|
height: 100% !important;
|
|
254
254
|
}
|
|
255
|
-
.select[data-v-
|
|
255
|
+
.select[data-v-1eb4535b] {
|
|
256
256
|
width: 100%;
|
|
257
257
|
height: 100%;
|
|
258
258
|
}
|
|
@@ -634,16 +634,17 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
634
634
|
[datav-theme='darkBlue'] .ecan-modal .anticon-close > svg > path {
|
|
635
635
|
fill: #fff;
|
|
636
636
|
}
|
|
637
|
-
.ecan-tabs[data-v-
|
|
637
|
+
.ecan-tabs[data-v-0becf31e] {
|
|
638
638
|
display: flex;
|
|
639
639
|
flex-direction: column;
|
|
640
640
|
}
|
|
641
|
-
.tabs-header[data-v-
|
|
641
|
+
.tabs-header[data-v-0becf31e] {
|
|
642
642
|
width: 100%;
|
|
643
643
|
color: #333333;
|
|
644
644
|
display: flex;
|
|
645
|
+
padding: 0 10px;
|
|
645
646
|
}
|
|
646
|
-
.tab[data-v-
|
|
647
|
+
.tab[data-v-0becf31e] {
|
|
647
648
|
background-size: 100% 100%;
|
|
648
649
|
background-repeat: no-repeat;
|
|
649
650
|
cursor: default;
|
|
@@ -651,10 +652,10 @@ x-vue-echarts{display:block;width:100%;height:100%}
|
|
|
651
652
|
justify-content: center;
|
|
652
653
|
align-items: center;
|
|
653
654
|
}
|
|
654
|
-
.tab[data-v-
|
|
655
|
+
.tab[data-v-0becf31e]:last-child {
|
|
655
656
|
margin-right: 0 !important;
|
|
656
657
|
}
|
|
657
|
-
.tabs-content[data-v-
|
|
658
|
+
.tabs-content[data-v-0becf31e] {
|
|
658
659
|
flex: 1;
|
|
659
660
|
}
|
|
660
661
|
.image-placeholder[data-v-ab94aeb2] {
|