Browse Source

Merge branch 'master' of http://git.2weisou.com/wangxiao/zkPCproject into master

newStyle
lancer 2 years ago
parent
commit
a3bf8cd258
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; height: 80vh;
background: #ffffff; background: #ffffff;
border-radius: 4px; border-radius: 4px;
}
}

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



Loading…
Cancel
Save