浏览代码

fix toastr full width position

REJack 4 年之前
父节点
当前提交
161099e3bc
共有 5 个文件被更改,包括 12 次插入1 次删除
  1. 6 0
      build/scss/plugins/_toastr.scss
  2. 5 0
      dist/css/adminlte.css
  3. 1 1
      dist/css/adminlte.css.map
  4. 0 0
      dist/css/adminlte.min.css
  5. 0 0
      dist/css/adminlte.min.css.map

+ 6 - 0
build/scss/plugins/_toastr.scss

@@ -52,3 +52,9 @@
     background-color: $warning;
   }
 }
+
+// full width fix
+.toast-bottom-full-width .toast,
+.toast-top-full-width .toast {
+  max-width: inherit;
+}

+ 5 - 0
dist/css/adminlte.css

@@ -23124,6 +23124,11 @@ select.form-control-sm ~ .select2-container--default .select2-selection--multipl
   background-color: #ffc107;
 }
 
+.toast-bottom-full-width .toast,
+.toast-top-full-width .toast {
+  max-width: inherit;
+}
+
 .pace {
   z-index: 1048;
 }

文件差异内容过多而无法显示
+ 1 - 1
dist/css/adminlte.css.map


文件差异内容过多而无法显示
+ 0 - 0
dist/css/adminlte.min.css


文件差异内容过多而无法显示
+ 0 - 0
dist/css/adminlte.min.css.map


部分文件因为文件数量过多而无法显示