From c73e68680f1884ed9e2260ea9c5dcde8e4d48615 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期三, 24 十月 2018 15:50:01 +0800
Subject: [PATCH] 饼状图

---
 gx_tieta/WebRoot/css/common.css |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/gx_tieta/WebRoot/css/common.css b/gx_tieta/WebRoot/css/common.css
index f93a87f..ca62ed6 100644
--- a/gx_tieta/WebRoot/css/common.css
+++ b/gx_tieta/WebRoot/css/common.css
@@ -71,4 +71,29 @@
 }
 .whyc-sider-menu .treeView-progressBar-container {
 	display: none;
+}
+
+.tpl-tbl-opts-tbl {
+	margin-top: -20px;
+	margin-left: -15px;
+	margin-right: -15px;
+}
+.tpl-tbl-opts-header {
+	position: relative;
+}
+.tpl-tbl-opts-header table {
+	width: 100%;
+}
+.tpl-tbl-opts-header table th{
+	padding-left: 8px;
+	padding-right: 8px;
+	line-height: 32px;
+	text-align: center;
+	background-image: url('../image/table_th_bg.gif');
+	background-repeat: repeat-x;
+	border: 1px solid #ccc;
+}
+.tpl-tbl-opts-header table td {
+	text-align: center;
+	border: 1px solid #ccc;
 }
\ No newline at end of file

--
Gitblit v1.9.1