优化界面显示
This commit is contained in:
parent
fd7c0fabf0
commit
423e80ef0b
@ -269,7 +269,7 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.table {
|
.table {
|
||||||
/*width: 1300px;*/
|
/*width: 1300px;*/
|
||||||
height: 516px;
|
height: 546px;
|
||||||
margin: 0 30px;
|
margin: 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -267,7 +267,7 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.table {
|
.table {
|
||||||
/*width: 1300px;*/
|
/*width: 1300px;*/
|
||||||
height: 516px;
|
height: 546px;
|
||||||
margin: 0 30px;
|
margin: 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ export default {
|
|||||||
<ZooAside class="aside absolute"></ZooAside>
|
<ZooAside class="aside absolute"></ZooAside>
|
||||||
<ZooHeader class="header absolute"></ZooHeader>
|
<ZooHeader class="header absolute"></ZooHeader>
|
||||||
<ZooMain class="main absolute"><router-view></router-view></ZooMain>
|
<ZooMain class="main absolute"><router-view></router-view></ZooMain>
|
||||||
<ZooFooter class="footer absolute"></ZooFooter>
|
<ZooFooter class="footer absolute">软件项目管理-动物信息管理系统</ZooFooter>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -50,12 +50,15 @@ export default {
|
|||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
height: 60px;
|
height: 30px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 30px;
|
||||||
|
background-color: lightgray;
|
||||||
}
|
}
|
||||||
.main {
|
.main {
|
||||||
/*有footer*/
|
/*有footer*/
|
||||||
height: 576px;
|
height: 606px;
|
||||||
|
|
||||||
/*没footer*/
|
/*没footer*/
|
||||||
/*height: 636px;*/
|
/*height: 636px;*/
|
||||||
|
@ -283,7 +283,7 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.table {
|
.table {
|
||||||
/*width: 1300px;*/
|
/*width: 1300px;*/
|
||||||
height: 516px;
|
height: 546px;
|
||||||
margin: 0 30px;
|
margin: 0 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user