ZhangXianQiang
2024-06-05 dd17279c40da15f32f6f5e00005cdc0f08107a21
src/views/menu/index.vue
@@ -59,7 +59,7 @@
]);
const testClick = (item) => {
  router.push('/exam');
  router.push('/exam-list');
}
</script>
@@ -79,13 +79,11 @@
}
.item-icon {
  width: 90px;
  height: 90px;
  width: 65%;
}
.icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
</style>