fix:版本发布2.0.1-2024062701

main
liu.shiyi 9 months ago
parent b044f86717
commit 341263589a

@ -1,6 +1,6 @@
{ {
"name": "@gcpaas/data-room-ui", "name": "@gcpaas/data-room-ui",
"version": "2.0.1-2024053101", "version": "2.0.1-2024062701",
"description": "自定义大屏", "description": "自定义大屏",
"author": "gcpaas", "author": "gcpaas",
"license": "Apache-2.0", "license": "Apache-2.0",

@ -84,6 +84,9 @@
> >
<el-input-number <el-input-number
v-model="config.customize.normal.lineCurveness" v-model="config.customize.normal.lineCurveness"
:min="0"
:max="1"
:step="0.1"
class="bs-el-input-number" class="bs-el-input-number"
/> />
</el-form-item> </el-form-item>

@ -90,7 +90,7 @@ export const sankeyData = {
icon: Icon.getNameList()[35], icon: Icon.getNameList()[35],
border: { type: '', titleHeight: 60, fontSize: 16, isTitle: true, padding: [0, 0, 0, 0] }, border: { type: '', titleHeight: 60, fontSize: 16, isTitle: true, padding: [0, 0, 0, 0] },
className: className:
'com.gccloud.dataroom.core.module.chart.components.ScreenCandlestickChart', 'com.gccloud.dataroom.core.module.chart.components.ScreenSankeyChart',
w: 450, w: 450,
h: 320, h: 320,
x: 0, x: 0,

Loading…
Cancel
Save