From 6d1847c32c5a9013438351277a02a80a356890bf Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Wed, 24 Nov 2021 17:16:33 +0800 Subject: [PATCH] 1 --- web/static/css/analysis.css | 2 +- web/static/css/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/static/css/analysis.css b/web/static/css/analysis.css index 09b847f..88744b2 100644 --- a/web/static/css/analysis.css +++ b/web/static/css/analysis.css @@ -286,7 +286,7 @@ .table-fenxi-box { width: 100%; } .table-fenxi-box th { background-color: #f0f2f5; min-width: 100px; max-width: 200px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #f0f2f5; } .table-fenxi-box tr { text-align: center; border-left: 1px solid #e6e6e6; } -.table-fenxi-box tr td{ min-width: 100px; max-height: 200px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; } +.table-fenxi-box tr td{ min-width: 100px; max-height: 200px; width: 150px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; } .participate-box { color: #67729d; margin-left: 16px; padding: 0 6px; display: inline-block; min-width: 40px; height: 28px; font-size: 13px; line-height: 29px; border-radius: 2px; cursor: pointer; background-color: #fff; border: 1px solid #f0f2f5; } diff --git a/web/static/css/style.css b/web/static/css/style.css index 827cd8b..c3b802c 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -828,6 +828,7 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; } background-color: #f0f2f5; min-width: 100px; max-width: 200px; + width: 150px; padding: 10px 16px; color: #202d3f; font-size: 13px;