diff --git a/Control/UserControls/PannelCard/LeftCardControl.xaml b/Control/UserControls/PannelCard/LeftCardControl.xaml
index 13138b9..e6df174 100644
--- a/Control/UserControls/PannelCard/LeftCardControl.xaml
+++ b/Control/UserControls/PannelCard/LeftCardControl.xaml
@@ -18,11 +18,12 @@
-
+
+
@@ -45,7 +46,11 @@
-
+
+
+
+
+
@@ -133,7 +138,7 @@
-
+
+ ///// 点击菜单后 隐藏搜索框
+ /////
+ /////
+ /////
+ //private void ListBoxItemPanel_MouseDown(object sender, MouseButtonEventArgs e)
+ //{
+ // if (RunTimeStatus.SEARCH_BOX_SHOW)
+ // {
+ // MainWindow.mainWindow.HidedSearchBox();
+ // }
+ // MenuInfo mi = (sender as StackPanel).Tag as MenuInfo;
+ // int index = MenuListBox.Items.IndexOf(mi);
+ // MenuListBox.SelectedIndex = index;
+ //}
+
+
///
/// 隐藏搜索框
///