Kaynağa Gözat

fix:版本发布2.0.1-2024062701

liu.shiyi 11 ay önce
ebeveyn
işleme
341263589a

+ 1 - 1
data-room-ui/package.json

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

+ 3 - 0
data-room-ui/packages/BasicComponents/Sankey/setting.vue

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

+ 1 - 1
data-room-ui/packages/BasicComponents/Sankey/settingConfig.js

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