From 1c2cff658f6ea63c378d03ac5d05e68a83a59659 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Fri, 9 Feb 2018 10:07:44 +0800
Subject: [PATCH] textarea
---
app/views/statistics/show.html.erb | 2 +-
public/stylesheets/css/public.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/views/statistics/show.html.erb b/app/views/statistics/show.html.erb
index 33c371735..534f66f74 100644
--- a/app/views/statistics/show.html.erb
+++ b/app/views/statistics/show.html.erb
@@ -8,7 +8,7 @@
-
<%= @statistic.description %>
+
diff --git a/public/stylesheets/css/public.css b/public/stylesheets/css/public.css
index 5a2a6d5e1..e14ce29a5 100644
--- a/public/stylesheets/css/public.css
+++ b/public/stylesheets/css/public.css
@@ -1002,4 +1002,4 @@ span.down{display: block;position: absolute;top: 13px;right: 4px;width: 12px;hei
.data_showdetail{background: #fff;padding: 20px 15px;margin-top: 20px;font-size: 15px}
.data_showdetail .detail_part{margin-bottom: 15px;}
.data_showdetail .detail_part label{width: 13%;padding-right: 10px;box-sizing: border-box;text-align: right;display: block;float: left}
-.detail_des{border:none;padding: 0px;float: left;max-width: 818px;word-wrap: break-word;}
\ No newline at end of file
+.detail_des{border:none;padding: 0px;float: left;width: 818px;word-wrap: break-word;font-size: 14px;outline: none;}
\ No newline at end of file