优化界面显示

This commit is contained in:
bicey 2024-05-20 15:41:44 +08:00
parent fd7c0fabf0
commit 423e80ef0b
4 changed files with 9 additions and 6 deletions

View File

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

View File

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

View File

@ -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;*/

View File

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