diff --git a/src/X1.WebUI/src/components/protocol-logs/ProtocolLogsTable.tsx b/src/X1.WebUI/src/components/protocol-logs/ProtocolLogsTable.tsx index ab19215..8db7e08 100644 --- a/src/X1.WebUI/src/components/protocol-logs/ProtocolLogsTable.tsx +++ b/src/X1.WebUI/src/components/protocol-logs/ProtocolLogsTable.tsx @@ -261,35 +261,33 @@ export default function ProtocolLogsTable({ - {/* 消息详情抽屉 */} - -
- -
-

Message Detail

- -
-
- - -
- -
-
-
-
+ {/* 消息详情抽屉 */} + +
+ +
+

Message Detail

+ +
+
+ + +
+ +
+
+
+
); } \ No newline at end of file diff --git a/src/X1.WebUI/src/components/ui/ConfigContentViewer.tsx b/src/X1.WebUI/src/components/ui/ConfigContentViewer.tsx index 9aa4c88..0a5f37c 100644 --- a/src/X1.WebUI/src/components/ui/ConfigContentViewer.tsx +++ b/src/X1.WebUI/src/components/ui/ConfigContentViewer.tsx @@ -152,7 +152,7 @@ export default function ConfigContentViewer({ {isSearchVisible && (
- +
{searchTerm && ( - + {totalMatches > 0 ? ( {currentMatchIndex + 1} / {totalMatches} @@ -236,11 +236,10 @@ export default function ConfigContentViewer({
{/* 配置内容显示区域 */} -
+
+
{children}
) diff --git a/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigViewDialog.tsx b/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigViewDialog.tsx index 5d156d0..6c812aa 100644 --- a/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigViewDialog.tsx +++ b/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigViewDialog.tsx @@ -64,9 +64,9 @@ export default function CoreNetworkConfigViewDialog({ return ( - +
- + 查看配置内容 - {config.name}