el‐divider - daniel-qa/Vue GitHub Wiki
- 水平虛線
<div style="border-top: 1px dashed black;"></div>
<div style="border-top: 1px dashed #ccc; width: 50%;"></div>
水平分割線
<template>
<div>
<span>
I sit at my window this morning where the world like a passer-by stops for
a moment, nods to me and goes.
</span>
<el-divider />
<span>
There little thoughts are the rustle of leaves; they have their whisper of
joy in my mind.
</span>
</div>
</template>