提交 03499eca 编写于 作者: neko's avatar neko

表单项样式修正

上级 0bcf3e6f
......@@ -95,12 +95,7 @@
</template>
</card>
<template v-if="isShowCaption === false">
<template v-if="Object.is(layoutType, 'FLEX')">
<slot></slot>
</template>
<template v-if="!Object.is(layoutType, 'FLEX')">
<row :gutter="10"><slot></slot></row>
</template>
<slot></slot>
</template>
</template>
</div>
......
......@@ -44,6 +44,8 @@
.app-form-item-label {
float: left;
text-align: right;
padding-right: 10px;
}
}
......@@ -51,6 +53,8 @@
.app-form-item-label {
float: right;
text-align: left;
padding-left: 10px;
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册