From 4f2ff0551c8f07102ff499e607e1f292b73e44bf Mon Sep 17 00:00:00 2001 From: luosongbai <15272473386@163.com> Date: Tue, 8 Feb 2022 17:41:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/css/analysis.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/css/analysis.css b/web/static/css/analysis.css index 57e168d..7a6cb12 100644 --- a/web/static/css/analysis.css +++ b/web/static/css/analysis.css @@ -204,7 +204,7 @@ .dropdownlist-input { width: 170px; padding: 15px; border: 0; } .dropdownlist-list-on { background-color: #3d90ff; color: #fff !important;} -.dropdownlist-but-box { border-top: 1px solid #f0f0f0; display: flex; height: 26px; justify-content: right; align-items: center; margin: 0px 8px 0 8px; font-size: 16px; color: #67729d; padding: 8px; } +.dropdownlist-but-box { border-top: 1px solid #f0f0f0; display: flex; height: 26px; justify-content: flex-end; align-items: center; margin: 0px 8px 0 8px; font-size: 16px; color: #67729d; padding: 8px; } .dropdownlist-but-box div { padding: 0 8px; cursor: pointer; } .dropdownlist-but-box .dropdownlist-but-qx { color: #ff5d5d !important; }