Skip to content

Commit

Permalink
1、添加 yd-scrollnav 滚动导航组件。
Browse files Browse the repository at this point in the history
2、添加 yd-preview 表单预览组件。
3、解决 yd-textarea 组件字体颜色设置问题。
4、解决 yd-scrolltab 组件左侧内容过多时定位问题。
5、解决 yd-search 组件搜索后内容被清空问题。
  • Loading branch information
ydcss committed Dec 27, 2017
1 parent 8ac5aa3 commit f098ae7
Show file tree
Hide file tree
Showing 112 changed files with 929 additions and 215 deletions.
2 changes: 2 additions & 0 deletions build/webpack.dist.components.px.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ module.exports = merge(distCommonWebpackConfig, {
"/lib.px/step/index": "./src/components/step/index.js",
"/lib.px/checklist/index": "./src/components/checklist/index.js",
"/lib.px/search/index": "./src/components/search/index.js",
"/lib.px/scrollnav/index": "./src/components/scrollnav/index.js",
"/lib.px/preview/index": "./src/components/preview/index.js",
},
module: {
loaders: [
Expand Down
2 changes: 2 additions & 0 deletions build/webpack.dist.components.rem.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ module.exports = merge(distCommonWebpackConfig, {
"/lib.rem/step/index": "./src/components/step/index.js",
"/lib.rem/checklist/index": "./src/components/checklist/index.js",
"/lib.rem/search/index": "./src/components/search/index.js",
"/lib.rem/scrollnav/index": "./src/components/scrollnav/index.js",
"/lib.rem/preview/index": "./src/components/preview/index.js",
}
});
4 changes: 2 additions & 2 deletions dist/lib.px/accordion/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/actionsheet/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/backtop/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/badge/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/button/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/cell/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/checkbox/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/checklist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/cityselect/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/countdown/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib.px/countup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/lib.px/datetime/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/lib.px/dialog/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit f098ae7

Please sign in to comment.