Riku
2025-01-01 f4b965dbad0b4f5693b6271232ef4120ba39ddae
1
2
3
4
5
6
7
8
9
10
<template>
    <el-row class="wrap">
      <BaseCard size="medium" direction="left">
        <template #content>
          
        </template>
        <template #footer> </template>
      </BaseCard>
    </el-row>
  </template>