From 5ca5acc277a34b6762cc34226bb039a126da2773 Mon Sep 17 00:00:00 2001
From: Michael An <2331806369@qq.com>
Date: Wed, 19 Feb 2025 14:55:48 +0800
Subject: [PATCH] change sys-admin statistics button style (#7487)
---
frontend/src/css/system-stat.css | 3 ++-
.../src/pages/org-admin/statistic/statistic-common-tool.js | 2 +-
.../src/pages/sys-admin/statistic/statistic-common-tool.js | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/frontend/src/css/system-stat.css b/frontend/src/css/system-stat.css
index 4e8e1c9a13..da631972fc 100644
--- a/frontend/src/css/system-stat.css
+++ b/frontend/src/css/system-stat.css
@@ -98,8 +98,9 @@
}
.system-statistic-button {
- height: 31px;
margin-left: 1rem;
+ height: 30px;
+ font-weight: normal;
}
.rc-calendar table {
diff --git a/frontend/src/pages/org-admin/statistic/statistic-common-tool.js b/frontend/src/pages/org-admin/statistic/statistic-common-tool.js
index b5bb347ff3..8d9c8da869 100644
--- a/frontend/src/pages/org-admin/statistic/statistic-common-tool.js
+++ b/frontend/src/pages/org-admin/statistic/statistic-common-tool.js
@@ -125,7 +125,7 @@ class StatisticCommonTool extends React.Component {
value={endValue}
onChange={this.onChange.bind(this, 'endValue')}
/>
-
+
diff --git a/frontend/src/pages/sys-admin/statistic/statistic-common-tool.js b/frontend/src/pages/sys-admin/statistic/statistic-common-tool.js
index b5bb347ff3..8d9c8da869 100644
--- a/frontend/src/pages/sys-admin/statistic/statistic-common-tool.js
+++ b/frontend/src/pages/sys-admin/statistic/statistic-common-tool.js
@@ -125,7 +125,7 @@ class StatisticCommonTool extends React.Component {
value={endValue}
onChange={this.onChange.bind(this, 'endValue')}
/>
-
+