Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #187 from longguikeji/feature-page
Browse files Browse the repository at this point in the history
Feature page
  • Loading branch information
longgui-penglei authored Oct 27, 2021
2 parents 5dc71c9 + 023fd2a commit b4adc67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/admin/TreePage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export default class extends Mixins(BaseVue) {
.el-card__body {
height: calc(100vh - 86px - 2rem);
position: relative;
overflow: auto;
.el-pagination {
position: absolute;
bottom: 70px;
Expand Down
5 changes: 4 additions & 1 deletion src/styles/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
}

.desktop.notice {
.desktop {
display: flex;
padding: 1rem;
height: calc(100vh - 86px) !important;
Expand All @@ -37,6 +37,9 @@
}
::v-deep .drag-board {
padding-bottom: 10px;
.item {
display: inline-block;
}
}
}
.notice-modules {
Expand Down

0 comments on commit b4adc67

Please sign in to comment.