移动端阅览样式调整
This commit is contained in:
parent
0ceb6fcfec
commit
572dcc02b6
@ -54,9 +54,8 @@ function initMobileData() {
|
||||
newHtml +='<table border="0" cellspacing="0" cellpadding="0" heightType="auto" widthType="fixed" style="width:100%;">';
|
||||
newHtml +='<tbody>';
|
||||
newHtml +='<tr class="form-grid-mobile-common-toolbar">';
|
||||
newHtml +='<td>';
|
||||
newHtml +='<div class="form-grid-mobile-common-toolbar">待发布文件</div>';
|
||||
newHtml +='</div>';
|
||||
newHtml +='<td class="awsui-ux-title" colspan="2">';
|
||||
newHtml +='<span style="white-space: nowrap;">待发布文件</span>';
|
||||
newHtml +='</td>';
|
||||
newHtml +='</tr>';
|
||||
newHtml +='<tr>';
|
||||
@ -74,9 +73,8 @@ function initMobileData() {
|
||||
changeHtml +='<table border="0" cellspacing="0" cellpadding="0" heightType="auto" widthType="fixed" style="width:100%;">';
|
||||
changeHtml +='<tbody>';
|
||||
changeHtml +='<tr class="form-grid-mobile-common-toolbar">';
|
||||
changeHtml +='<td>';
|
||||
changeHtml +='<div class="form-grid-mobile-common-toolbar">版本变更文件</div>';
|
||||
changeHtml +='</div>';
|
||||
changeHtml +='<td class="awsui-ux-title" colspan="2">';
|
||||
changeHtml +='<span style="white-space: nowrap;">版本变更文件</span>';
|
||||
changeHtml +='</td>';
|
||||
changeHtml +='</tr>';
|
||||
changeHtml +='<tr>';
|
||||
@ -95,9 +93,8 @@ function initMobileData() {
|
||||
stopHtml +='<table border="0" cellspacing="0" cellpadding="0" heightType="auto" widthType="fixed" style="width:100%;">';
|
||||
stopHtml +='<tbody>';
|
||||
stopHtml +='<tr class="form-grid-mobile-common-toolbar">';
|
||||
stopHtml +='<td>';
|
||||
stopHtml +='<div class="form-grid-mobile-common-toolbar"></div>';
|
||||
stopHtml +='</div>';
|
||||
stopHtml +='<td class="awsui-ux-title" colspan="2">';
|
||||
stopHtml +='<span style="white-space: nowrap;">版本变更文件</span>';
|
||||
stopHtml +='</td>';
|
||||
stopHtml +='</tr>';
|
||||
stopHtml +='<tr>';
|
||||
@ -237,12 +234,12 @@ function showlist(data, type, pageNumber, start){
|
||||
var outputName = getOutputName(curr.category, curr.methodId);
|
||||
html +='<tr>';
|
||||
html +='<td class="form-grid-mobile-common-row" width=100%>';
|
||||
html +='<span class="form-grid-mobile-common-tap" onclick="openReportFile(\'' + curr.taskId +'\');return false" >' +'文件预览 '+ fileName + "-" + outputName + '</span>';
|
||||
html +='<span class="form-grid-mobile-common-tap" onclick="openReportFile(\'' + curr.taskId +'\');return false" >' +'文件预览: '+ fileName + "-" + outputName + '</span>';
|
||||
html +='</td>';
|
||||
html +='</tr>';
|
||||
html +='<tr>';
|
||||
html +='<td class="form-grid-mobile-common-row" width=100%>';
|
||||
html +='<span class="form-grid-mobile-common-tap" onclick="openPortalPage(\'' + curr.publishFileId + '\', \'' + curr.taskId + '\')">' +'模型预览 '+ fileName+'</span>';
|
||||
html +='<span class="form-grid-mobile-common-tap" onclick="openPortalPage(\'' + curr.publishFileId + '\', \'' + curr.taskId + '\')">' +'模型预览: '+ fileName+'</span>';
|
||||
html +='</td>';
|
||||
html +='</tr>';
|
||||
}
|
||||
@ -271,11 +268,11 @@ function showlist(data, type, pageNumber, start){
|
||||
|
||||
html += '<tr>';
|
||||
html += '<td class="form-grid-mobile-common-row" width=100%>';
|
||||
html += '<span class="form-grid-mobile-common-tap" onclick="openReportFile(\'' + curr.taskId + '\');return false" >' +'文件预览 '+ targetFileName + "-" + outputName + '</span>';
|
||||
html += '<span class="form-grid-mobile-common-tap" onclick="openReportFile(\'' + curr.taskId + '\');return false" >' +'文件预览: '+ targetFileName + "-" + outputName + '</span>';
|
||||
html += '</td>';
|
||||
html +='<tr>';
|
||||
html +='<td class="form-grid-mobile-common-row" width=100%>';
|
||||
html +='<span class="form-grid-mobile-common-tap" onclick="openPortalPage(\'' + targetId + '\', \'' + curr.taskId + '\')">' +'模型预览 '+ targetFileName+'</span>';
|
||||
html +='<span class="form-grid-mobile-common-tap" onclick="openPortalPage(\'' + targetId + '\', \'' + curr.taskId + '\')">' +'模型预览: '+ targetFileName+'</span>';
|
||||
html +='</td>';
|
||||
html +='</tr>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user