소스 검색

feat: move sidebar back to left side

jmacura 5 년 전
부모
커밋
008f09433a
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/app.component.ts
  2. 1 0
      src/app.config.ts

+ 0 - 2
src/app.component.ts

@@ -22,8 +22,6 @@ export const HsComponent = {
       //vm.exists = HsCore.exists;
       //vm.panelVisible = HsLayoutService.panelVisible;
       //vm.PraAdjusterService = AdjusterService;
-      HsLayoutService.sidebarRight = false;
-      console.log(HsLayoutService.sidebarRight);
     }
   },
 };

+ 1 - 0
src/app.config.ts

@@ -66,6 +66,7 @@ export const AppConfig = {
     language: false,
     legend: false,
   },
+  sidebarPosition: 'left',
   sizeMode: 'fullscreen',
 };