Skip to content

Commit

Permalink
`
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Feb 18, 2024
1 parent ceaf1e1 commit f725843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/scratch/my_scratch_projects.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
description: "请输入简介",
confirmText: "确认",
cancelText: "取消",
textFieldOptions:{value: defaultinfo},
textFieldOptions:{value: defaultinfo,autosize : '1',maxlength: "1000" ,counter : '1'},
onConfirm: (value) => AjaxFn('/my/scratch/setdescription', { 'id': id, description: value }, function (res) {
automsg(res['msg']);
if ('success' == res['status']) {
Expand Down

0 comments on commit f725843

Please sign in to comment.