File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-data-ui" ,
33 "private" : false ,
4- "version" : " 2.0.52 " ,
4+ "version" : " 2.0.53 " ,
55 "type" : " module" ,
66 "description" : " A user-empowering data visualization Vue components library" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ onMounted(() => {
5151 </script >
5252
5353<template >
54- <div :class =" `vue-ui-kpi ${kpiConfig.layoutClass}`" :style =" `${kpiConfig.layoutCss}`" >
54+ <div :class =" `vue-ui-kpi ${kpiConfig.layoutClass}`" :style =" `background:${kpiConfig.backgroundColor}; ${kpiConfig.layoutCss}`" >
5555 <div :class =" `vue-ui-kpi-title ${kpiConfig.titleClass}`" :style =" `font-family: ${kpiConfig.fontFamily}; font-size:${kpiConfig.titleFontSize}px; color:${kpiConfig.titleColor}; font-weight:${kpiConfig.titleBold ? 'bold' : 'normal'}; ${kpiConfig.titleCss}`" >
5656 <slot name =" title" :comment =" dataset" ></slot >
5757 {{ kpiConfig.title }}
You can’t perform that action at this time.
0 commit comments