From 8c2a289f6646a50edb6d5680f0f4bfa9d2c201f9 Mon Sep 17 00:00:00 2001 From: zhukejun Date: Tue, 3 Sep 2013 10:56:24 +0800 Subject: [PATCH] Update code_campo.scss MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 回复的table宽度会超长,是不是该甚至成固定宽度? --- app/assets/stylesheets/code_campo.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/code_campo.scss b/app/assets/stylesheets/code_campo.scss index ed22910..71201ca 100644 --- a/app/assets/stylesheets/code_campo.scss +++ b/app/assets/stylesheets/code_campo.scss @@ -96,6 +96,8 @@ table.clear-table { table.item-list { width: 100%; + table-layout: fixed; + width: 800px; tr { border-top: 1px solid #DDD;