-
Notifications
You must be signed in to change notification settings - Fork 44
升级前端至最新版本 pear-admin-layui-4.0.6; layui-2.11.2; #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
qnnp-me
wants to merge
15
commits into
webman-php:main
Choose a base branch
from
qnnp-me:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 在规则插入和更新页面添加打开方式下拉选择框 - 实现嵌套网页、弹窗网页、新建标签和普通路由四种打开方式 - 使用 xmSelect 组件渲染下拉选项 - 设置默认打开方式为 _iframe - 修改表格刷新逻辑为重新加载数据
- 移除对旧版 treetable 模块的依赖 - 使用 layui 内置 treeTable 组件替换自定义实现 - 更新树形表格配置结构以适配新版 API - 调整表格列定义和数据加载逻辑 - 优化树形节点的字段映射配置 - 统一使用 common 模块进行初始化
- 修改 TableController.php 以支持新功能 - 更新 index.html 集成最新表格模块 - 调整 view.html 视图结构和布局 - 优化 style.css 样式表提升用户体验
- 修改首页标题描述信息 - 调整页面元数据标签 - 更新样式表引用路径 - 替换旧版脚本加载方式 - 优化页面加载性能 - 修复移动端显示适配问题
- 注释掉导致删除功能异常的代码行 - 确保操作成功后始终刷新表格数据 - 移除可能导致对象未定义错误的条件判断
- 注释掉导致删除功能异常的代码行 - 确保操作成功后始终刷新表格数据 - 移除可能导致对象未定义错误的条件判断
- 统一调整所有页面中的 JavaScript 文件引用路径 - 将 common.js 和 permission.js 的引用路径从 /app/admin/admin/js/ 改为 /app/admin/js/ - 移动 common.js 和 permission.js 文件到新的目录结构 - 添加新的样式文件 style.scss 并导入必要的 CSS 资源 - 更新 dashboard.css 中的背景色注释 - 在 common.js 中增加暗黑主题切换功能 - 优化按钮和表格等组件在暗黑主题下的显示效果 - 调整权限控制脚本以适配新的文件结构
- 修改用户菜单链接为 javascript:void(0); 防止默认跳转行为 - 在 iframe 加载前显示 loading 动画,提升用户体验 - 监听 iframe 加载完成事件,渐隐隐藏 loading 动画 - 添加 layui-tab-brief 样式,优化当前标签页高亮效果 - 统一 CSS 和 SCSS 文件中的标签页选中状态样式定义
- 修改 admin.js 模块配置 - 调整 tabPage.js 模块设置
- 修改 admin.js 文件中的模块配置 - 调整 page.js 中的页面模块设置
|
- 修改了全局样式文件以优化布局 - 更新了组件样式以提升视觉效果 - 统一了样式命名规范 - 修复了样式冲突问题 - 添加了响应式设计支持 - 优化了样式加载性能
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
目前测试没发现什么大问题