forked from alibaba/ice
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into change-FixedHeaderFooterResponsiveLayout-s…
…napshot
- Loading branch information
Showing
12 changed files
with
38 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import PrIceContainer from './PrIceContainer'; | ||
import PriceCard from './PriceCard'; | ||
|
||
export default PrIceContainer; | ||
export default PriceCard; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{ | ||
"name": "@icedesign/fixed-header-footer-responsive-layout", | ||
"version": "0.1.10", | ||
"description": | ||
"固定的顶部导航 + 底部栏 + 自适应宽度内容区的布局,通常用于项目介绍页或首页。", | ||
"files": ["src/", "lib/", "demo/", "mock/"], | ||
"version": "0.1.12", | ||
"description": "固定的顶部导航 + 底部栏 + 自适应宽度内容区的布局, 通常用于项目介绍页, 首页。", | ||
"files": [ | ||
"src/", | ||
"lib/", | ||
"demo/", | ||
"mock/" | ||
], | ||
"author": { | ||
"name": "ICE Team", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{ | ||
"name": "@icedesign/header-aside-footer-layout", | ||
"version": "0.1.10", | ||
"description": | ||
"固定宽度的内容区域,顶栏 + 侧栏 + 底栏,通常用于中后台站点正文内容。", | ||
"files": ["src/", "lib/", "demo/", "mock/"], | ||
"version": "0.1.12", | ||
"description": "固定宽度的内容区域, 顶栏 + 侧栏 + 底栏, 通常用于中后台站点正文内容", | ||
"files": [ | ||
"src/", | ||
"lib/", | ||
"demo/", | ||
"mock/" | ||
], | ||
"author": { | ||
"name": "ICE Team", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
{ | ||
"name": "@icedesign/header-footer-layout", | ||
"version": "0.1.10", | ||
"description": | ||
"基础布局,头部导航 + 底部栏 + 固定宽度内容区,通常用于站点首页或者通用辅助页面。", | ||
"files": ["src/", "lib/", "demo/", "mock/"], | ||
"version": "0.1.12", | ||
"description": "基础布局, 头部导航 + 底部栏 + 固定宽度内容区, 通常用于站点首页或者通用辅助页面。", | ||
"files": [ | ||
"src/", | ||
"lib/", | ||
"demo/", | ||
"mock/" | ||
], | ||
"author": { | ||
"name": "ICE Team", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters