manto07m пре 3 година
родитељ
комит
3ec82bf951
4 измењених фајлова са 24 додато и 12 уклоњено
  1. 1 1
      api-list.php
  2. 2 2
      assets/stylesheets/theme.css
  3. 1 1
      component-list.php
  4. 20 8
      other-list.php

+ 1 - 1
api-list.php

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

+ 2 - 2
assets/stylesheets/theme.css

@@ -659,7 +659,7 @@ a:active {
 	}
 
 	html.fixed .inner-body {
-		margin-left: 300px;
+		margin-left: 295px;
 		border-top: 113px solid transparent;
 		margin-top: -110px;
 		min-height: 100vh;
@@ -667,7 +667,7 @@ a:active {
 	}
 
 	html.fixed .content-with-menu-has-toolbar .inner-body {
-		border-top-width: 165px;
+		border-top-width: 155px;
 	}
 }
 /* Content With Menu + Layout Scroll & Boxed */

+ 1 - 1
component-list.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"); ?>

+ 20 - 8
other-list.php

@@ -6,11 +6,13 @@ if (!isset($_SESSION['loggedin'])) {
 }
 ?>
 <!doctype html>
-<html class="fixed">
+<html class="fixed sidebar-left-collapsed">
 
 <head>
 	<!-- jstree CSS -->
-	<link rel="stylesheet" href="assets/vendor/jstree/themes/default/style.css" />
+	<!-- <link rel="stylesheet" href="assets/vendor/jstree/themes/default/style.css" /> -->
+	<!-- jstree CSS -->
+	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.4/themes/default/style.min.css">
 	<?php include("bim-support-header.html"); ?>
 	<script src="./script/js/global.js"></script>
 	<script src="./script/js/pdfobject.min.js"></script>
@@ -43,6 +45,13 @@ if (!isset($_SESSION['loggedin'])) {
 		.menu-item.active {
 			color: #0088CC;
 		}
+
+		.jstree-anchor {
+			width: 95%;
+			text-overflow: ellipsis;
+			overflow: hidden;
+			white-space: nowrap;
+		}
 	</style>
 </head>
 
@@ -78,22 +87,25 @@ if (!isset($_SESSION['loggedin'])) {
 									<section class="panel">
 										<div class="panel-body">
 											<h5 class="text-semibold text-dark text-uppercase">檔案下載</h5>
-											<div id="treeAjaxHTML" style="height:800px"></div>
+											<div id="treeAjaxHTML" style="height:400px"></div>
+										</div>
+									</section>
+									<section class="panel">
+										<div class="panel-body">
+											<h5 class="text-semibold text-dark text-uppercase">檔案下載</h5>
+											<div id="treeAjaxHTML" style="height:200px"></div>
 										</div>
-
-
 									</section>
 								</div>
 								<div class="col-md-6">
 									<section class="panel">
 										<div class="panel-body">
-											<div id="pdfFile" style="height:800px"></div>
+											<div id="pdfFile" style="height:720px"></div>
 										</div>
-
-
 									</section>
 								</div>
 							</div>
+
 							<!-- <div class="row mg-files" data-sort-destination="" data-sort-id="media-gallery" id="content" style="position: relative; height: 720.5px;">
 								<isotope-item v-for="item in list" v-bind:name="item.APIName" v-bind:folder="item.APIID + item.APIName" v-bind:id="item.id" v-bind:object="item.object" v-bind:usage="item.usage" v-bind:software="item.software" v-bind:detail="item.detail" v-bind:operate="item.operate" v-bind:source="item.source">
 								</isotope-item>