Skip to content

Commit f3ef093

Browse files
gongjsvanoneang
authored andcommitted
Component (#132):升级element-ui
* table组合案例 * 升级element-ui
1 parent b8b917e commit f3ef093

19 files changed

Lines changed: 480 additions & 1151 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
"@babel/polyfill": "^7.2.5",
1616
"axios": "~0.18.0",
1717
"better-scroll": "^1.13.2",
18-
"element-ui": "~2.4.6",
18+
"element-ui": "^2.8.2",
1919
"event-source-polyfill": "^0.0.16",
2020
"fastscan": "^1.0.4",
2121
"file-saver": "^2.0.1",
2222
"good-storage": "^1.1.0",
2323
"js-cookie": "^2.2.0",
24-
"sortablejs": "^1.8.4",
24+
"sortablejs": "^1.9.0",
2525
"vue": "^2.6.8",
2626
"vue-awesome-swiper": "^3.1.3",
2727
"vue-router": "~3.0.1",
@@ -50,8 +50,8 @@
5050
"semver": "^5.6.0",
5151
"shelljs": "^0.8.3",
5252
"validate-npm-package-name": "^3.0.0",
53-
"vue-template-compiler": "^2.6.8",
5453
"vue-markdown-loader": "^2.4.1",
54+
"vue-template-compiler": "^2.6.8",
5555
"yaml-front-matter": "^4.0.0"
5656
},
5757
"postcss": {

src/assets/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
@import './realize/global';
55

66
.lin-container {
7+
.el-divider--horizontal {
8+
margin:0px;
9+
}
710
.lin-title {
811
height: 59px;
912
line-height: 59px;
1013
color: $parent-title-color;
1114
font-size: 16px;
1215
font-weight: 500;
1316
text-indent: 40px;
17+
border-bottom: 1px solid #dae1ed;
1418
}
1519

1620
.lin-wrap {

src/components/base/button/button.scss

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/components/base/button/lin-button-group.vue

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)