From 818535492fb9ecffb3e24d068c89ed5baeaab373 Mon Sep 17 00:00:00 2001
From: caishi <1149225589@qq.com>
Date: Fri, 9 Feb 2018 11:04:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=9B=BE=E7=89=87=E5=BC=B9?=
=?UTF-8?q?=E6=A1=86=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/views/statistics/_form.html.erb | 8 ++++----
public/stylesheets/css/public.css | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/app/views/statistics/_form.html.erb b/app/views/statistics/_form.html.erb
index b907c1931..140e44a7d 100644
--- a/app/views/statistics/_form.html.erb
+++ b/app/views/statistics/_form.html.erb
@@ -15,12 +15,12 @@
<% end %>
-
+
<%= f.text_field :name, :class => "wb85" %>
请输入数据名称
-
+
<%= f.select :main_category_id, (@main_categories.collect { |mc| [mc.name, mc.id] }),
{:no_label => true}, :onchange => 'getSubCategory(this.options[this.options.selectedIndex].value)',
:class => "w150" %>
@@ -31,13 +31,13 @@
-
+
<%= f.text_area :description, :class => "wb85 h200 mb20", :style => "display: none;" %>
-
+
<%= render :partial => 'attachments/form_statistic', :locals => {:container => @statistic, :isReply => @isReply} %>
diff --git a/public/stylesheets/css/public.css b/public/stylesheets/css/public.css
index 3e0368487..c588072dd 100644
--- a/public/stylesheets/css/public.css
+++ b/public/stylesheets/css/public.css
@@ -952,9 +952,9 @@ a.syllabusbox_a_blue{ color:#3b94d6;}
.mainCon{position: relative;min-height: 100%;height: auto !important;height: 100%;}
.pos_footer{position: absolute;bottom: 0;width: 100%;clear: both;z-index: 99999; }
#create_new_statis form div.field{clear: both;zoom: 1;}
-#create_new_statis form label{float: left;width: 10%;text-align: center;font-size: 14px;height: 35px;line-height: 35px;}
-#create_new_statis form label span{color: red}
-#create_new_statis .line_field input,#create_new_statis .line_field select{float: left;height: 35px;line-height: 35px;border-radius: 4px;}
+#create_new_statis form label.field_lab{float: left;width: 10%;text-align: center;font-size: 14px;height: 35px;line-height: 35px;}
+#create_new_statis form label.field_lab span{color: red}
+#create_new_statis .line_field input[type='text'],#create_new_statis .line_field select{float: left;height: 35px;line-height: 35px;border-radius: 4px;}
.input_tag{height: 30px!important;border-radius: 3px!important;width: 160px}
.tag_modal span{display: inline-block;border-radius: 3px;border:1px solid #dddddd;background: #FFFFFF;padding: 3px 7px;margin-right: 5px ;margin-top: 3px}
.tag_del{cursor: pointer}