feat: add component sticky

This commit is contained in:
huanghong
2022-03-31 00:33:19 +08:00
parent ecf375c1b2
commit d630710c83
14 changed files with 339 additions and 39 deletions

View File

@@ -10,6 +10,7 @@ export default {
document: '项目文档',
reminder: '温馨提示',
loginOutMessage: '是否退出本系统?',
back: '返回',
ok: '确定',
cancel: '取消',
reload: '重新加载',
@@ -132,7 +133,8 @@ export default {
user: '用户管理',
role: '角色管理',
document: '文档',
inputPassword: '密码输入框'
inputPassword: '密码输入框',
sticky: '黏性'
},
analysis: {
newUser: '新增用户',
@@ -331,6 +333,9 @@ export default {
center: '中',
right: '右'
},
stickyDemo: {
sticky: '黏性'
},
tableDemo: {
table: '表格',
tableDes: '基于 ElementPlus 的 Table 组件二次封装',