✨(component): 优化 quote 组件边距
This commit is contained in:
parent
92694f5919
commit
a61cbb39c1
@ -15,10 +15,10 @@ const props = defineProps<LayQuoteProps>();
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<blockquote
|
<div
|
||||||
class="layui-quote"
|
class="layui-quote"
|
||||||
:class="[type ? `layui-quote-${props.type}` : '']"
|
:class="[type ? `layui-quote-${props.type}` : '']"
|
||||||
>
|
>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</blockquote>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
@ -142,7 +142,7 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: title 表单基本校验功能
|
::: title 表单验证
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: demo
|
::: demo
|
||||||
@ -231,7 +231,7 @@ export default {
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: title 校验规则 - 通过表单配置
|
::: title 校验规则
|
||||||
:::
|
:::
|
||||||
|
|
||||||
::: demo
|
::: demo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user