Skip to content

Commit

Permalink
remove useless style
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Jan 1, 2018
1 parent a11638d commit 92e01d9
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 24 deletions.
9 changes: 2 additions & 7 deletions build/index.native.js

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

14 changes: 6 additions & 8 deletions build/index.web.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/city/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@

.panel {
height: 300px;
align-items: center;
margin-top: 40px;
}
</style>
2 changes: 1 addition & 1 deletion packages/wxc-grid-select/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ More details can be found in [here](https://github.com/alibaba/weex-ui/blob/mast
| customStyles{checkedBorderColor} |`String` |`N`| `#ffb200` | checked border color |
| customStyles{disabledBorderColor} | `String` | `N`|`transparent` | disabled border color |
| customStyles{backgroundColor} | `String` | `N`|`#f6f6f6` | background color |
| customStyles{checkedBackgroundColor} | `String` |`N`| `#fff` | checked background color |
| customStyles{checkedBackgroundColor} | `String` |`N`| `#ffffff` | checked background color |
| customStyles{disabledBackgroundColor} | `String` | `N`|`#f6f6f6` | disabled background color |
| customStyles{icon} | `String` | `N`| `x` | icon when checked |

Expand Down
2 changes: 1 addition & 1 deletion packages/wxc-grid-select/README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
| customStyles{checkedBorderColor} |`String` |`N`| `#ffb200` | 选中状态边框色值 |
| customStyles{disabledBorderColor} | `String` | `N`|`transparent` | 不可选状态边框色值 |
| customStyles{backgroundColor} | `String` | `N`|`#f6f6f6` | 正常状态背景色值 |
| customStyles{checkedBackgroundColor} | `String` |`N`| `#fff` | 选中状态背景色值 |
| customStyles{checkedBackgroundColor} | `String` |`N`| `#ffffff` | 选中状态背景色值 |
| customStyles{disabledBackgroundColor} | `String` | `N`|`#f6f6f6` | 不可选状态背景色值 |
| customStyles{icon} | `String` | `N`| `x` | 选中状态icon,base64或url,传空则不显示 |

Expand Down
1 change: 0 additions & 1 deletion packages/wxc-grid-select/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,5 @@
.grid-select {
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
</style>
2 changes: 1 addition & 1 deletion packages/wxc-indexlist/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
flex-direction: row;
align-items: center;
justify-content: center;
background-color: #FFF;
background-color: #ffffff;
}

.item-name {
Expand Down
2 changes: 1 addition & 1 deletion packages/wxc-page-calendar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
right: -750px;
width: 750px;
color: #333333;
background-color: #fff;
background-color: #ffffff;
}

.flex-item {
Expand Down
2 changes: 0 additions & 2 deletions packages/wxc-rich-text/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

<style scoped>
.wxc-rich-text {
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
}

Expand Down
2 changes: 1 addition & 1 deletion packages/wxc-simple-flow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
.root {
padding-top: 28px;
padding-bottom: 24px;
background-color: #fff;
background-color: #ffffff;
}

.title {
Expand Down
2 changes: 1 addition & 1 deletion packages/wxc-slider-bar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
.slide-block {
width: 56px;
height: 56px;
background-color: #fff;
background-color: #ffffff;
border-radius: 28px;
border-width: 1px;
border-color: rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit 92e01d9

Please sign in to comment.