dyjh 6 年之前
父節點
當前提交
6ed7262c47
共有 2 個文件被更改,包括 32 次插入0 次删除
  1. 31 0
      public/base/css/style.css
  2. 1 0
      resources/views/admin/layout.blade.php

+ 31 - 0
public/base/css/style.css

xqd
@@ -0,0 +1,31 @@
+@media (min-width:1366px)
+{
+    .edui-notadd .edui-for-insertimage .edui-dialog-content {
+        width: 1200px !important;
+        height: 600px !important;
+    }
+}
+
+@media (min-width:1000px) and (max-width:1365px)
+{
+    .edui-notadd .edui-for-insertimage .edui-dialog-content {
+        width: 900px !important;
+        height: 600px !important;
+    }
+}
+
+@media (min-width:768px) and (max-width:999px)
+{
+    .edui-notadd .edui-for-insertimage .edui-dialog-content {
+        width: 700px !important;
+        height: 400px !important;
+    }
+}
+
+@media (max-width:768px)
+{
+    .edui-notadd .edui-for-insertimage .edui-dialog-content {
+        width: 500px !important;
+        height: 400px !important;
+    }
+}

+ 1 - 0
resources/views/admin/layout.blade.php

xqd
@@ -18,6 +18,7 @@
 
     <link href="/base/css/animate.min.css?v={{config("sys.version")}}"  rel="stylesheet">
     <link href="/base/css/style.min.css?v={{config("sys.version")}}" rel="stylesheet">
+    <link href="/base/css/style.css?" rel="stylesheet">
 
     <!-- fine-uploader -->
 <!--     <link rel="stylesheet" href="/base/plugins/fine-uploader/fine-uploader-new.min.css"> -->