mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-16 02:11:48 +08:00
18 lines
431 B
Vue
18 lines
431 B
Vue
|
<template>
|
||
|
<div class="demo-term-box">
|
||
|
<img src="/images/term-pingfang.png" alt="" />
|
||
|
<img src="/images/term-hiragino.png" alt="" />
|
||
|
<img src="/images/term-microsoft.png" alt="" />
|
||
|
<img src="/images/term-sf.png" alt="" />
|
||
|
<img src="/images/term-helvetica.png" alt="" />
|
||
|
<img src="/images/term-arial.png" alt="" />
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<style scoped>
|
||
|
img {
|
||
|
width: 24%;
|
||
|
margin: 0 4% 20px 0;
|
||
|
}
|
||
|
</style>
|