Browse Source

后台编辑器

moshaorui 4 months ago
parent
commit
49db329cd5
1 changed files with 8 additions and 0 deletions
  1. 8 0
      resources/views/admin/pages-custom/ace.blade.php

+ 8 - 0
resources/views/admin/pages-custom/ace.blade.php

@@ -1,4 +1,5 @@
 <style>
+
     .content-header {
         display: none;
     }
@@ -100,6 +101,13 @@
     #addFileModal .modal-sm {
         max-width:320px;
     }
+
+    #addFileModal .modal-dialog {
+        position: absolute;
+        top: 45%;
+        left: 50%;
+        transform: translate(-40%, -50%);
+    }
 </style>
 </style>