瀏覽代碼

修改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"); ?>