From 8bbfb2eca2eb8e34c0f4bf49ec08b7c127e11088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Wed, 28 Dec 2022 13:36:55 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E8=A1=A8=E5=A4=B4=E5=AD=97=E4=BD=93=E5=8A=A0=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/assets/less/common.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jero-web/src/assets/less/common.less b/jero-web/src/assets/less/common.less index 4315c49a9..ae083bfe0 100644 --- a/jero-web/src/assets/less/common.less +++ b/jero-web/src/assets/less/common.less @@ -121,4 +121,8 @@ .nio-drag-handler:focus{ cursor: col-resize!important; border: 1px solid #0bd9d9!important; +} + +.ant-table-column-title{ + font-weight: bold!important; } \ No newline at end of file