修改样式整体缩小

20240205
e 3 years ago
parent c4c221770b
commit 18d20045c6
  1. 9
      src/pages/counter/list/index.vue

@ -2946,14 +2946,14 @@ export default {
margin-top: -5vh; margin-top: -5vh;
max-height: 30vh; max-height: 30vh;
min-height: 30vh; min-height: 30vh;
//overflow: auto; overflow: auto;
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
flex-wrap: wrap; flex-wrap: wrap;
.box{ .box{
border: 2px solid #e6e6e6; border: 2px solid #e6e6e6;
width: 45%; width: 45%;
min-height: 300px; min-height: 280px;
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10px;
} }
@ -2961,6 +2961,9 @@ export default {
display: flex; display: flex;
width: 50%; width: 50%;
flex-wrap: wrap; flex-wrap: wrap;
max-height: 30vh;
min-height: 30vh;
overflow: auto;
.file { .file {
position: relative; position: relative;
width: 140px; width: 140px;
@ -3099,7 +3102,7 @@ export default {
border: 2px solid #e6e6e6; border: 2px solid #e6e6e6;
height: 2vh; height: 2vh;
width: 45%; width: 45%;
min-height: 300px; min-height: 280px;
border-radius: 10px; border-radius: 10px;
padding: 10px; padding: 10px;
} }

Loading…
Cancel
Save