解决配置页面关键字换行问题

This commit is contained in:
zhanghongqing
2018-09-12 10:04:34 +08:00
parent 12bea35ed8
commit c4cca92379
20 changed files with 92 additions and 106 deletions

View File

@@ -134,11 +134,11 @@
<c:if test="${region[0] eq 2 }">
<c:forEach items="${_cfg.ntcSubscribeIdCfgList}" var="cfg">
<c:if test="${region[1] eq cfg.cfgType }">
<div id="${region[1]}Info${index}" class="content" name="subCfg${index}">
<div id="${region[1]}Info${index}" class="content content2" name="subCfg${index}">
<div class="row">
<div class="col-md-8">
<div class="form-group">
<label><spring:message code='keywords' />:</label><label>
<label><spring:message code='keywords' />:
${fn:replace(cfg.cfgKeywords, "***and***", " ")}</label>
</div>
</div>