From e514ed6d3994c5e715fd9f0e430d57a892e8d240 Mon Sep 17 00:00:00 2001 From: Junjie <fallin.jie@qq.com> Date: 星期四, 10 八月 2023 12:49:03 +0800 Subject: [PATCH] # --- src/main/webapp/views/console.html | 2 +- src/main/webapp/static/css/console.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index 9b8f1db..fbd7c83 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -462,7 +462,7 @@ } .stock-group .site { - width: 70px; + width: 35px; float: left; word-break: break-all; display: flex; diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html index 5a080ce..498c2b7 100644 --- a/src/main/webapp/views/console.html +++ b/src/main/webapp/views/console.html @@ -587,7 +587,7 @@ case 4: //绔欑偣 var data = colData.data; - col = '<div id="site-' + data + '" class="site">' + data + '(9991)</div>'; + col = '<div id="site-' + data + '" class="site">' + data + '</div>'; break; case 5: //鍏呯數妗� -- Gitblit v1.9.1