Explorar el Código

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

newStyle
lancer hace 2 años
padre
commit
a3bf8cd258
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      src/views/building/area.vue

+ 4
- 2
src/views/building/area.vue Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar