From 56c564a51d376a59c47f9943f6265510fa6951e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Thu, 18 Apr 2019 14:32:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E7=9A=84=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/exercise/_new_shixun.html.erb | 4 ++-- public/stylesheets/educoder/edu-main.css | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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