余計なスタイルを削除

This commit is contained in:
rca 2024-07-22 02:07:16 +09:00
parent 7b105d47cf
commit 3ba1a73a16

View File

@ -79,16 +79,5 @@ onMounted(() => {
</script>
<style scoped>
.q-btn {
background-color: #3b5998;
color: #fff;
}
.q-item-section {
align-items: center;
}
.q-list {
background: #f5f5f5;
}
</style>