.el-divider 样式
el-divider(content-position="left")span(style="color: #409EFF;font-weight: bold;") 基本信息.el-divider {background-color: #b6d7fb;height: 2px;}el-divider(content-position="left") 基本信息.el-divider {b...
·
el-divider(content-position="left")
span(style="color: #409EFF;font-weight: bold;") 基本信息
.el-divider {
background-color: #b6d7fb;
height: 2px;
}
el-divider(content-position="left") 基本信息
.el-divider {
background-color: #ecf5ff;
height: 36px;
margin: 10px 0;
}
.el-divider__text.is-left {
color: #409eff;
background: none;
top: 18px;
left: 0;
font-weight: bold;
}
{
title: '基本信息:',
type: '',
key: '',
renderContent: (h, item, form) => {
return (<el-divider></el-divider>)
}
},
{
renderContent (h, item, form) {
return (<div style="font-size: 18px;color: #000;font-weight: bold;margin-left: -140px;">基本信息</div>)
}
},
formList: [
{
isShow: false,
renderContent (h, item, form) {
return (<div style="font-size: 18px;color: #000;font-weight: bold;margin-left: -150px;"><el-divider content-position="left">基本信息</el-divider></div>)
}
},
],
css
.inspectionDialog {
/deep/ .el-divider {
background-color: #ecf5ff;
height: 36px;
margin: 10px 0;
}
/deep/ .el-divider__text.is-left {
color: #409eff;
background: none;
top: 18px;
left: 0;
font-weight: bold;
}
}
更多推荐
已为社区贡献2条内容
所有评论(0)