使用element ui

This commit is contained in:
yml
2026-05-21 20:16:27 +08:00
parent be7b057034
commit a39d43c4d6
39 changed files with 1380 additions and 1644 deletions
@@ -6,11 +6,11 @@ defineProps<{
</script>
<template>
<article class="result-card">
<el-card shadow="never" class="result-card">
<span class="result-label">{{ label }}</span>
<strong>{{ value }}</strong>
<slot />
</article>
</el-card>
</template>
<style scoped>