index.css 104 B

12345
  1. @import '../common/index.css';
  2. .van-sidebar {
  3. width: 85px;
  4. width: var(--sidebar-width, 85px);
  5. }