码迷,mamicode.com
首页 > 其他好文 > 详细

配置字段(居左,居中,居右,高度自适应)

时间:2018-07-26 15:14:56      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:none   UNC   space   normal   play   visible   func   ali   title   


var style = (lis.visible*1 === 0 ? ‘display: none;‘ : ‘‘);


var abbrStyle = ‘‘;


// style +=‘white-space:‘ +‘normal‘+‘;‘;
if(lis.note ===‘left‘) {
abbrStyle += ‘ text-align:left;‘
}else if(lis.note ===‘right‘) {
abbrStyle += ‘text-align:right;‘
} else if($.trim(lis.note) ===‘height-auto‘){
abbrStyle += ‘white-space:normal; text-align:left; text-overflow: normal;word-break: break-all;‘;
}


console.log(abbrStyle);
str += ‘<span data-func="‘ + lis.func + ‘" ‘ +
‘data-key="‘ + lis.key + ‘" ‘ +
‘data-select="‘ + lis.select + ‘" ‘ +
‘class=" ‘ + lis.cls + ‘ ‘ + lis.w + ‘ " ‘ +
style=" ‘ + fryyClass + style + ‘ " ‘ +
‘data-msg="‘+dataMsg+‘" ‘ +
‘data-verification="‘+lis.verification+‘" ‘ +
‘title="‘+ title +‘">‘ +
‘<abbr style="‘+abbrStyle+‘">‘+
value +
‘</abbr>‘ +
‘</span>‘;

后台:配置居左中右1,2,3;高度自适应:height-auto;

配置字段(居左,居中,居右,高度自适应)

标签:none   UNC   space   normal   play   visible   func   ali   title   

原文地址:https://www.cnblogs.com/benbenjia/p/9371057.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!