Skip to content

Commit

Permalink
fix(SPA): 发布图片动态时超过8张图样式不正确的问题
Browse files Browse the repository at this point in the history
issue #509
  • Loading branch information
mutoe committed Dec 14, 2018
1 parent 424f17d commit 06a2f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions resources/spa/src/page/post/PostImage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="p-post-pic">
<div class="p-post-image">
<CommonHeader>
发布动态
<template slot="left">
Expand Down Expand Up @@ -139,8 +139,7 @@ export default {
</script>

<style lang="less" scoped>
.p-post-pic {
height: 100%;
.p-post-image {
background-color: #fff;
main {
Expand Down
1 change: 0 additions & 1 deletion resources/spa/src/page/post/PostText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export default {
<style lang="less" scoped>
.p-post-text {
background-color: #fff;
height: 100%;
main {
flex: auto;
Expand Down

0 comments on commit 06a2f67

Please sign in to comment.