heightやめる
This commit is contained in:
parent
dcb6260e8f
commit
b0b28e0cb7
|
@ -306,7 +306,6 @@ function refreshGridItems() {
|
|||
overflow: scroll;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
height: 570px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
|
|
@ -382,7 +382,6 @@ onMounted(async () => {
|
|||
overflow: scroll;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
height: 400px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
|
|
@ -226,7 +226,6 @@ onMounted(async () => {
|
|||
overflow: scroll;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
height: 620px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue