From 83525e61525b8cbe4c8e0eee48b35c592fd20954 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 21 Aug 2019 09:40:35 +0800 Subject: [PATCH] * finish task #6249. --- module/task/css/view.css | 2 -- module/task/css/view.en.css | 1 + module/task/css/view.zh-cn.css | 1 + module/task/css/view.zh-tw.css | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/module/task/css/view.css b/module/task/css/view.css index f925220cde..477b3695b5 100644 --- a/module/task/css/view.css +++ b/module/task/css/view.css @@ -1,5 +1,3 @@ .side-col .cell{padding:0px;} .side-col #legendProjectAndTask .list-unstyled{padding:10px; border:1px solid #ddd; border-top:0px; margin:0px;} .tab-pane table {border: 1px solid #ddd; border-top: none;} - -html[lang^='zh-'] .thWidth{width:80px !important;} diff --git a/module/task/css/view.en.css b/module/task/css/view.en.css index c470aad1aa..337ee75011 100644 --- a/module/task/css/view.en.css +++ b/module/task/css/view.en.css @@ -1,2 +1,3 @@ +.thWidth{width:100px !important;} #legendLife .thWidth{width:100px !important;} .effortThWidth{width:90px !important;} diff --git a/module/task/css/view.zh-cn.css b/module/task/css/view.zh-cn.css index fdc11d4eec..1d7c97d1f5 100644 --- a/module/task/css/view.zh-cn.css +++ b/module/task/css/view.zh-cn.css @@ -1,2 +1,3 @@ +.thWidth{width:80px !important;} #legendLife .thWidth{width:70px !important;} .effortThWidth{width:70px !important;} diff --git a/module/task/css/view.zh-tw.css b/module/task/css/view.zh-tw.css index fdc11d4eec..1d7c97d1f5 100644 --- a/module/task/css/view.zh-tw.css +++ b/module/task/css/view.zh-tw.css @@ -1,2 +1,3 @@ +.thWidth{width:80px !important;} #legendLife .thWidth{width:70px !important;} .effortThWidth{width:70px !important;}