Pan
fa54b927f7
tweak require icons
2018-09-05 15:22:16 +08:00
Shaw
6ecf8b820a
fix poor naming formats and typo in UploadExcel component ( #1047 )
2018-09-04 18:09:01 +08:00
Pan
a5dd905b46
perf[Sidebar]: refine el-scrollbar__bar css
2018-09-04 15:10:13 +08:00
Pan
676aaf3485
perf[Charts]: refine style
2018-09-04 15:03:47 +08:00
Pan
44e4bddc21
perf[Charts]: refine resize-mixin
2018-09-04 14:54:40 +08:00
花裤衩
a03d1edac6
fix[LineChart]: fixed transitionend bug ( #1045 )
...
Fixed https://github.com/PanJiaChen/vue-element-admin/issues/1036
2018-09-04 14:40:53 +08:00
Pan
2938e33d0e
tweak spelling mistake
2018-09-03 15:03:00 +08:00
花裤衩
2fb26525fa
feature[tagsView]: add refresh ( #1033 )
...
* add refresh
* fix bug
2018-08-31 16:11:04 +08:00
花裤衩
d0d1addba8
refactor[store]: refactor tagsView store ( #1032 )
2018-08-31 16:00:28 +08:00
Pan
0fe3f181ad
fix name typo
2018-08-31 14:45:29 +08:00
花裤衩
68de01e828
refactor[tagsView]: use el-scrollbar ( #995 )
2018-08-31 14:01:07 +08:00
Pan
6e569c4f4a
tweak
2018-08-30 17:13:17 +08:00
花裤衩
0fbda3c8c7
feature: add global size option ( #1024 )
2018-08-29 15:24:47 +08:00
Pan
5bbb4abe21
chore: in dev disable errorLog
2018-08-29 11:12:15 +08:00
Pan
1e50d4a93b
refactor[ExternalLink]: tweak externalLink judge
2018-08-28 18:19:52 +08:00
ZYSzys
ccf1791fca
chore: remove vue-multiselect ( #1018 )
2018-08-28 09:59:18 +08:00
Pan
2e1f36fe00
fix[backToTop]: continuous click bug #1007
2018-08-24 13:45:03 +08:00
花裤衩
00d292f67e
feature: [sidebar] add external-link ( #991 )
2018-08-24 10:06:09 +08:00
Pan
0e75dcc42a
fix[parseTime]: fix getDay() bug
2018-08-23 17:52:57 +08:00
mimimi
189e645b23
feature[Tinymce]: support i18n ( #994 )
2018-08-22 14:42:12 +08:00
Pan
b2570f891d
docs
2018-08-20 10:20:43 +08:00
花裤衩
e5d4290938
refactor: add eslint-plugin-vue && lint code ( #976 )
2018-08-19 16:55:24 +08:00
Leo
8f58baf617
fix typo ( #975 )
2018-08-17 18:03:53 +08:00
Pan
fded36c990
docs: change vueAdmin-template => vue-admin-template
2018-08-16 11:15:25 +08:00
Pan
53f3e7d5e6
format code
2018-08-15 17:29:15 +08:00
花裤衩
378ca2c217
update to webpack4 ( #889 )
2018-08-15 15:33:34 +08:00
Andrey Dos
1df59cc4b6
fix typo( #965 )
2018-08-15 14:51:08 +08:00
shufangyi
312a2ca8ed
fixBug[waves.js]: wave's position ( #949 )
...
* fixBug[waves.js]-wave's position
* fix[waves.js]-wave's position
2018-08-13 13:45:05 +08:00
Pan
f3733c0b37
fix: demo links
2018-08-13 13:13:41 +08:00
Pan
0ef14ff5c6
tweak
2018-08-09 11:03:13 +08:00
Pan
c57c6045c9
docs: tweak
2018-08-08 13:42:12 +08:00
_xiaotian
fe190b6188
perf[login.vue]: Improve input background and cursor color ( #927 )
...
* 完善input背景和光标色;
1.完善在Chrome浏览器时登陆界面的input标签 使用记住密码之后颜色和背景不一致;
2.目前的rgb值是 #2d3a4b 修改的rgb值是 #283443 ;
3.修复光标使用Chrome记录的账号之后变黑色;
4.移除 .title-container .title 重复的font-weight: 400;
5.不用IE我们大家都是好朋友!~
* Update index.vue
2018-08-01 11:03:29 +08:00
Pan
1e0b9c0055
fix[Tinymce]: fixed tinymce upload dialog bug #654
2018-07-31 11:12:38 +08:00
mimimi
5f20bfc780
fixed[tagsView]: DEL_OTHERS_VIEWS cachedViews bug ( #913 )
...
* mutations DEL_OTHERS_VIEWS state.cachedViews -> i type is string slice(begin: number, end: number)
2018-07-25 17:20:32 +08:00
mimimi
8851a68066
tweak setLocalStorgae -> setLocalStorage ( #894 )
2018-07-20 16:02:38 +08:00
Pan
878628b0ed
tweak code comments
2018-07-20 10:25:14 +08:00
Pan
e254fc6c1a
fix[Sidebar]: fixed sidebar bug when set hidden:true #880
2018-07-17 18:13:29 +08:00
花裤衩
513eb66d97
fix[UploadExcel]: add file type check ( #878 )
2018-07-17 13:30:52 +08:00
Pan
62e1c851c8
tweak
2018-07-16 11:18:13 +08:00
博文
aa7eab58f9
refactor(SidebarItem): optimizate SidebarItem ( #845 )
...
* refactor(sidebar-item): optimizate SiderbarItem.
* chore: update nested examples.
* fix: fix a wrong path.
* fix: fix a transition bug.
* fix: fix a wrong path.
* perf: using "router" mode of el-menu.
* Revert "perf: using "router" mode of el-menu."
This reverts commit cef02a30b0
.
* fix: complement i18n text.
2018-07-13 11:23:06 +08:00
花裤衩
77cb6b1f43
fix[excel]: default filename bug && format code ( #857 )
...
* fix filename bug
* format
* format
2018-07-11 14:16:28 +08:00
Pan
6a5197ad51
perf[css]: refine style
2018-07-10 13:22:16 +08:00
Pan
9b7a9a64e5
fix[css]: css bug in mobile #852
2018-07-10 13:02:19 +08:00
Pan
89ce53e185
fix[TagsView]: fix contextmenu position bug #850
2018-07-09 17:25:45 +08:00
Pan
9e04f58163
perf[login]: i18n of input placeholder #844
2018-07-07 01:44:29 +08:00
花裤衩
d98c5032f8
refine style ( #843 )
...
* refine style
* refine 404 style
* refine
2018-07-06 11:19:53 +08:00
ZYSzys
a575670cef
perf[ArticleDetail]: refine el-col :span ( #841 )
2018-07-06 10:07:43 +08:00
Pan
572a2d9c34
perf[Tinymce]: set nonbreaking_force_tab to true
2018-06-30 17:26:31 +08:00
Pan
59789d92cf
perf[uploadExcel]: fix typo
2018-06-28 09:53:55 +08:00
Pan
2687b2eb3c
perf[v-loading]: remove .body modifier #779
2018-06-26 17:10:21 +08:00
Pan
03b708870b
update doc
2018-06-25 14:54:02 +08:00
花裤衩
bdc31cea1a
chore: use Runtime-only ( #799 )
...
Detail see [Runtime-Compiler-vs-Runtime-only](https://vuejs.org/v2/guide/installation.html#Runtime-Compiler-vs-Runtime-only )
2018-06-25 11:17:47 +08:00
花裤衩
d995cdb332
add[example]: add nested routes example ( #789 )
2018-06-21 14:26:25 +08:00
Pan
cbc3ddd827
perf[uploadExcel]: add beforeUpload hock
2018-06-20 13:29:57 +08:00
Pan
03691739e1
add:[permission]: add checkPermission function
2018-06-19 17:52:05 +08:00
Pan
3f479664b6
perf[utils.js]: Add code comments to deepClone and remove redundant code
2018-06-19 11:26:46 +08:00
临书
cbee7b6f20
fix[TagView-component]: loss route querystring when operating tags ( #768 )
2018-06-13 16:57:07 +08:00
临书
2a590a2087
Support route query in TagView ( #765 )
2018-06-12 13:53:56 +08:00
Pan
c93fcefe54
perf[UploadExcel-component]: tweaks
2018-06-12 10:53:08 +08:00
Pan
9f8ac37497
perf[UploadExcel-component]: set readerData to promise
2018-06-12 09:56:53 +08:00
Pan
8c685cc4c6
doc: add code comments to request.js
2018-06-11 13:04:11 +08:00
kuviki
e40fd27775
Fix typo ( #747 )
2018-06-07 13:26:10 +08:00
Pan
f3ccd9f04e
perf[Tinymce]: remove legacyoutput #745
2018-06-06 19:46:31 +08:00
Pan
739aef4387
Remove redundant code
2018-06-01 17:04:33 +08:00
Insua
a7942636c6
fix(Tinymce): When content is null,set content to '' to avoid error ( #732 )
...
When get rich editor value(null) from backend,it will occur error
```
Error in nextTick: "TypeError: Cannot read property 'replace' of null"
```
So I set val to '' to avoid it
2018-06-01 15:38:08 +08:00
Pan
9ba1ea6933
perf[el-dragDialog]: add dragDialog callback function
2018-06-01 10:38:27 +08:00
Pan
320e941d9a
fix[Sticky]: fixed bug in resize #725
2018-05-31 17:16:24 +08:00
花裤衩
d0f6d3f1f6
chore: use babel-plugin-dynamic-import-node to lazy-loading ( #727 )
...
detail see https://panjiachen.github.io/vue-element-admin-site/#/zh-cn/lazy-loading?id=%E8%B7%AF%E7%94%B1%E6%87%92%E5%8A%A0%E8%BD%BD
2018-05-31 16:53:08 +08:00
Pan
0375542009
fix[Sticky]: fixed bug in resize #724
2018-05-31 13:22:12 +08:00
Pan
03e5f762b3
fix[Sticky]: fixed bug in resize #721
2018-05-31 10:50:38 +08:00
Pan
20aad46416
fix[permission]: directive demo typo
2018-05-30 15:27:44 +08:00
花裤衩
4fc25241fe
refactor example demo ( #713 )
...
* refactor: Adjust the example directory structure
* perf form demo
* refine editor-slide-upload css
* refine demo
2018-05-30 15:25:08 +08:00
Pan
6327869106
perf[transition]: refine transition animation
2018-05-29 14:31:55 +08:00
Pan
c861dd10cf
fix: [404.vue]: return-home button href bug
2018-05-28 15:33:47 +08:00
花裤衩
0a196f79ba
Add guide page #534 ( #707 )
...
detail see #534
2018-05-28 14:36:06 +08:00
Pan
d2d323bb02
fix: [sidebar.css] : style bug in windows #702
2018-05-28 11:01:07 +08:00
Pan
66613f0373
perf[filter]: remove duplicate code #661
2018-05-12 23:17:14 +08:00
Pan
6795c26d02
fix[Tinymce]: custom-btn bug in fullscreen
2018-05-09 14:36:17 +08:00
花裤衩
597df4844a
feature[permission]: add v-permission ( #653 )
2018-05-08 22:15:34 +08:00
Pan
1e103cf151
perf[dashboard]: add resonsive dashboard
2018-05-05 15:42:46 +08:00
花裤衩
99d53ee0ca
refactor[ScrollBar]: use el-scrollbar ( #646 )
2018-05-05 15:26:08 +08:00
Pan
f9d510ea78
perf[el-dragDialog]: use curring
2018-05-04 10:26:29 +08:00
Pan
9fbb028124
perf[permission]: add the verification of roles
2018-05-02 17:37:47 +08:00
花裤衩
0e4ea0871c
feat[sidebar]: add resonsive sidebar ( #636 )
2018-05-02 14:43:20 +08:00
Pan
88429bd809
Fix typo
2018-05-02 10:29:21 +08:00
xVirus
62a9565f86
siderbar.css add namespace ( #622 )
...
1. 原来的普通导航栏样式会使用 siderbar 的样式,背景黑底。
2. 修改后,sidebar 样式不变,普通导航栏可以正常使用。
2018-05-02 10:27:48 +08:00
Pan
f663b23b29
perf[el-dragDialog]: add the verification of moving edges
2018-04-30 14:58:08 +08:00
Pan
afd255d5ba
fix[el-dargDialog]: fixed drag bug in IE
2018-04-29 22:38:59 +08:00
Yuga Sun
543a9928cf
feat: add draggable kanban using vue-draggable ( #625 )
2018-04-25 22:05:07 +08:00
Pan
8f37950589
perf[Tinymce]: remove autosize plugin
2018-04-19 18:33:12 +08:00
Pan
6821eac35b
fix[complexTable]: fixed export_json_to_excel bug
2018-04-19 13:24:35 +08:00
Pan
cc5e62d5f5
fix[contextmenu]: adjust contextmenu z-index
2018-04-18 17:00:43 +08:00
Pan
0cccc636b8
perf[sidebar.css]: perf collapse transition Pan committed
2018-04-18 15:24:38 +08:00
Pan
563ce873bd
perf[Tinymce]: remove fullpage plugin
2018-04-17 10:19:01 +08:00
Pan
a160848367
fix typo
2018-04-15 21:01:03 +08:00
花裤衩
14fee27a92
feature: add drag dialog ( #477 )
2018-04-13 13:32:53 +08:00
花裤衩
c5faa63ee5
Update to Element ui@2.3.0 ( #596 )
...
* update element-ui && refactor sidebar.css
* format
2018-04-13 10:23:05 +08:00
weiwei Wang
d29a9486a2
[bug]: 修复401页面dialog里的动图在小屏不居中 ( #585 )
2018-04-11 10:05:35 +08:00
weiqinl
01442ce4d7
Fixed doc ( #578 )
...
优雅的使用 icon 此文档地址更新
2018-04-09 09:39:04 +08:00
Pan
f28a7149fb
fixed[Tinymce]: remove bbcode plugin
2018-04-07 00:38:32 +08:00
Pan
51ad902d8f
css[elment-ui.scss]: perf css
2018-04-07 00:35:18 +08:00
linlinjava
3cff6dcf4c
fix[BackToTop]: 数组/对象的默认值应当由一个工厂函数返回。 ( #571 )
2018-04-06 12:40:58 +08:00
Pan
afe975b3c2
fix[UploadExcel]: fix can't select the same excel
2018-03-30 17:08:01 +08:00
花裤衩
a55b149b27
perf[excel]: refactor excel ( #536 )
2018-03-26 13:54:19 +08:00
Pan
fc19121311
fix[TodoList]: fixed css bug with z-index #535
2018-03-26 13:23:42 +08:00
Pan
de06619266
fix:[menu]: some bug in only has one showing child #484
2018-03-22 13:55:39 +08:00
Yuga Sun
88c28f5d7e
perf: change in operation to Object.keys ( #518 )
2018-03-20 17:27:42 +08:00
Yuga Sun
26b84847dd
fix: change tab char to 2 spaces ( #522 )
2018-03-20 17:21:39 +08:00
Pan
3cc3e134c2
perf:[upload]: refine component name
2018-03-19 17:34:28 +08:00
Pan
2afb1dfabb
fix:[ImageCropper]: $emit close
2018-03-19 17:33:23 +08:00
Pan
5fe3d70246
perf[editor-dashboard]: refine css
2018-03-19 17:28:24 +08:00
Pan
4aa9345d90
fix[Tinmyce]: fiexd fullscreen ui bug
2018-03-19 17:19:13 +08:00
Pan
c398ee0ddc
perf[Charts]: add resize mixin
2018-03-13 18:36:11 +08:00
Pan
a633729215
perf[i18n]: TagsView contextmenu
2018-03-13 18:18:27 +08:00
Pan
5f4ce7fc71
update[ImageCropper]: update vue-image-crop-upload to new version
2018-03-13 17:57:05 +08:00
Pan
01928cd4ec
fix[Icons]: copy bug
2018-03-08 17:27:00 +08:00
Pan
27effcc54c
perf[Tinymce]: getContent
2018-03-08 16:51:09 +08:00
Pan
7cacd5a4ac
perf[Tinymce]: add SetContent listener
2018-03-07 09:57:45 +08:00
Pan
31b7fa6f55
perf[Tinymce]: set dialog append-to-body
2018-03-06 17:09:56 +08:00
Yusril Herlian Syah
ebb0b4a0ff
Fix typo ( #479 )
2018-03-02 15:23:32 +08:00
happystory
c356695f2e
perf[typo]: style guide fixe ( #476 )
2018-03-01 11:43:47 +08:00
Pan
ae41459cb1
type
2018-02-27 10:21:53 +08:00
Pan
aa592cfb69
pref[hamburger]: remove redundant class
2018-02-26 11:23:06 +08:00
Pan
9205a85c2d
perf[pagination]: remove current-page sync
...
do not use sync
2018-02-22 18:35:51 +08:00
Pan
6938dd3caf
Revert "perf[pagination]: Avoid repeating trigger requests"
...
This reverts commit 398d59d78a
.
2018-02-22 18:29:09 +08:00
Pan
398d59d78a
perf[pagination]: Avoid repeating trigger requests
2018-02-07 11:06:28 +08:00
Pan
305d659431
perf[tinymce]: perf tinymce demo
2018-02-01 11:07:07 +08:00
Pan
09e613b33a
perf[icon]: change some icons
2018-01-30 17:26:55 +08:00
Pan
c0ed44932e
fix[dragTable]: fixed bug in Firefox
2018-01-30 15:18:52 +08:00
Pan
a48a1bd8be
Doc[route]: refine treeTable name
2018-01-30 15:05:33 +08:00
Pan
55e8cd5306
perf[treeTable]: set treeTable to keep-alive
2018-01-30 10:05:25 +08:00
Zenon
dc9e27e4b1
1.fix bug ( #431 )
...
* 1.fix bug
2.update treeTable readme
3.update args name in treetable/eval.js
* 1.treeTable animate
2018-01-30 09:58:25 +08:00
Pan
d754eae662
perf[markdown-editor]
2018-01-29 14:45:43 +08:00
Pan
eef99d3d14
fix[tags-view]: fixed contexrmenu bug on firefox
2018-01-25 13:52:28 +08:00
Pan
6f2a7ce804
feat[menu]: add alwaysShow option
2018-01-24 14:47:20 +08:00
Zenon
2e0d3fd0e4
修改treeTable相关 ( #422 )
...
* 1.删除无用的属性
2.修改readme
3.修改eval.js,给后两个参数设置默认值
* update readme
2018-01-24 10:33:05 +08:00
Pan
0d47e3454e
perf[treeTable]
2018-01-23 15:12:17 +08:00
Pan
3253a91a7e
format[treeTable]: format code
2018-01-23 15:03:09 +08:00
Zenon
1610945813
feat[treeTable]: add treeTable ( #415 )( #319 )
...
* 1.增加treeTable
2.增加两个treeTable的demo
* 1.增加treeTable的使用功能说明
* 优化代码,去除console
* 修复bug
* 修复marLTemp变量未清空的bug
* 修复marLTemp变量未清空的bug
* 修复marLTemp变量未清空的bug
* 修改customTree,使其展示无columns时的功能
2018-01-23 14:44:47 +08:00
Pan
840eda6e27
fix[login]: fixed thirtparty login dialog bug
2018-01-22 15:55:40 +08:00
Pan
700e08b795
perf[css]: perf login-container css #404
2018-01-19 15:33:24 +08:00
Pan
3c0696d1a9
fix[tags-view]: fixed delete cachedViews bug #395
2018-01-12 13:30:27 +08:00
Pan
76a6eb12e7
perf[json-editor]:refine css
2018-01-11 11:44:34 +08:00
Pan
2c147649ba
perf[json-editor]:refine css
2018-01-11 11:28:14 +08:00
Pan
54acf1e0d5
perf[permission]:set role => roles
2018-01-05 11:38:34 +08:00
Pan
de08e49f19
fix[i18n]: fixed defalut language bug
2018-01-04 12:37:08 +08:00
Pan
2472107768
perf[i18n]: refine generateTitle function
2018-01-04 10:04:14 +08:00
Pan
d18902dfee
perf[style]: refine css
2018-01-04 10:03:33 +08:00
Pan
9ba2648689
fix[sidebar]: fixed nest menu and noDropdown item bug
2018-01-03 13:40:22 +08:00
Pan
1d0b26cec8
perf[upload-excel]: support drag upload
2018-01-02 16:30:59 +08:00
花裤衩
45fef9b431
Feature/english ( #381 )
...
* perf[navbar]: set langSelect to component && refine errorLog component
* feat[login]:add 18n to login form
* fix[pagination]: fixed when selected page-sizes
* perf[i18n]:dashboard document svg permission
* perf[charts]: perf effect
* perf[i18n]:excel && zip
* perf[i18n]: table && errorLog && theme
* perf[i18n]: components
* perf[i18n]: direct use $t
* perf[i18n]: complex-table
* update README.md
* update README.md 📘
* perf[i18n]: refine code comments
2017-12-29 16:07:42 +08:00
Pan
83e56488d8
fix[pagination]: fixed when selected page-sizes
2017-12-25 15:49:52 +08:00
Pan
f3bfaa0f2b
feat[login]:add 18n to login form
2017-12-25 15:49:52 +08:00
Pan
e261fbcbfb
perf[navbar]: set langSelect to component && refine errorLog component
2017-12-25 15:49:52 +08:00
Pan
471c297f13
perf[css]: refine element-ui default size
2017-12-22 16:25:07 +08:00
Pan
cb3578e5c3
perf[drag-table]:refine the effect && fixed row-key bug
2017-12-22 11:09:54 +08:00
tlx6550
fe25c4d96b
fix[tags-view]: fixed bug in DEL_OTHERS_VIEWS ( #368 )
2017-12-22 10:29:47 +08:00
Pan
7fef8568c2
perf: use import replace require.ensure
2017-12-21 13:25:29 +08:00
Pan
0dfa56c73e
perf: element-ui css
2017-12-18 18:47:06 +08:00
Pan
021c147b31
perf:code
2017-12-18 10:19:35 +08:00
花裤衩
dc162093cc
refactor[core]: use webpack-dev-server now ( #355 )
...
* bump deps: update vue-splitpane version
* refactor[chore]: use webpack-dev-serve build
* perf:settings
* doc: uodate readme
2017-12-15 14:07:55 +08:00
Pan
8fd786c4ed
perf[tags-view]: when closeOthersTags moveToCurrentTag
2017-12-14 11:01:07 +08:00
Pan
4d3bbae183
perf[tags-view]:refine the style && format code
2017-12-13 18:33:12 +08:00
leij1ang
b6d97f1806
feat[tags-view]: tags-view add contextmenu ( #343 )
...
* add the menu by right-clicking the tags
* bug fixed
* refine
2017-12-13 17:43:03 +08:00
Pan
a68413cb8f
refactor[errorLog]: save the logs in vuex
2017-12-13 13:52:14 +08:00
Pan
f9aaaa9091
perf[errorLog]:optimized error-log
2017-12-12 18:14:31 +08:00
Pan
85492f148f
fix[scrollPane&&scrollBar]:fixed scroll bug in Firefox
2017-12-12 13:28:33 +08:00
Pan
b53d0945ab
fix(dndList): fixed the name same as router
2017-12-08 18:09:15 +08:00
Pan
ca75f7bcbc
perf(tagsView):split to single modules
2017-12-08 16:17:40 +08:00
lvsmart
b7939165d1
get real version from node_modules
2017-12-08 11:49:34 +08:00
Pan
ebc2ac08b7
add(inlineEditable): add the calcel btn to restore the title
2017-12-08 11:07:20 +08:00
Pan
a9d2978c31
perf[permission]: set replace: true so the navigation will not leave a history record
2017-12-07 17:33:30 +08:00
Pan
a4597887ac
style:refine css
2017-12-07 16:03:07 +08:00
Pan
acebaeae0c
perf(i18n): add generateTitle to utils
2017-12-06 14:18:28 +08:00
Pan
d09923ff4f
fix[sidebar]:fixed when sidebar item only has one children but nested #327
2017-12-05 18:42:15 +08:00
Pan
705b9ccefd
add(tags-view): moveToCurrentTag
2017-12-05 11:15:39 +08:00
Pan
c84964d77c
perf(sidebar): rm unique-opened
2017-12-04 17:33:58 +08:00
Pan
8f9de5c641
perf:refine dashboard responsive
2017-12-04 14:28:26 +08:00
Pan
7f2bd58035
doc:add new article
2017-12-01 17:47:08 +08:00
Pan
b4b9d166c4
perf:el-agination add background
2017-11-30 18:18:36 +08:00
Pan
8ce571b61d
perf:rm mock api timeout
2017-11-30 18:04:00 +08:00
Pan
38192b828d
perf:refine complexTable demo
2017-11-30 18:02:31 +08:00
Pan
72f653dcc7
perf:refine article demo
2017-11-30 16:55:46 +08:00
donng
4dfa878fc6
index首页代码修改
2017-11-30 15:46:41 +08:00
Pan
cef1f11931
fix:fixed sticky component bug in keep-alive
2017-11-29 15:57:47 +08:00
Pan
443c7aed3c
style:fixed class conflict
2017-11-29 14:17:37 +08:00
Pan
0f5304112c
fix:fixed theme-picker bug
2017-11-29 14:11:25 +08:00
Pan
dd3e22d5a1
perf:change i18n-demo to resizeable
2017-11-29 11:33:11 +08:00
Pan
d99cb068aa
fix:fixed tags-view bug
2017-11-29 11:22:25 +08:00
Pan
d476e32032
Merge branch 'master' into refacor/style
2017-11-29 10:05:09 +08:00
Pan
8f2b0c94ba
fix:fixed case-sensitive bug
2017-11-28 22:28:01 +08:00
Pan
e00f2aedc7
fix:fixed case-sensitive bug
2017-11-28 18:35:27 +08:00
Pan
df28ad7078
fix:fixed case-sensitive bug
2017-11-28 18:34:57 +08:00
Pan
a56d6f0cbd
rm:remove redundant code
2017-11-27 13:58:42 +08:00
Pan
bee26561aa
feat:add share demo
2017-11-27 11:47:13 +08:00
Pan
2ec9fe74a8
fix:fixed view tags bug
2017-11-27 11:11:28 +08:00
Pan
dec160fd1e
chore: change inject package dependencies
2017-11-27 10:51:54 +08:00
Pan
c06baffb17
perf:format code
2017-11-27 10:46:08 +08:00
Pan
f876b9b678
perf:refine breadcrumb
2017-11-24 15:35:38 +08:00
Pan
061fa1f2a5
style:refien css
2017-11-24 14:34:19 +08:00
Pan
1c4c3380e6
perf:change favicon
2017-11-23 10:35:54 +08:00
Pan
98604af104
style:refine tagsview css
2017-11-22 16:16:12 +08:00
Pan
3cb1e321d3
refactor:change tabs-view to tags-view
2017-11-22 11:21:09 +08:00
Pan
f2fcdee815
perf:format code&&fix typo
2017-11-22 11:01:19 +08:00
Pan
ed34ea3e07
perf:replace favicon
2017-11-22 10:01:53 +08:00
Pan
43a51148fe
refactor:dropdown menu
2017-11-21 10:37:33 +08:00
Pan
3f9df15c30
refactor:refine sidebar css
2017-11-21 10:14:20 +08:00
Pan
690c779c64
refactor:add documentation
2017-11-20 17:37:58 +08:00
Pan
f6279077de
fix:handleSetLineChartData bug
2017-11-17 18:45:40 +08:00
Pan
6b13ffce66
fix:fix tinymce destroy bug
2017-11-17 17:57:17 +08:00
Pan
d20585a3f9
refactor:foramt views/component-demo
2017-11-17 17:51:41 +08:00
Pan
46b4f74969
rm:remove chart/index
2017-11-17 15:10:09 +08:00
Pan
8c204b9837
rm:remove keyboard2 demo
2017-11-17 15:07:21 +08:00
Pan
339d760771
refactor:format code
2017-11-17 14:57:39 +08:00
Pan
6d6a9df5b8
refactor:views/components
2017-11-17 11:36:49 +08:00
Pan
1286324214
refactor:layout
2017-11-16 18:50:59 +08:00
Pan
372c4489f0
style:refine 404
2017-11-16 17:55:42 +08:00
Pan
1511fe3778
fix:remove semi
2017-11-16 17:26:34 +08:00
Pan
122f7cafa6
Merge branch 'refacor/style' of https://github.com/PanJiaChen/vue-element-admin into refacor/style
2017-11-16 17:25:32 +08:00
Pan
6d1059f6a8
refactor:dashboard
2017-11-16 17:25:28 +08:00
Reza Haidari .A
1d4f12187f
add validate email method
2017-11-15 01:37:50 -06:00
Pan
35055c5e51
style:breadcrumb add transition
2017-11-14 10:09:32 +08:00
Pan
61deec548c
refactor:change name=> fetch.js to request.js
2017-11-07 13:55:57 +08:00
Pan
5eda0685ed
add: add transition.css
2017-11-07 11:41:59 +08:00
Pan
11beefdb44
add: add variables.scss
2017-11-06 18:18:14 +08:00
Pan
7e1ba16d12
refactor:add scroll-bar to sidebar
2017-11-06 16:02:13 +08:00
Pan
7451ed6299
style:refine sidebar css
2017-11-06 15:24:04 +08:00
Pan
71aa416d71
style:refine css
2017-11-06 13:52:13 +08:00
Pan
4723a02a4b
refine: refine i18n
2017-11-06 13:46:29 +08:00
Pan
e05da2650b
feature:add i18n
2017-11-03 18:37:49 +08:00
Pan
bb1d939a94
reactor:refine code&&demo
2017-11-02 17:58:35 +08:00
Pan
ac5d087ea4
style:refine sidebar css
2017-11-02 15:55:56 +08:00
Pan
c53fb7fbb1
style:refine sidebar css
2017-11-02 15:51:29 +08:00
Pan
660ff765f5
fix:fix tabsView path bug
2017-11-01 18:43:06 +08:00
Pan
aaf24b4654
fix:levelbar&&tabsview bug
2017-11-01 17:55:11 +08:00
Pan
8211016078
refactor:replace custom-theme
2017-11-01 17:03:17 +08:00
Pan
374fd3ffeb
feature:change theme online
2017-11-01 15:48:30 +08:00
Pan
e8b34bbc0d
refactor:update element-ui
2017-11-01 11:26:57 +08:00
Pan
fe31c88193
refactor:update element
2017-11-01 10:03:28 +08:00
Pan
3b89cde53a
refactor: echarts addEventListener about resize
2017-10-31 17:25:57 +08:00
Pan
59e240eb9a
upload:upload vue && change scope to slot-scope
2017-10-31 16:25:19 +08:00
Pan
98d5f9a247
lint:format code style
2017-10-31 16:04:30 +08:00
Pan
d56831679e
style:refine tabsview css
2017-10-31 14:42:58 +08:00
Pan
2c868f47d9
fix:fix tinymce bug in <keep-alive>
2017-10-31 11:06:41 +08:00
Pan
1ae31fdd45
refactor:add keep-alive && component add name
2017-10-31 10:49:24 +08:00
Pan
a932272b8f
refactor:router
2017-10-26 18:27:39 +08:00
Pan
577e4dc17e
refactor: case sensitive
2017-10-26 14:21:21 +08:00
Pan
0d9188b206
refactor: case sensitive
2017-10-26 14:21:03 +08:00
Pan
5b3b8b87d1
refactor:change MdEditor to MarkdownEditor
2017-10-26 14:06:32 +08:00
Pan
2c82d0a28e
refactor: set markdown autoDownloadFontAwesome to false
2017-10-26 11:07:51 +08:00