修改样式整体缩小

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

Loading…
Cancel
Save