Repository: incubator-weex Updated Branches: refs/heads/0.15-dev f35f97d8d -> 7ca3a1e37
* [html5] remove useless style code Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/f31ecb35 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/f31ecb35 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/f31ecb35 Branch: refs/heads/0.15-dev Commit: f31ecb3501462447a51e88f0221cd97195a0412b Parents: c964a90 Author: erha19 <[email protected]> Authored: Mon Jul 24 17:03:07 2017 +0800 Committer: erha19 <[email protected]> Committed: Mon Jul 24 17:03:07 2017 +0800 ---------------------------------------------------------------------- html5/test/render/vue/data/dotvue/event-bubble-bar.vue | 11 ----------- html5/test/render/vue/data/dotvue/event-bubble.vue | 11 ----------- 2 files changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/f31ecb35/html5/test/render/vue/data/dotvue/event-bubble-bar.vue ---------------------------------------------------------------------- diff --git a/html5/test/render/vue/data/dotvue/event-bubble-bar.vue b/html5/test/render/vue/data/dotvue/event-bubble-bar.vue index 02f289d..5e68537 100644 --- a/html5/test/render/vue/data/dotvue/event-bubble-bar.vue +++ b/html5/test/render/vue/data/dotvue/event-bubble-bar.vue @@ -18,14 +18,3 @@ } } </script> - -<style scoped> -.event-bubble-outter { - height: 400px; - background-color: #f7f7f7; -} -.event-bubble-inner { - height: 200px; - background-color: #ccc; -} -</style> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/f31ecb35/html5/test/render/vue/data/dotvue/event-bubble.vue ---------------------------------------------------------------------- diff --git a/html5/test/render/vue/data/dotvue/event-bubble.vue b/html5/test/render/vue/data/dotvue/event-bubble.vue index 3ee3be4..eea9b29 100644 --- a/html5/test/render/vue/data/dotvue/event-bubble.vue +++ b/html5/test/render/vue/data/dotvue/event-bubble.vue @@ -23,14 +23,3 @@ } } </script> - -<style scoped> -.ct { - height: 600px; - background-color: #fff; -} -.txt { - font-size: 32px; - padding: 20px; -} -</style>
