|
|
@ -124,7 +124,8 @@ export default {
|
|
|
|
height: calc(100% - 80px);
|
|
|
|
height: calc(100% - 80px);
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
overflow-y: auto;
|
|
|
|
overflow-y: auto;
|
|
|
|
background: rgba(3, 22, 48, 1);
|
|
|
|
background: #113666;
|
|
|
|
|
|
|
|
border: 1px solid #2d6cad;
|
|
|
|
.building-floor {
|
|
|
|
.building-floor {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
@ -180,7 +181,7 @@ export default {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: 6px;
|
|
|
|
margin-right: 6px;
|
|
|
|
height: 23px;
|
|
|
|
height: 23px;
|
|
|
|
width: 50px;
|
|
|
|
width: 55px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
line-height: 23px;
|
|
|
|
line-height: 23px;
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|