adminlte

Yii2使用AdminLTE时候切换到国内字体源

老子叫甜甜 提交于 2019-12-05 06:58:48
AdminLTE是一套很不错的Bootstrap模板,使用它能快速搭建后台管理系统等等。在使用时发现加载总很慢,经过debug发现是css调用谷歌的字体,导致加载缓慢。也是我使用了很粗暴的方法解决。 复制原来的AdminLTE.css到web/css下面,并修改其第一行的字体源,我改成使用中科大的fonts.proxy.ustclug.org。 修改Asset的设置,在component中加入如下配置: 'assetManager' => [ 'bundles' => [ 'dmstr\web\AdminLteAsset' => [ 'css' => [ 'AdminLTE.css' , ], ], ], 'assetMap' => [ 'AdminLTE.css' => '@web/css/AdminLTE.css' , ] ], 来源: CSDN 作者: _小B 链接: https://blog.csdn.net/picone/article/details/68941364

yii adminlte 使用小结

こ雲淡風輕ζ 提交于 2019-12-05 06:58:19
yii adminlte 更换皮肤 帮助文档可参考链接 http://adminlte.la998.com/documentation/index.html 1、利用 AdminLTE 渲染后台模板 composer require dmstr/yii2-adminlte-asset “2.*” 复制 vendor/dmstr/yii2-adminlte-asset/example-views/yiisoft/yii2-app 到 backend/views/,需要覆盖的则覆盖 更换皮肤 打开文件views/layouts/main.php <body class="hold-transition skin-yellow sidebar-mini"> 将skin-blue 替换成喜欢的皮肤 目前可选皮肤版本如下: skin-blue skin-blue-light skin-yellow skin-yellow-light skin-green skin-green-light skin-purple skin-purple-light skin-red skin-red-light skin-black skin-black-light 来源: CSDN 作者: 亭雨心 链接: https://blog.csdn.net/tingyuxinhappy/article

Align header elements in shiny dashboard

限于喜欢 提交于 2019-12-04 13:53:33
I'm working with shinydashboard to jazz up a shiny app a bit and I'm having trouble positioning some elements (eg logo) on the page. I found this answer which was immensely useful in increasing the height of the header, but I can't quite manage the alignment issue. There are still spaces on the left and right (red ovals) between the logo and the floating hamburger and the edges. The only way I've been able to move the hamburger has been increasing the relative size ( titleWidth = "92%" ) of the header to accommodate the longer title, but if the window is resized, the menu collapse toggle ends

iToken - 登录

筅森魡賤 提交于 2019-12-04 03:58:04
<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-spring4-4.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org"> <!-- Head Begin --> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>iToken - 登录</title> <!-- Tell the browser to be responsive to screen width --> <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"/> <!-- Bootstrap 3.3.7 --> <link rel="stylesheet" href="@{{adminlte}/bower_components/bootstrap/dist/css/bootstrap.min.css(adminlte=$

[开源] FreeSql.AdminLTE 功能升级

匿名 (未验证) 提交于 2019-12-02 23:57:01
FreeSql 发布至今已经有9个月,功能渐渐完善,自身的生态也逐步形成,早在几个月前写过一篇文章 《ORM 开发环境之利器:MVC 中间件 FreeSql.AdminLTE》 ,您可以先阅读上一篇文章内容了解来龙去脉,再回到这里观看。 我个人非常喜欢小规模团队的”单打独斗”,有的时候即使在大公司,也是做着3-5个人团队的小项目,相信不少人有类似的经历。 从上一篇文章可以看出,早先的 FreeSql.AdminLTE 只不过是花瓶,应用场景非常有限,仅仅在开发环境时管理测试数据的用途,这之后的几个月其实我基本没使用它。。。是不是很尴尬?? 本次功能升级情况有所改观,且先看完本文内容。 我喜欢已有的管理功能,希望可以在默认产生的功能上进行二次开发; 我喜欢尽量简单,容易上手,二次开发难度别要太大。 说到开源还是先贴上源码仓库吧: https://github.com/2881099/FreeSql.AdminLTE ,主项目 FreeSql 目前有900多星,欢迎同时给赞,谢谢! 对于通用后台管理系统的生成,除了单纯的对单表 crud 操作外,我还喜欢有外键的操作,比如: 1、Song、Tag 多对多场景,添加/更新 Song 时可以把 Tag 一起保存; 2、列表页,希望外键、多对多出现在过滤筛选条件; 3、列表页,希望枚举出现在过滤筛选条件; 等等诸如此类的繁琐操作,之所以说繁琐

1024程序员节宅男节日快乐 -- JAVA快速开发平台,JEECG 3.8宅男优化版本发布

