diff --git a/src/X1.WebUI/src/components/layout/Content.tsx b/src/X1.WebUI/src/components/layout/Content.tsx index 857271b..df24e12 100644 --- a/src/X1.WebUI/src/components/layout/Content.tsx +++ b/src/X1.WebUI/src/components/layout/Content.tsx @@ -6,7 +6,7 @@ interface ContentProps { export function Content({ children }: ContentProps) { return ( -
+
{children}
); diff --git a/src/X1.WebUI/src/pages/adb-operations/AdbOperationsView.tsx b/src/X1.WebUI/src/pages/adb-operations/AdbOperationsView.tsx index f091738..3d7a136 100644 --- a/src/X1.WebUI/src/pages/adb-operations/AdbOperationsView.tsx +++ b/src/X1.WebUI/src/pages/adb-operations/AdbOperationsView.tsx @@ -201,7 +201,7 @@ export default function AdbOperationsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/analysis/FunctionalAnalysisView.tsx b/src/X1.WebUI/src/pages/analysis/FunctionalAnalysisView.tsx index e67c12e..d4692f4 100644 --- a/src/X1.WebUI/src/pages/analysis/FunctionalAnalysisView.tsx +++ b/src/X1.WebUI/src/pages/analysis/FunctionalAnalysisView.tsx @@ -109,7 +109,7 @@ export default function FunctionalAnalysisView() { return ( -
+
{/* 丰富美化后的搜索栏 */}
diff --git a/src/X1.WebUI/src/pages/analysis/IssueAnalysisView.tsx b/src/X1.WebUI/src/pages/analysis/IssueAnalysisView.tsx index 788d21d..339cc9f 100644 --- a/src/X1.WebUI/src/pages/analysis/IssueAnalysisView.tsx +++ b/src/X1.WebUI/src/pages/analysis/IssueAnalysisView.tsx @@ -111,7 +111,7 @@ export default function IssueAnalysisView() { return ( -
+
{/* 丰富美化后的搜索栏 */}
diff --git a/src/X1.WebUI/src/pages/analysis/PerformanceAnalysisView.tsx b/src/X1.WebUI/src/pages/analysis/PerformanceAnalysisView.tsx index a31a54c..0c3b8ef 100644 --- a/src/X1.WebUI/src/pages/analysis/PerformanceAnalysisView.tsx +++ b/src/X1.WebUI/src/pages/analysis/PerformanceAnalysisView.tsx @@ -105,7 +105,7 @@ export default function PerformanceAnalysisView() { return ( -
+
{/* 丰富美化后的搜索栏 */}
diff --git a/src/X1.WebUI/src/pages/analysis/UEAnalysisView.tsx b/src/X1.WebUI/src/pages/analysis/UEAnalysisView.tsx index fc009e5..29d168c 100644 --- a/src/X1.WebUI/src/pages/analysis/UEAnalysisView.tsx +++ b/src/X1.WebUI/src/pages/analysis/UEAnalysisView.tsx @@ -103,7 +103,7 @@ export default function UEAnalysisView() { return ( -
+
{/* 丰富美化后的搜索栏 */}
diff --git a/src/X1.WebUI/src/pages/at-operations/AtOperationsView.tsx b/src/X1.WebUI/src/pages/at-operations/AtOperationsView.tsx index fab73e0..75c7330 100644 --- a/src/X1.WebUI/src/pages/at-operations/AtOperationsView.tsx +++ b/src/X1.WebUI/src/pages/at-operations/AtOperationsView.tsx @@ -199,7 +199,7 @@ export default function AtOperationsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/button-permissions/ButtonPermissionsView.tsx b/src/X1.WebUI/src/pages/button-permissions/ButtonPermissionsView.tsx index a6daed5..11d8681 100644 --- a/src/X1.WebUI/src/pages/button-permissions/ButtonPermissionsView.tsx +++ b/src/X1.WebUI/src/pages/button-permissions/ButtonPermissionsView.tsx @@ -173,7 +173,7 @@ export default function ButtonPermissionsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigsView.tsx b/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigsView.tsx index e3bfc7a..e3ca58e 100644 --- a/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigsView.tsx +++ b/src/X1.WebUI/src/pages/core-network-configs/CoreNetworkConfigsView.tsx @@ -240,7 +240,7 @@ export default function CoreNetworkConfigsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/dashboard/DashboardHome.tsx b/src/X1.WebUI/src/pages/dashboard/DashboardHome.tsx index abd9543..eb8d8f0 100644 --- a/src/X1.WebUI/src/pages/dashboard/DashboardHome.tsx +++ b/src/X1.WebUI/src/pages/dashboard/DashboardHome.tsx @@ -18,7 +18,7 @@ export function DashboardHome() { const lineChartData = generateMockLineChartData(); return ( - + {/* 统计概览 */} diff --git a/src/X1.WebUI/src/pages/device-runtimes/DeviceRuntimesView.tsx b/src/X1.WebUI/src/pages/device-runtimes/DeviceRuntimesView.tsx index da6ebcf..a5d61dc 100644 --- a/src/X1.WebUI/src/pages/device-runtimes/DeviceRuntimesView.tsx +++ b/src/X1.WebUI/src/pages/device-runtimes/DeviceRuntimesView.tsx @@ -484,7 +484,7 @@ export default function DeviceRuntimesView() { }, []); return ( -
+
{/* 搜索工具栏 */} diff --git a/src/X1.WebUI/src/pages/ims-configurations/IMSConfigurationsView.tsx b/src/X1.WebUI/src/pages/ims-configurations/IMSConfigurationsView.tsx index d38974a..75aef4d 100644 --- a/src/X1.WebUI/src/pages/ims-configurations/IMSConfigurationsView.tsx +++ b/src/X1.WebUI/src/pages/ims-configurations/IMSConfigurationsView.tsx @@ -240,7 +240,7 @@ export default function IMSConfigurationsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/instruments/DevicesView.tsx b/src/X1.WebUI/src/pages/instruments/DevicesView.tsx index 93ae664..37b44d9 100644 --- a/src/X1.WebUI/src/pages/instruments/DevicesView.tsx +++ b/src/X1.WebUI/src/pages/instruments/DevicesView.tsx @@ -236,7 +236,7 @@ export default function DevicesView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/navigation-menus/NavigationMenusView.tsx b/src/X1.WebUI/src/pages/navigation-menus/NavigationMenusView.tsx index 19a3201..1aa3f0d 100644 --- a/src/X1.WebUI/src/pages/navigation-menus/NavigationMenusView.tsx +++ b/src/X1.WebUI/src/pages/navigation-menus/NavigationMenusView.tsx @@ -186,7 +186,7 @@ export function NavigationMenusView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/network-stack-configs/NetworkStackConfigsView.tsx b/src/X1.WebUI/src/pages/network-stack-configs/NetworkStackConfigsView.tsx index a6e390d..8f4892e 100644 --- a/src/X1.WebUI/src/pages/network-stack-configs/NetworkStackConfigsView.tsx +++ b/src/X1.WebUI/src/pages/network-stack-configs/NetworkStackConfigsView.tsx @@ -199,7 +199,7 @@ export default function NetworkStackConfigsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx b/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx index 1484dfb..7c862c7 100644 --- a/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx +++ b/src/X1.WebUI/src/pages/online-protocol-logs/OnlineProtocolLogsView.tsx @@ -129,7 +129,7 @@ export default function OnlineProtocolLogsView() { }, []); return ( -
+

在线协议日志

diff --git a/src/X1.WebUI/src/pages/permissions/PermissionsView.tsx b/src/X1.WebUI/src/pages/permissions/PermissionsView.tsx index 8d8152a..74bcf29 100644 --- a/src/X1.WebUI/src/pages/permissions/PermissionsView.tsx +++ b/src/X1.WebUI/src/pages/permissions/PermissionsView.tsx @@ -131,7 +131,7 @@ export default function PermissionsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx b/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx index 80327da..b87b277 100644 --- a/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx +++ b/src/X1.WebUI/src/pages/protocol-logs/HistoryProtocolLogsView.tsx @@ -130,7 +130,7 @@ export default function HistoryProtocolLogsView() { }, []); return ( -
+
diff --git a/src/X1.WebUI/src/pages/protocols/ProtocolsView.tsx b/src/X1.WebUI/src/pages/protocols/ProtocolsView.tsx index 45b34ca..c7ef0ff 100644 --- a/src/X1.WebUI/src/pages/protocols/ProtocolsView.tsx +++ b/src/X1.WebUI/src/pages/protocols/ProtocolsView.tsx @@ -200,7 +200,7 @@ export default function ProtocolsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/ran-configurations/RANConfigurationsView.tsx b/src/X1.WebUI/src/pages/ran-configurations/RANConfigurationsView.tsx index bb6c23e..dde6fd5 100644 --- a/src/X1.WebUI/src/pages/ran-configurations/RANConfigurationsView.tsx +++ b/src/X1.WebUI/src/pages/ran-configurations/RANConfigurationsView.tsx @@ -241,7 +241,7 @@ export default function RANConfigurationsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/roles/RolesView.tsx b/src/X1.WebUI/src/pages/roles/RolesView.tsx index 1972595..f747fae 100644 --- a/src/X1.WebUI/src/pages/roles/RolesView.tsx +++ b/src/X1.WebUI/src/pages/roles/RolesView.tsx @@ -86,7 +86,7 @@ export default function RolesView() { // 移除未使用的变量 return ( -
+
{/* 顶部搜索栏 */}
diff --git a/src/X1.WebUI/src/pages/scenarios/scenario-config/ScenarioConfigView.tsx b/src/X1.WebUI/src/pages/scenarios/scenario-config/ScenarioConfigView.tsx index 34de459..56aca5d 100644 --- a/src/X1.WebUI/src/pages/scenarios/scenario-config/ScenarioConfigView.tsx +++ b/src/X1.WebUI/src/pages/scenarios/scenario-config/ScenarioConfigView.tsx @@ -229,7 +229,7 @@ export default function ScenarioConfigView() { }; return ( -
+
{/* 搜索工具栏 */}
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/tasks/TasksView.tsx b/src/X1.WebUI/src/pages/tasks/TasksView.tsx index 9f637b0..564de01 100644 --- a/src/X1.WebUI/src/pages/tasks/TasksView.tsx +++ b/src/X1.WebUI/src/pages/tasks/TasksView.tsx @@ -198,7 +198,7 @@ export default function TasksView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/terminal-devices/TerminalDevicesView.tsx b/src/X1.WebUI/src/pages/terminal-devices/TerminalDevicesView.tsx index 3e89f84..37695b1 100644 --- a/src/X1.WebUI/src/pages/terminal-devices/TerminalDevicesView.tsx +++ b/src/X1.WebUI/src/pages/terminal-devices/TerminalDevicesView.tsx @@ -169,7 +169,7 @@ export default function TerminalDevicesView() { }; return ( -
+
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/testcases/TestCasesListView.tsx b/src/X1.WebUI/src/pages/testcases/TestCasesListView.tsx index 696d201..ddbb071 100644 --- a/src/X1.WebUI/src/pages/testcases/TestCasesListView.tsx +++ b/src/X1.WebUI/src/pages/testcases/TestCasesListView.tsx @@ -187,7 +187,7 @@ export default function TestCasesListView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/teststeps/TestStepsView.tsx b/src/X1.WebUI/src/pages/teststeps/TestStepsView.tsx index 51ba320..b2bdde9 100644 --- a/src/X1.WebUI/src/pages/teststeps/TestStepsView.tsx +++ b/src/X1.WebUI/src/pages/teststeps/TestStepsView.tsx @@ -215,7 +215,7 @@ export default function TestStepsView() { }; return ( -
+
{/* 搜索工具栏 */}
diff --git a/src/X1.WebUI/src/pages/users/UsersView.tsx b/src/X1.WebUI/src/pages/users/UsersView.tsx index 207478b..f02e04d 100644 --- a/src/X1.WebUI/src/pages/users/UsersView.tsx +++ b/src/X1.WebUI/src/pages/users/UsersView.tsx @@ -115,7 +115,7 @@ export default function UsersView() { }; return ( -
+
{/* 搜索栏 */}