Browse Source

修改BIM排版

manto07m 3 years ago
parent
commit
66f668cfac
3 changed files with 3 additions and 3 deletions
  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"); ?>