70 Commits

Author SHA1 Message Date
pany
0f5f16cf0f refactor: 统一代码风格 (if 语句 & 箭头函数) 2024-11-25 17:26:27 +08:00
pany
23ab6b7ab5 docs: 统一注释风格 (允许顶层变量采用 /** 内层变量采用默认的 //) 2024-11-25 14:21:18 +08:00
pany
17b9ebb55c refactor: 压缩和重命名目录结构 2024-11-22 14:22:57 +08:00
pany
464218e72c refactor: store/modules 目录替换为 pinia/stores 2024-11-21 21:03:09 +08:00
pany
7a29374c2e refactor: hook 关键字替换为 composable 2024-11-21 20:41:48 +08:00
pany
9473a13c53 docs: fix typo 2024-11-21 12:41:24 +08:00
pany
5f611b9a13 fix: 修复 mobile + 非左侧布局模式时左侧导航菜单背景色异常的问题 2024-11-21 11:52:45 +08:00
pany
3155c086ca feat: 左侧导航菜单 title 过长自动省略 2024-11-21 11:28:37 +08:00
pany
b8033dc892 perf: 优化冗余的 css important 2024-11-21 11:03:40 +08:00
pany
c168ef7ab8 fix: 左侧导航菜单在高度不足时渲染不全的问题 2024-11-20 19:49:01 +08:00
pany
226cdd3d1f docs: 优化注释 2024-11-19 20:14:23 +08:00
pany
d47428ccc7 chore: pnpm eslint . --fix 2024-11-19 13:46:35 +08:00
pany
7f02e18d37 chore: pnpm eslint . --fix 2024-11-18 19:40:44 +08:00
pany
4f4b4892b9 refactor: 重构标签栏右键菜单定位方式 2024-11-15 16:54:59 +08:00
pany
ade5d806c7 refactor: 重写灰色模式和色弱模式挂载方式 2024-11-14 16:29:59 +08:00
pany
03b2611786 style: 优化设置按钮 z-index 防止被局部 loading 遮挡 2024-11-13 16:55:45 +08:00
pany
19f7b6049e fix: 修复布局配置为混合模式时 header 组件 content 区域超出屏幕的问题 2024-11-13 16:08:35 +08:00
pany
396b8fac53 refactor: 移除 utils/index.ts 文件 2024-11-12 13:24:41 +08:00
pany
6af1ba94ff refactor: 重写 getCssVar、setCssVar 工具函数 2024-11-12 13:06:33 +08:00
pany
ac3f53f86b chore: 移除废弃的 CompConsumer 组件 2024-11-11 19:26:45 +08:00
pany
6f2fbf4a90 fix: 修复上一个 commit 带来的 tag 显示顺序问题 2024-11-08 20:23:56 +08:00
_island
13a53cc994
fix: 第一个缓存页面加载时不触发 onActivated 钩子 (#214)
Co-authored-by: pany <939630029@qq.com>
2024-11-08 19:40:42 +08:00
Femoon
7e0e868c48
style: fix the width of some icons when the sidebar was collapsed (#201)
Co-authored-by: pany <939630029@qq.com>
2024-07-24 11:09:03 +08:00
pany
82b5bd81ef refactor: 完成多主题模块的重构 2024-03-29 21:14:11 +08:00
pany
5b531e75db wip: 重构多主题模块 2024-03-29 17:00:29 +08:00
pany
20f9ba8595 wip: 重构多主题模块 2024-03-28 21:34:24 +08:00
pany
7837bac010 style: 简化多主题样式 2024-03-25 13:48:08 +08:00
pany
952b327261 fix: 修复内容区全屏时顶部存在的间隙以及部分模态框不能显示的问题 2024-03-22 18:58:56 +08:00
pany
b7987218c0 fix: 非左侧模式时,Header 都是 fixed 布局 2024-03-22 11:04:37 +08:00
pany
c0a950b383 chore: remove useless code 2024-02-28 17:28:12 +08:00
pany
c6225b3cf7 style: simplify sidebar css 2024-02-28 17:04:25 +08:00
pany
d8ab55fe2a fix: 修复缩放侧边栏时 icon 轻微抖动问题 2024-02-27 17:23:24 +08:00
pany
02dca40083 feat: add useLayoutMode 2024-02-06 15:25:16 +08:00
pany
0a4d896965 feat: add useDevice 2024-02-06 13:39:56 +08:00
pany
b2597f1ffd fix: 修复子路由设置 hidden: true 不生效的问题 2024-02-05 17:26:42 +08:00
dingzhen
9510639b49
fix: 修复处于顶部模式时 el-menu 未自适应宽度去折叠的问题 (#153)
Co-authored-by: pany <939630029@qq.com>
2024-01-04 22:59:02 +08:00
pany
91350be394 style: 解决顶部模式下 navigation-bar 背景色遮挡了下方阴影的问题 2023-10-18 16:49:14 +08:00
pany
7307f4caa2 style: 优化 element-plus 2.4.1 版本下 el-menu--horizontal 样式 2023-10-18 15:48:54 +08:00
_island
5d1eeec01f
fix: sidebar scroll area is abnormal (#134)
* fix: sidebar scroll area is abnormal

* fix: display value

* fix: 防止顶部模式垂直滚动

* fix: 'div' should be 'block'

---------

Co-authored-by: pany <939630029@qq.com>
2023-10-07 16:29:43 +08:00
pany
a36c560810 docs: 完善 CompConsumer 组件注释 2023-09-22 17:34:52 +08:00
ClariS
8e83db5228
fix: 替换 %placeholder 后侧边栏 tip-line 样式丢失 (#132) 2023-09-07 17:12:31 +08:00
ClariS
574f47cb00
perf: 使用 %placeholder 代替 @mixin (#131) 2023-09-07 13:43:23 +08:00
pany
7bfacf333a feat: 新增页脚 Footer 组件 2023-09-05 18:03:30 +08:00
ClariS
6d6ee82379
fix: 左侧布局模式下取消固定 header 导致 header 底部阴影丢失 (#129) 2023-09-05 09:45:10 +08:00
ClariS
41c7ac1c9a
fix: app-scrollbar 设置高度 100% 不生效 (#128) 2023-09-04 17:26:42 +08:00
pany
d2952e0d16 feat: 水印功能 2023-08-31 17:28:05 +08:00
pany
2c7d5b2b76 wip: 水印 hook 优化 2023-08-30 18:26:49 +08:00
pany
46e9ea2f28 docs: 完善路由 title 以及文档链接 2023-08-29 19:12:56 +08:00
ClariS
1ef54abc1e
fix: 优化 TagsView 后导致 tag 显示顺序错乱 (#124) 2023-08-29 09:05:23 +08:00
ClariS
07f321ecbb
perf: 优化 TagsView (#123) 2023-08-28 19:34:05 +08:00