Skip to content

Commit 69e7394

Browse files
committed
VueUiMolecule added component
1 parent cd2d7ad commit 69e7394

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "1.9.57",
4+
"version": "1.9.58",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-molecule.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ function generateCsv() {
416416
:style="`font-family:${moleculeConfig.style.fontFamily};width:100%; text-align:center;background:${moleculeConfig.style.chart.backgroundColor}`"
417417
:id="`cluster_${uid}`">
418418

419-
<div v-if="moleculeConfig.style.chart.title.text" :style="`width:100%;background:${moleculeConfig.style.chart.backgroundColor};padding-bottom:24px`">
419+
<div v-if="moleculeConfig.style.chart.title.text" :style="`width:100%;background:${moleculeConfig.style.chart.backgroundColor};`">
420420
<Title
421421
:config="{
422422
title: {

0 commit comments

Comments
 (0)