@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/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! @ecan-bi/datav@1.0.79 */
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-7d518f80] .ant-select-selector {
252
+ .ecan-select[data-v-1eb4535b] .ant-select-selector {
253
253
  height: 100% !important;
254
254
  }
255
- .select[data-v-7d518f80] {
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-019ea41f] {
637
+ .ecan-tabs[data-v-0becf31e] {
638
638
  display: flex;
639
639
  flex-direction: column;
640
640
  }
641
- .tabs-header[data-v-019ea41f] {
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-019ea41f] {
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-019ea41f]:last-child {
655
+ .tab[data-v-0becf31e]:last-child {
655
656
  margin-right: 0 !important;
656
657
  }
657
- .tabs-content[data-v-019ea41f] {
658
+ .tabs-content[data-v-0becf31e] {
658
659
  flex: 1;
659
660
  }
660
661
  .image-placeholder[data-v-ab94aeb2] {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",