Explorar el Código

init

newStyle
wangxiaohua hace 2 años
padre
commit
9a069e6d2e
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; 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>



Cargando…
Cancelar
Guardar