Files
mes-ui-d2/src/pages/demo/element/basic-typography/index.vue

11 lines
290 B
Vue
Raw Normal View History

<template>
<d2-container type="ghost">
<el-card shadow="never" class="d2-mb">
<template slot="header">中文字体</template>
</el-card>
<el-card shadow="never">
<template slot="header">英文数字字体</template>
</el-card>
</d2-container>
</template>