diff --git a/app/views/exercise/_new_shixun.html.erb b/app/views/exercise/_new_shixun.html.erb index 63039cb3..49f8c03f 100644 --- a/app/views/exercise/_new_shixun.html.erb +++ b/app/views/exercise/_new_shixun.html.erb @@ -53,7 +53,7 @@
*分值: - 分/题 + 分/题
*大于等于0,且不能大于100
*不能为空
*必须大于等于0
@@ -62,7 +62,7 @@
* - 随机出题量: 题 + 随机出题量:
*不能为空
*必须为正整数
*不能大于可用题数
diff --git a/public/stylesheets/educoder/edu-main.css b/public/stylesheets/educoder/edu-main.css index 6cdcb571..3ef4660d 100644 --- a/public/stylesheets/educoder/edu-main.css +++ b/public/stylesheets/educoder/edu-main.css @@ -1027,4 +1027,8 @@ html>body #ajax-indicator { position: fixed; } .colorFF8121s{ color:#FF8121; +} +.inputwidth80p{ + width: 80px; + text-align: center; } \ No newline at end of file