Commit Graph

77 Commits

Author SHA1 Message Date
yuyang
d64f9503bf
feat: add tdesign components typing tips (#378)
* feat: add tdesign components typing tips

* chore: fix type
2022-12-19 18:16:01 +08:00
小余
05ded03b50
feat: 打开外部页面(内嵌/外链) (#377) 2022-12-16 15:12:02 +08:00
yuyang
12a88c6d3b
feat: import type as type (#375) 2022-12-11 17:30:06 +08:00
PDieE
6cd9fe9134
feat: 优化登录跳转支持回跳带query参数的页面 (#374) 2022-12-09 09:51:08 +08:00
yuyang
b83f188dbe
Feat/upgrade style (#365)
* feat: upgrade vars

* feat: replace vars

* feat: remove variables
2022-11-25 17:47:11 +08:00
yuyang
e886a98823
feat: upgrade tdesign-vue-next (#355) 2022-11-16 18:15:06 +08:00
小余
5d3cf75fa1
fix: 导航布局side模式小屏显示问题 (#348) 2022-11-15 10:55:58 +08:00
悠静萝莉
7a8d52060f
fix: 修复事件绑定错误(#344) (#345) 2022-10-21 13:13:24 +08:00
小余
509c49aace
feat: 将CSS Token设置为全局变量 (#327)
* feat:  @/style/variables设置为全局变量并移除相关引用

* feat: 移除主题定制预留

* fix: less 格式化
2022-10-01 11:28:42 +08:00
悠静萝莉
6f98a7958c
fix: 修复路径重复拼接的问题 (#319) 2022-09-22 13:59:37 +08:00
悠静萝莉
e1bc0a0d87
fix: 修复sidenav参数错误 (#315)
* perf: 增加配置判断 (#311)

新增配置项判断,避免出现undefined导致的无效url

* fix: 修复参数错误

Co-authored-by: Kerwin Bryant <kerwin612@qq.com>
2022-09-17 00:23:47 +08:00
paopao
12e869ddeb
feat: multiple tabs support action (#297)
* feat: multiple tabs support action

* refactor: tap change to tab

* feat(tab-router): handle operation effect

Co-authored-by: Uyarn <uyarnchen@gmail.com>
2022-09-14 12:27:02 +08:00
PDieE
d502c2e89c
feat(持久化): 使用插件将store数据持久化(除 permission) (#291)
* feat: 通知支持持久化

* feat: setting支持持久化

* feat: tabs-router支持持久化

* feat: user支持持久化
fix: 修复 user 和 permission 未正确初始化的问题

* feat: 使用持久化插件将store持久化

#278

* feat: rebase

* feat: rebase

* feat: rebase

* Update src/store/modules/setting.ts

Co-authored-by: 悠静萝莉 <i@mikuhl.cn>

* Update src/store/index.ts

Co-authored-by: 悠静萝莉 <i@mikuhl.cn>

* Update src/layouts/setting.vue

Co-authored-by: 悠静萝莉 <i@mikuhl.cn>

Co-authored-by: 悠静萝莉 <i@mikuhl.cn>
2022-09-08 08:52:01 +08:00
zengqiu
3e2fab1e3f
fix(breadcrumb): 修复面包屑导航垂直居中问题 (#298) 2022-09-08 01:12:09 +08:00
PDieE
4751ef8cb9
fix: 解决当打开多个标签后 退出会报错的问题 (#293)
* fix: 示例增加 suspense 代码解决打开多个标签后退出会报错的问题

* fix: 注释
2022-09-06 13:02:43 +08:00
zengqiu
88e358bfc8
fix(sidenav): 修复侧边栏折叠时版本号前显示 false 问题 (#294) 2022-09-06 11:28:41 +08:00
yuyang
4949f5d8be
fix: miss layout header (#292) 2022-09-05 15:23:29 +08:00
paopao
f614c37842
refactor: 将layout代码转成sfc (#279)
* feat: menuContent.tsx to MenuContent.vue

* feat: sideNav.tsx change to SideNav.vue

* feat: layout index.tsx change to index.vue

* fix: delete RenderFnIcon

* fix: tabRouters reactive and some optimization

* chore: fix typo

* fix: tab-router close fail

Co-authored-by: yuyang <uyarnchen@gmail.com>
2022-09-04 17:17:58 +08:00
yuyang
83cc3d7e90
fix: tab-router refresh fail (#289) 2022-09-03 22:15:00 +08:00
dodu2014
14a345c5d3
feat: tabs-router 支持存储路由的query,保证切换tab时,能保留页面参数 (#269)
* feat: tabs-router 支持存储路由的query,保证切换tab时,能保留页面参数

* fix: 设置 TRouterInfo.query 可空 可为null
2022-08-12 18:47:52 +08:00
yuyang
0c6ae6a286
fix: login reload crush (#268) 2022-08-11 15:49:23 +08:00
悠静萝莉
05d49fd2cf
feat: 添加组件key (#251) 2022-08-03 00:10:08 +08:00
悠静萝莉
86eb38220d
feat: 添加expanded属性,令菜单可以默认打开 (#245) 2022-08-02 18:03:12 +08:00
yuyang
ddafdc4c88
chore: rename component file name (#243)
* chore: rename component file name

* chore: upgrade dep

* chore: fix setup no unuse vars

* chore: typo

* fix: extra margin for a tag
2022-07-27 15:35:57 +08:00
PY
267546321f
feat: upgrade 0.17.4 (#225) 2022-07-12 14:16:08 +08:00
悠静萝莉
4067e7ca30
feat: router修改为自动导入 (#223)
* feat: router修改为自动导入

* fix: 修复CI编译错误并移除多余声明

* feat: 添加orderNo令自动导入的路由可以排序
2022-07-12 14:14:44 +08:00
悠静萝莉
6abf4ccbb3
feat: 添加hiddenBreadcrumb选项 (#224) 2022-07-10 14:53:22 +08:00
悠静萝莉
e78d4b6ee1
fix: 修复获取路由参数报错的问题 (#203) 2022-07-03 14:57:59 +08:00
yuyang
b8997d206c
feat: replace duplicated token (#202)
* feat: replace duplicate token

* feat: optimize layout scroll bar style
2022-06-30 19:08:21 +08:00
Wei Sheng
1fa7740e92
feat(sidenav): add default expanded (#200) 2022-06-30 10:55:16 +08:00
Tower He
af235ed036
fix: remove height and width settings of .setting-layout-color-group (#199) 2022-06-30 10:39:50 +08:00
yuyang
1d3dcb8546
fix: setting radio height (#193) 2022-06-27 12:37:42 +08:00
悠静萝莉
fb978b3668
chore: 别名替换 2022-06-23 14:16:36 +08:00
悠静萝莉
b95de96257
chore: 迁移原有文件并修改路径指向 2022-06-22 19:29:19 +08:00
Kerwin Bryant
893ffd474c
fixed issue 172 (#173) 2022-06-17 16:44:05 +08:00
Kerwin Bryant
db3561aa88
fix issue-166 (#168)
* fix issue-166

* fix issue-166
2022-06-14 18:46:33 +08:00
Kerwin Bryant
2c3ba03df5
refactor: 全面基于CSS Token改造 (#157)
* 去除冗余的less vars

* 替换less vars为css vars

* 统一css vars前缀
2022-05-31 19:03:52 +08:00
Kerwin Bryant
474cd2b6ab
修复页面滚动条不重置的问题 (#158) 2022-05-27 14:04:48 +08:00
yuyang
3a2d29df6c
feat: ignore cache demo (#155)
* fix: tab routes cache fails

* feat: add ignore cache routes demo
2022-05-23 17:47:41 +08:00
Kerwin Bryant
3244c18a8d
fix: 多个滚动列表之间切换时,页面不刷新导致的样式BUG (#152)
修复 #151
2022-05-12 15:51:41 +08:00
Kerwin Bryant
24451f7720
fix: [多标签Tab页] 关闭左侧,关闭其他可能导致主页标签被删除 (#148)
* fix: 主页和路由页独立

主页和路由页独立

fix #147

* refactor: 撤回不属于本次提交的更改

撤回不属于本次提交的更改
2022-05-07 12:50:17 +08:00
Kerwin Bryant
0fc86fcd76
frat: add lint for scoped-css (#138) 2022-04-30 23:16:41 +08:00
Uyarn
3cd18f18f7 feat: calc top for table affix 2022-04-28 16:33:33 +08:00
Uyarn
915a6bd118 refactor(card): replace all card with t-card 2022-04-28 16:33:33 +08:00
Kerwin Bryant
09c6b17b7e
优化菜单选中判断逻辑 (#132) 2022-04-28 11:14:13 +08:00
Kerwin Bryant
33bdd29561
修复issue#126 (#131)
* 修复issue#126

修复issue#126中的顶部菜单栏未选中的样式问题

* Update Header.vue

* Update Header.vue
2022-04-26 10:55:04 +08:00
Kerwin Bryant
5711c71e3a
修复不合理的样式 (#129)
* 修复不合理的样式

修复layout为top时头部菜单的不合理样式

* Update Header.vue
2022-04-25 14:21:36 +08:00
Kerwin Bryant
fef38d27c0
修复issue#126 (#130)
修复issue#126中的搜索框样式异常
2022-04-25 11:46:18 +08:00
Uyarn
5f4e8a9e7a fix: typo 2022-04-11 19:14:00 +08:00
Uyarn
733ca6ac22 feat(color): remove extra dependencies 2022-04-11 19:05:22 +08:00