雨燕双飞 提交于 2019-12-01 04:07:28
JEECG 3.8 版本发布!系统全面升级,重构上传组件、优化代码生成器机制! 导读 ⊙平台性能优化,系统更稳定,速度闪电般提升 ⊙系统上传组件全面重构,使用plupload组件,解决flash的适配问题,提升浏览器兼容性 ⊙新增adminlte首页风格,支持上方一级菜单,左下方无限级菜单导航 ⊙提供5套新的主流UI代码生成器模板(Bootstrap表单+BootstrapTable列表\ ElementUI列表表单) ⊙表单UI深度优化,平台UI风格升级一个级别 ⊙灵活通用代码生成器,新增多种bootstrap-table风格的支持,主打Bootstrap表单 ⊙大数据量table字典表,支持ajax异步加载,实现列表值替换 ⊙代码生成器支持原生word模板样式生成,优化无用代码的生成 ⊙在线文档精良制作,实时更新 ⊙消息中间件,支持模板灵活调用,可自定义传入模板数据 ⊙Vue+ElementUI风格页面优化,更美观 ⊙系统通知、公告重构,对接更便捷 ⊙Datagrid标签操作列按钮支持折叠显示,节省展示空间,自由设置 ————你想要的,都来了! 此版本系统安全性能得到大幅提升,版本更稳定、代码重构优化,上传组件使用plupload重构,解决flash问题提升浏览器兼容性,新增adminlte风格支持上方一级菜单导航。平台整体极大提升美感和代码可控性,降低了表单的开发成本

AdminLTE组件之表格DataTable

情到浓时终转凉″ 提交于 2019-11-30 09:11:26
html内容: <div class="box box-primary"> <div class="box-header"> <h3 class="box-title">表格大标题</h3> </div> <!-- /.box-header --> <div class="box-body"> <table id="example1" class="table table-bordered table-striped"> <thead> <tr class="text-center"> <th class="text-center"> <button type="button" class="btn btn-default btn-sm checkbox-toggle"><i class="fa fa-square-o"></i></button> </th> <th class="text-center">列标题</th> <th class="text-center">列标题</th> </tr> </thead> <tbody><tr> <td class="text-center">内容</td> <td class="text-center">内容</td> </tr> </tbody> <tfoot> </tfoot> </table> </div> <!-- /

Laravel dynamic breadcrumbs with links

十年热恋 提交于 2019-11-30 08:45:37
问题 I am trying to implement dynamic breadcrumbs in laravel with links. I successfully render the breadcrumbs but without links by following code. <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i>Marketplace</a></li> @foreach(Request::segments() as $segment) <li> <a href="#">{{$segment}}</a> </li> @endforeach </ol> But now i am facing issue with the urls. I am getting the current url of the route with all the decendents. Can someone please help me that how can I add links to

Laravel dynamic breadcrumbs with links

人走茶凉 提交于 2019-11-29 07:56:48
I am trying to implement dynamic breadcrumbs in laravel with links. I successfully render the breadcrumbs but without links by following code. <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i>Marketplace</a></li> @foreach(Request::segments() as $segment) <li> <a href="#">{{$segment}}</a> </li> @endforeach </ol> But now i am facing issue with the urls. I am getting the current url of the route with all the decendents. Can someone please help me that how can I add links to the breadcrumbs ? Thanks. If I understand your issue correctly, you just need to fill in the URL of

[开源] FreeSql.AdminLTE 功能升级

此生再无相见时 提交于 2019-11-29 03:43:21
前言 FreeSql 发布至今已经有9个月,功能渐渐完善,自身的生态也逐步形成,早在几个月前写过一篇文章 《ORM 开发环境之利器:MVC 中间件 FreeSql.AdminLTE》 ,您可以先阅读上一篇文章内容了解来龙去脉,再回到这里观看。 我个人非常喜欢小规模团队的"单打独斗",有的时候即使在大公司,也是做着3-5个人团队的小项目,相信不少人有类似的经历。 从上一篇文章可以看出,早先的 FreeSql.AdminLTE 只不过是花瓶,应用场景非常有限,仅仅在开发环境时管理测试数据的用途,这之后的几个月其实我基本没使用它。。。是不是很尴尬?? 本次功能升级情况有所改观,且先看完本文内容。 我喜欢已有的管理功能,希望可以在默认产生的功能上进行二次开发; 我喜欢尽量简单,容易上手,二次开发难度别要太大。 说到开源还是先贴上源码仓库吧: https://github.com/2881099/FreeSql.AdminLTE ,主项目 FreeSql 目前有900多星,欢迎同时给赞,谢谢! 项目背景 对于通用后台管理系统的生成,除了单纯的对单表 crud 操作外,我还喜欢有外键的操作,比如: 1、Song、Tag 多对多场景,添加/更新 Song 时可以把 Tag 一起保存; 2、列表页,希望外键、多对多出现在过滤筛选条件; 3、列表页,希望枚举出现在过滤筛选条件;