소스 검색

修改BIM排版

manto07m 3 년 전
부모
커밋
66f668cfac
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      api-detail.php
  2. 1 1
      component-detail.php
  3. 1 1
      component-favorite.php

+ 1 - 1
api-detail.php

@@ -6,7 +6,7 @@ if (!isset($_SESSION['loggedin'])) {
 }
 ?>
 <!doctype html>
-<html class="fixed">
+<html class="fixed sidebar-left-collapsed">
 
 <head>
 	<!-- jstree CSS -->

+ 1 - 1
component-detail.php

@@ -7,7 +7,7 @@ if (!isset($_SESSION['loggedin'])) {
 }
 ?>
 <!doctype html>
-<html class="fixed">
+<html class="fixed sidebar-left-collapsed">
 
 <head>
 	<?php include("bim-support-header.html"); ?>

+ 1 - 1
component-favorite.php

@@ -6,7 +6,7 @@ if (!isset($_SESSION['loggedin'])) {
 }
 ?>
 <!doctype html>
-<html class="fixed">
+<html class="fixed sidebar-left-collapsed">
 
 <head>
 	<?php include("bim-support-header.html"); ?>