From a217d0355a08f65251b3cdd6c505ee62a0b0bb58 Mon Sep 17 00:00:00 2001
From: vincentlu <t1341870251@gmail.com>
Date: 星期六, 21 三月 2026 16:36:17 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/map/insight/code/index.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/zy-acs-flow/src/map/insight/code/index.jsx b/zy-acs-flow/src/map/insight/code/index.jsx
index 07ec19a..51f5bf9 100644
--- a/zy-acs-flow/src/map/insight/code/index.jsx
+++ b/zy-acs-flow/src/map/insight/code/index.jsx
@@ -13,7 +13,7 @@
const [loading, setLoading] = useState(false);
const codeLabel = translate('page.map.devices.code', {
- _: '鍦伴潰鐮�'
+ _: 'Code'
});
const fetchCodeInfo = useCallback(async (code, options = {}) => {
@@ -83,7 +83,7 @@
<Divider />
- <Box flex={1} pt={2} sx={{ overflow: 'hidden' }}>
+ <Box flex={1} pt={2} sx={{ minHeight: 0, overflowY: 'auto', overflowX: 'hidden', pr: 1 }}>
{activeTab === 0 && (
<CodeMain
sprite={sprite}
--
Gitblit v1.9.1