惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Exploit Database - CXSecurity.com
A
Arctic Wolf
K
Kaspersky official blog
T
Threat Research - Cisco Blogs
PCI Perspectives
PCI Perspectives
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News Feed
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
U
Unit 42
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy & Cybersecurity Law Blog
O
OpenAI News
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Cisco Blogs
AWS News Blog
AWS News Blog
Vercel News
Vercel News
Microsoft Security Blog
Microsoft Security Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
美团技术团队
T
Threatpost
S
Schneier on Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
C
Cyber Attacks, Cyber Crime and Cyber Security
Last Week in AI
Last Week in AI
C
CERT Recently Published Vulnerability Notes
Blog — PlanetScale
Blog — PlanetScale
C
Cybersecurity and Infrastructure Security Agency CISA
F
Full Disclosure
博客园_首页
N
Netflix TechBlog - Medium
Security Latest
Security Latest
有赞技术团队
有赞技术团队
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Register - Security
The Register - Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Recent Announcements
Recent Announcements
博客园 - Franky
P
Palo Alto Networks Blog
Project Zero
Project Zero
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
H
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Cisco Talos Blog
Cisco Talos Blog
H
Heimdal Security Blog
The Hacker News
The Hacker News
博客园 - 【当耐特】
GbyAI
GbyAI

小陈同学 - 前端

自制可拖拽元素的React Hooks 面试经验分享 工具包分享-通用素材类 工具包分享-基础验证类 《Vue学习》学习源码手撸简易Vue 《Vue学习》设计模式探索 《Vue学习》数据响应式原理 Doc纯文本迁移到Doc表格中 JS中Arguments对象
iView-Admin基础版后台管理框架改写
Caleb · 2020-08-27 · via 小陈同学 - 前端

作者基于 iView-Admin 基础版,通过替换 UI、配置响应式与新增页面,低成本打造移动端友好的后台框架。

PC端展示图

移动端展示图


简单介绍:
iView admin 是基于 Vue.js,搭配使用 iView UI 组件库形成的一套后台集成解决方案。

GitHub 地址

因为之前使用的是Vue-Element-Admin的后台框架,但是在后面发现这款 UI 的框架更为精致,又转战到了这边。但是对比iView admin Pro版本来说,基础版的适配之类的问题是没有解决的。主要是因为专业版的价格偏高。抵不住囊中羞涩,就想着修改一下基础版的,让使用以及体验更加完美。

原版体验地址


目前发现的问题:

  1. 没有做移动端的适配
  2. 导航栏的 Tag NavBar 在移动端是无法通过触摸滑动来左右移动的
  3. 只有单独的登录页面

通过对已知问题的了解,着手开始了改造。因为 iView UI 存在改版,升级为 view-design。所以在我修改的这个版本中,原本的 iView 已经被替换为 view-design。


更新支持如下:

  1. 增加了 config/index.js 的一些配置
theme: "dark", //  light dark
mobileWidth: 450  // 默认450px是移动端的屏幕宽度
  1. 通过对 config 的配置,达到移动端的自动适配
  2. 增加移动端的滑动监听
  3. 新增注册,找回密码页,让崽崽们使用更贴心

以上就是更新的一些小内容,希望大家可以用的舒心。记得双击,么么哒 😘!

作者: 文章链接: https://reinness.com/posts/101 版权声明:  本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自小陈同学