SarahXia0405 commited on
Commit
1854d43
·
verified ·
1 Parent(s): fe4fa70

Update web/src/components/sidebar/LeftSidebar.tsx

Browse files
web/src/components/sidebar/LeftSidebar.tsx CHANGED
@@ -70,18 +70,6 @@ export function LeftSidebar(props: Props) {
70
 
71
  return (
72
  <div className="h-full w-full flex flex-col min-h-0">
73
- {/* ✅ 极强提示:只要这个组件在跑,你不可能看不到 */}
74
- <div
75
- style={{
76
- background: "yellow",
77
- color: "red",
78
- fontWeight: 700,
79
- padding: "8px 12px",
80
- borderBottom: "2px solid red",
81
- }}
82
- >
83
- SIDEBAR ACTIVE: web/src/components/sidebar/LeftSidebar.tsx
84
- </div>
85
 
86
  {/* Course info(不滚动) */}
87
  <div className="flex-shrink-0">
 
70
 
71
  return (
72
  <div className="h-full w-full flex flex-col min-h-0">
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
  {/* Course info(不滚动) */}
75
  <div className="flex-shrink-0">