提交 4ba98bfb 编写于 作者: KK's avatar KK

样式调整

上级 3b05acd5
......@@ -7,7 +7,7 @@
<template v-else>
<template v-if="labelPos == 'LEFT'">
<ion-label :style="{minWidth:labelWidth+'px'}" v-if="isShowCaption && labelWidth > 0"><span v-if="required" class="required">* </span>{{isEmptyCaption ? '' : caption}}</ion-label>
<div :style="contentStyle">
<div :style="contentStyle" style="height: 100%;">
<slot></slot>
</div>
<div class="prompt_text">{{errorText}}</div>
......
.app-form-item-switch {
position: absolute;
right: 10px;
top: 50%;
top: calc(50% - 16px);
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册