696fafe3 by 杨威

楼盘表幢信息显示样式修改

1 parent f1eeb752
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
97 </div> 97 </div>
98 <!-- 楼盘表主体 --> 98 <!-- 楼盘表主体 -->
99 <div class="lp-overview" :style="{ width: lpbContentwidth + 'px' }"> 99 <div class="lp-overview" :style="{ width: lpbContentwidth + 'px' }">
100 <lpbContent ref="lpbContent" :zrzbsm="$route.query.zrzbsm" :key="time"></lpbContent> 100 <lpbContent ref="lpbContent" :zrzbsm="$route.query.bsm" :key="time"></lpbContent>
101 </div> 101 </div>
102 <!-- 右侧图例 --> 102 <!-- 右侧图例 -->
103 <div class="lp-legend"> 103 <div class="lp-legend">
......
...@@ -133,7 +133,9 @@ ...@@ -133,7 +133,9 @@
133 133
134 <!-- 逻辑幢名称 --> 134 <!-- 逻辑幢名称 -->
135 <div class="ljz-name name"> 135 <div class="ljz-name name">
136 {{ ljzs.ljzmc }} 136 <p>
137 {{ ljzs.ljzmc }}
138 </p>
137 </div> 139 </div>
138 </div> 140 </div>
139 </div> 141 </div>
...@@ -763,7 +765,8 @@ export default { ...@@ -763,7 +765,8 @@ export default {
763 bottom: 0; 765 bottom: 0;
764 position: absolute; 766 position: absolute;
765 height: 40px; 767 height: 40px;
766 background-color: rosybrown; 768 // background-color: rosybrown;
769 border:1px solid #E6E6E6
767 } 770 }
768 // .chTable-wrap{ 771 // .chTable-wrap{
769 // position: absolute; 772 // position: absolute;
...@@ -787,7 +790,12 @@ export default { ...@@ -787,7 +790,12 @@ export default {
787 .ljz-name { 790 .ljz-name {
788 width: calc(100% - 32px); 791 width: calc(100% - 32px);
789 height: 40px; 792 height: 40px;
790 background-color: darkorange; 793 // background-color: darkorange;
794 p{
795 width: 100%;
796 height: 100%;
797 border:1px solid #E6E6E6
798 }
791 } 799 }
792 } 800 }
793 div:last-child { 801 div:last-child {
...@@ -813,7 +821,8 @@ export default { ...@@ -813,7 +821,8 @@ export default {
813 display: inline-table; 821 display: inline-table;
814 .zdy-name { 822 .zdy-name {
815 bottom: 0; 823 bottom: 0;
816 background-color: blanchedalmond; 824 // background-color: blanchedalmond;
825 border:1px solid #E6E6E6
817 } 826 }
818 } 827 }
819 .zdy-zdy:last-child { 828 .zdy-zdy:last-child {
...@@ -823,7 +832,8 @@ export default { ...@@ -823,7 +832,8 @@ export default {
823 .zdy-name { 832 .zdy-name {
824 width: calc; 833 width: calc;
825 height: 40px; 834 height: 40px;
826 background-color: rosybrown; 835 // background-color: rosybrown;
836 border:1px solid #E6E6E6
827 } 837 }
828 } 838 }
829 .column-reverse { 839 .column-reverse {
...@@ -898,7 +908,8 @@ export default { ...@@ -898,7 +908,8 @@ export default {
898 .zrz { 908 .zrz {
899 height: 60px; 909 height: 60px;
900 line-height: 60px; 910 line-height: 60px;
901 background-color: darkgoldenrod; 911 background-color: #ffffff;
912 border:1px solid #E6E6E6;
902 position: relative; 913 position: relative;
903 bottom: 66px; 914 bottom: 66px;
904 text-align: center; 915 text-align: center;
......