diff --git a/web/static/css/analysis.css b/web/static/css/analysis.css index 88744b2..74b6ad7 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; width: 150px; padding: 10px 16px; color: #202d3f; font-size: 13px; font-weight: 400; border: 1px solid #e6e6e6; } +.table-fenxi-box tr td{ min-width: 120px; 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 c3b802c..22be2ab 100644 --- a/web/static/css/style.css +++ b/web/static/css/style.css @@ -29,7 +29,7 @@ .layui-laypage-em { background-color: #3d90ff !important; } ::-webkit-scrollbar { - width:8px; + width:0px; height:8px; background-color:#F5F5F5; } @@ -826,9 +826,9 @@ label:not(.form-check-label):not(.custom-file-label) { font-weight: 400; } } .table-fenxi-th th{ background-color: #f0f2f5; - min-width: 100px; + min-width: 120px; max-width: 200px; - width: 150px; + width: 180px; padding: 10px 16px; color: #202d3f; font-size: 13px;