@ecan-bi/datav 1.0.46 → 1.0.47

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
@@ -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-d53b6936] {
396
+ .ecan-tabs[data-v-55d33fb6] {
397
397
  display: flex;
398
398
  flex-direction: column;
399
399
  }
400
- .tabs-header[data-v-d53b6936] {
400
+ .tabs-header[data-v-55d33fb6] {
401
401
  color: #333333;
402
402
  display: flex;
403
403
  width: 100%;
404
404
  }
405
- .tab[data-v-d53b6936] {
405
+ .tab[data-v-55d33fb6] {
406
406
  background-size: 100% 100%;
407
407
  background-repeat: no-repeat;
408
408
  padding: 0 12px;
409
409
  cursor: default;
410
410
  }
411
- .tab-inner[data-v-d53b6936] {
411
+ .tab-inner[data-v-55d33fb6] {
412
412
  padding: 12px 0;
413
413
  }
414
- .tab[data-v-d53b6936]:last-child {
414
+ .tab[data-v-55d33fb6]:last-child {
415
415
  margin-right: 0 !important;
416
416
  }
417
- .tabs-content[data-v-d53b6936] {
417
+ .tabs-content[data-v-55d33fb6] {
418
418
  flex: 1;
419
419
  }
420
420
  .full-modal .ant-modal {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",