zt916916
2025-04-18 b513c39e40ef01d28c4fdfd07f74b56642305f6e
zhitan-vue/src/components/BaseCard/index.vue
@@ -8,8 +8,7 @@
</template>
<script setup>
defineProps(['title'])
defineProps(["title"])
</script>
<style lang="scss" scoped>
@@ -20,7 +19,7 @@
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #22408c;
    padding-bottom: 10px;
    .mycard-title {
      display: flex;
      justify-content: flex-start;