MaiXinRong 3 weeks ago
parent
commit
5013253968
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/view/file/file.ejs

+ 2 - 2
app/view/file/file.ejs

@@ -14,7 +14,7 @@
         <div class="row w-100 sub-content">
             <div class="c-body" id="left-view" style="width: 100%">
                 <div class="sjs-height-0 row w-100" style="margin-left: 0px !important;">
-                    <div class="" id="file-left-view" style="width: 25%;">
+                    <div class="border-right" id="file-left-view" style="width: 25%;">
                         <div class="d-flex flex-row">
                             <div class="btn-group">
                                 <button type="button" class="btn btn-sm  text-primary dropdown-toggle" data-toggle="dropdown" id="zhankai" aria-expanded="false">显示层级</button>
@@ -35,7 +35,7 @@
                     </div>
                     <div class="" id="file-right-view" style="width: 74%">
                         <div class="resize-x" id="file-right-spr" r-Type="width" div1="#file-left-view" div2="#file-right-view" title="调整大小" a-type="percent" store-id="file-detail" store-version="1.0.0" min="20"></div>
-                        <div id="file-view" style="display: none">
+                        <div class="ml-2" id="file-view" style="display: none">
                             <div class="d-flex flex-row">
                                 <% if (canUpload) { %>
                                 <div class="py-2 pr-2"><a href="#add-file" data-toggle="modal" data-target="#add-file">上传文件</a></div>