Просмотр исходного кода

fix: 表单中备注文本输入框默认行数修改为2行

wu.jian2 1 год назад
Родитель
Сommit
5f084dcfd1

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/CustomEditForm.vue

@@ -698,7 +698,7 @@
                   clearable
                   class="bs-el-input"
                   placeholder="请输入备注"
-                  rows="4"
+                  rows="2"
                   maxlength="200"
                 />
               </template>

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/JsComponents/ParamsSettingDialog.vue

@@ -107,7 +107,7 @@
                 clearable
                 class="bs-el-input"
                 placeholder="请输入备注"
-                rows="4"
+                rows="2"
                 maxlength="200"
               />
             </template>

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue

@@ -478,7 +478,7 @@
                   clearable
                   class="bs-el-input"
                   placeholder="请输入备注"
-                  rows="4"
+                  rows="2"
                   maxlength="200"
                 />
               </template>

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/StoredProcedureEditForm.vue

@@ -515,7 +515,7 @@
                   clearable
                   class="bs-el-input"
                   placeholder="请输入备注"
-                  rows="4"
+                  rows="2"
                   maxlength="200"
                 />
               </template>