mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 19:56:58 +00:00
10 lines
134 B
Vue
10 lines
134 B
Vue
<template>
|
|
<a-divider class="nc-divider" />
|
|
</template>
|
|
|
|
<style lang="scss">
|
|
.nc-divider.ant-divider {
|
|
@apply my-1.25;
|
|
}
|
|
</style>
|