Skip to content

Commit

Permalink
fix 页面内容较多时会被页脚覆盖的问题 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf authored Feb 18, 2023
1 parent 1062bcd commit 7196ffa
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/components/AppMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ export default {
}
.footer-copyright {
position:fixed;
bottom:0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
line-height: 45px;
Expand Down
1 change: 1 addition & 0 deletions src/views/groupUser/userList/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export default {
}
.container-card{
margin: 10px;
margin-bottom: 100px;
}
.delete-popover{
Expand Down
1 change: 1 addition & 0 deletions src/views/log/operation-log/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export default {
<style scoped>
.container-card{
margin: 10px;
margin-bottom: 100px;
}
.delete-popover{
Expand Down
1 change: 1 addition & 0 deletions src/views/personnel/fieldRelation/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,7 @@ export default {
<style scoped>
.container-card {
margin: 10px;
margin-bottom: 100px;
}
.delete-popover {
Expand Down
1 change: 1 addition & 0 deletions src/views/personnel/group/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ export default {
<style scoped>
.container-card{
margin: 10px;
margin-bottom: 100px;
}
.delete-popover{
Expand Down
1 change: 1 addition & 0 deletions src/views/personnel/user/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ export default {
<style scoped>
.container-card{
margin: 10px;
margin-bottom: 100px;
}
.delete-popover{
Expand Down
1 change: 1 addition & 0 deletions src/views/system/api/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ export default {
<style scoped>
.container-card{
margin: 10px;
margin-bottom: 100px;
}
.delete-popover{
Expand Down
1 change: 1 addition & 0 deletions src/views/system/menu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ export default {
<style scoped>
.container-card{
margin: 10px;
margin-bottom: 100px;
}
.delete-popover{
Expand Down
1 change: 1 addition & 0 deletions src/views/system/role/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ export default {
<style scoped >
.container-card{
margin: 10px;
margin-bottom: 100px;
}
.role-menu{
Expand Down

0 comments on commit 7196ffa

Please sign in to comment.