Files
mes-ui-d2/src/pages/demo/element/basic-typography/index.vue
liyang 1c11c67c32 no message
Former-commit-id: ac5cf76357ee4f125a55d8ea2d8623f8453f9b7e [formerly ac5cf76357ee4f125a55d8ea2d8623f8453f9b7e [formerly ac5cf76357ee4f125a55d8ea2d8623f8453f9b7e [formerly ac5cf76357ee4f125a55d8ea2d8623f8453f9b7e [formerly 892134eab7cccb1e456098566ddd559e536e7c0e [formerly 2340e9e3358a01078b9f4b4fc6932327e7527222]]]]]
Former-commit-id: 01ff89fcf98379be190fb04a937d2a7bbde717d6
Former-commit-id: 7ca250e5ef9c271b0a00592a95abe91a4c5ea42b
Former-commit-id: 4bd96251e69a9b1d0b603c55a0ae71f20fd614ba [formerly 39f83f9b745fe36c94a84ade35130d1a1de8703b]
Former-commit-id: 2890c29318631cc180179cf3b13e65a0dbe1aea9
Former-commit-id: 5f403c5c4799c03b229bcfe325e455e7ac07f113
Former-commit-id: 16a8489777521fa6c771f1d80c389f10d46a0a95
Former-commit-id: be7f71febe7a657e600ffd5899ccfa6b65714479
Former-commit-id: 43028877acfdf3def0affecb3989f21534a62d25
2018-06-17 23:49:19 +08:00

11 lines
290 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>