File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 66- 利用 primevue 实现自定义动态主题、自定义主题色、自定义背景色
77- 添加 primevue 示例页面
88- 修复侧边栏动画不同步
9- -
9+ - 将文档摘除,删除` @nuxt/content ` 模块,单独建立 admin3-docs 文档项目,让本项目更“干净”
10+ - 优化图标组件,组件名 ` <AdminIcon> ` 改为 ` <Icon> ` ,本地 svg 文件引入作为 plugins 只引入一次
11+ - 更新所有依赖:nuxt->3.13.2, element-plus->2.8.4, primevue->4.1.0
12+
1013
1114## 2023.11.27
1215- 更新 layout 配置功能
Original file line number Diff line number Diff line change 1- <h1 style =" display : flex ; align-items : center ; justify-content : center ; gap : 1rem ;" >
1+ <h1 align = " center " style =" width : 100 % ; display : flex ; align-items : center ; justify-content : center ; gap : 1rem ;" >
22<img src =' ./src/public/image/logo/admin3.png ' style =" width : 36px ; height : 36px " >
33Admin 3
44</h1 >
Original file line number Diff line number Diff line change 1- <h1 style =" display : flex ; align-items : center ; justify-content : center ; gap : 1rem ;" >
1+ <h1 align = " center " style =" width : 100 % ; display : flex ; align-items : center ; justify-content : center ; gap : 1rem ;" >
22<img src =' ./src/public/image/logo/admin3.png ' style =" width : 36px ; height : 36px " >
33Admin 3
44</h1 >
You can’t perform that action at this time.
0 commit comments