Commit cd0251eb authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 2b0dceaf 4843d50e
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</div> </div>
</div> </div>
</template> </template>
<script> <script>
import Breadcrumb from "./breadcrumb/index.vue"; import Breadcrumb from "./breadcrumb/index.vue";
import { peopelList } from "@/api/userPortrait"; import { peopelList } from "@/api/userPortrait";
...@@ -96,11 +96,12 @@ export default { ...@@ -96,11 +96,12 @@ export default {
}, },
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
@headerH: 4.5rem; @headerH: 4.5rem;
.Container { .Container {
width: 100%;
height: 100% !important; height: 100% !important;
// background: #fac; // background: #fac;
background: #f5f5f5; background: #f5f5f5;
...@@ -182,5 +183,3 @@ export default { ...@@ -182,5 +183,3 @@ export default {
padding: 0 5rem; padding: 0 5rem;
} }
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment