乡村相册

This commit is contained in:
yanran200730
2022-05-10 10:33:10 +08:00
parent c4a7d94dc1
commit 1b81f7a5ba
2 changed files with 110 additions and 2 deletions

View File

@@ -47,13 +47,15 @@
<style lang="scss" scoped>
.report {
height: 100vh;
overflow: hidden;
* {
box-sizing: border-box;
}
.report-item {
min-height: calc(100% - 240px);
height: calc(100% - 240px);
padding-bottom: 20px;
overflow-y: auto;
}