This commit is contained in:
syuilo 2020-02-09 22:25:36 +09:00
parent f3508d15a3
commit 16d6c55407
3 changed files with 6 additions and 0 deletions

View File

@ -45,6 +45,8 @@ export default Vue.extend({
height: 150px;
margin-bottom: 16px;
border-radius: 16px;
pointer-events: none;
user-select: none;
}
}
</style>

View File

@ -94,6 +94,8 @@ export default Vue.extend({
height: 128px;
margin-bottom: 16px;
border-radius: 16px;
pointer-events: none;
user-select: none;
}
}

View File

@ -45,6 +45,8 @@ export default Vue.extend({
height: 150px;
margin-bottom: 16px;
border-radius: 16px;
pointer-events: none;
user-select: none;
}
}
}