Browse Source

init

newStyle
wangxiaohua 2 years ago
parent
commit
9a069e6d2e
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      src/views/building/area.vue

+ 4
- 2
src/views/building/area.vue View File

@@ -300,8 +300,7 @@ export default {
height: 80vh;
background: #ffffff;
border-radius: 4px;
}
}

.app-titel {
width: 100%;
background: #FFFFFF;
@@ -309,6 +308,7 @@ export default {
display: flex;
justify-content: space-between;
padding: 0 10px;
padding-top: 15px;
}
.app-titel-name{
text-align: center;
@@ -333,5 +333,7 @@ export default {
.blockbox {
margin-left: auto;
}
}
}
</style>


Loading…
Cancel
Save