浏览代码

init

newStyle
wangxiaohua 4 年前
父节点
当前提交
9a069e6d2e
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. +4
    -2
      src/views/building/area.vue

+ 4
- 2
src/views/building/area.vue 查看文件

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



正在加载...
取消
保存