mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 07:16:44 +08:00
修改
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div class="main">
|
||||
<!-- <div class="mianRouter"> -->
|
||||
<router-view></router-view>
|
||||
<!-- </div> -->
|
||||
<!-- 底部 -->
|
||||
<div class="grateful">
|
||||
<img src="../../assets/images/grateful/gratefulFooter.png" alt="" />
|
||||
@@ -19,14 +21,23 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.main{
|
||||
.main {
|
||||
background-color: #f2F5F7;
|
||||
// height: 100%;
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
|
||||
// .mianRouter {
|
||||
// flex: 1;
|
||||
// }
|
||||
}
|
||||
|
||||
.grateful {
|
||||
width: 100%;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,6 +45,7 @@ export default {
|
||||
height: 240px;
|
||||
background: url('../../../public/images/courseBg.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
|
||||
.portal-header {
|
||||
height: 72px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user