修改间距ex为em

This commit is contained in:
weiye.wang 2023-04-26 22:44:32 +08:00
parent d8eba5666e
commit 2fbc5ca20f
4 changed files with 8932 additions and 8932 deletions

View File

@ -85,7 +85,7 @@ for p_and_suffix in problems:
NewProblem["genre"] = "选择题"
else:
NewProblem["genre"] = "解答题"
NewProblem["space"] = "12ex"
NewProblem["space"] = "4em"
print("添加题号"+pid+", "+"来源: " + origin)
pro_dict[pid] = NewProblem
id += 1

View File

@ -34,7 +34,7 @@
" print(p,\"填空题\")\n",
" else:\n",
" pro_dict[p][\"genre\"] = \"解答题\"\n",
" pro_dict[p][\"space\"] = \"12ex\"\n",
" pro_dict[p][\"space\"] = \"4em\"\n",
" print(p,\"解答题\")\n",
"\n",
"#将修改结果写入json数据库\n",

View File

@ -18,7 +18,7 @@ for p in pro_dict:
print(p,"填空题")
else:
pro_dict[p]["genre"] = "解答题"
pro_dict[p]["space"] = "12ex"
pro_dict[p]["space"] = "4em"
print(p,"解答题")
#将修改结果写入json数据库

File diff suppressed because it is too large Load Diff