Skip to content

Commit b7a1289

Browse files
committed
商品列表已完成
1 parent 132d942 commit b7a1289

File tree

9 files changed

+436
-26
lines changed

9 files changed

+436
-26
lines changed

package-lock.json

Lines changed: 61 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"element-ui": "^2.15.6",
1414
"less": "^4.1.1",
1515
"less-loader": "^10.0.1",
16+
"lodash": "^4.17.21",
1617
"vue": "^2.6.11",
18+
"vue-quill-editor": "^3.0.6",
1719
"vue-router": "^3.0.7",
1820
"vue-table-with-tree-grid": "^0.2.4"
1921
},

src/assets/css/global.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,13 @@ html,body,#app {
1616

1717
.el-table {
1818
margin-top: 15px;
19-
}
19+
}
20+
21+
.el-steps {
22+
margin: 15px 0;
23+
}
24+
25+
.el-step__title {
26+
font-size: 14px;
27+
}
28+

0 commit comments

Comments
 (0)