瀏覽代碼

fix bug_7564 (#7625)

xiangzihao 3 年之前
父節點
當前提交
82db009781

+ 1 - 1
dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue

@@ -56,7 +56,7 @@
             <el-input
                     type="input"
                     v-model="host"
-                    maxlength="60"
+                    maxlength="255"
                     size="small"
                     :placeholder="$t('Please enter IP')">
             </el-input>