@@ -203,18 +203,24 @@ onMounted(() => {
.mcon {
width: 90%;
padding-top: 20px;
+ height: calc(100% - 120px);
> p {
font-size: 18px;
}
> ul {
+ padding-right: 5px;
+ height: 100%;
+ overflow-y: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
+ align-content: flex-start;
> li {
- width: 48%;
+ width: 100%;
+ font-size: 14px;
height: 40px;
margin: 10px 0;
line-height: 40px;