marktext/src/renderer/prefComponents/common/separator/index.vue
2019-07-24 10:57:21 +08:00

12 lines
174 B
Vue

<template>
<div class="pref-separator"></div>
</template>
<style>
.pref-separator {
margin: 20px 0 20px 0;
height: 2px;
background: var(--editorColor04);
}
</style>