From 17059272280993287102bd350a33a0cbef366297 Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期五, 26 十月 2018 15:51:45 +0800 Subject: [PATCH] 修复表格不对齐问题 --- gx_tieta/WebRoot/css/charge_test_style.css | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/css/charge_test_style.css b/gx_tieta/WebRoot/css/charge_test_style.css index 8112e62..6e01def 100644 --- a/gx_tieta/WebRoot/css/charge_test_style.css +++ b/gx_tieta/WebRoot/css/charge_test_style.css @@ -258,6 +258,9 @@ top:0; left:0; } +#charge_thr_th th{ + text-align: center; +} #charge_thr_th td{ padding:4px 0; text-align:center; -- Gitblit v1.9.1