From e36d04fc335547bc293078a77924c94a31e99cdc Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Fri, 15 May 2020 16:51:54 +0800 Subject: [PATCH] 发布问卷做问卷总分值100的最大限制 --- SunshineIns/src/conf/reset.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SunshineIns/src/conf/reset.scss b/SunshineIns/src/conf/reset.scss index f63a5a2..69b1750 100644 --- a/SunshineIns/src/conf/reset.scss +++ b/SunshineIns/src/conf/reset.scss @@ -44,14 +44,14 @@ height: 100vh; } .table-vaule1{ - width: 10%; + width: 25%; } .table-vaule2 { width: 50%; color: #000; } .table-vaule3{ - width: 10%; + width: 25%; } .table-vaule4 { color: #000; -- Gitblit v1.8.0