移动端阅览样式调整

This commit is contained in:
zhal 2022-09-28 16:08:37 +08:00
parent 0ceb6fcfec
commit 572dcc02b6

View File

@ -54,9 +54,8 @@ function initMobileData() {
newHtml +='<table border="0" cellspacing="0" cellpadding="0" heightType="auto" widthType="fixed" style="width:100%;">'; newHtml +='<table border="0" cellspacing="0" cellpadding="0" heightType="auto" widthType="fixed" style="width:100%;">';
newHtml +='<tbody>'; newHtml +='<tbody>';
newHtml +='<tr class="form-grid-mobile-common-toolbar">'; newHtml +='<tr class="form-grid-mobile-common-toolbar">';
newHtml +='<td>'; newHtml +='<td class="awsui-ux-title" colspan="2">';
newHtml +='<div class="form-grid-mobile-common-toolbar">待发布文件</div>'; newHtml +='<span style="white-space: nowrap;">待发布文件</span>';
newHtml +='</div>';
newHtml +='</td>'; newHtml +='</td>';
newHtml +='</tr>'; newHtml +='</tr>';
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 +='<table border="0" cellspacing="0" cellpadding="0" heightType="auto" widthType="fixed" style="width:100%;">';
changeHtml +='<tbody>'; changeHtml +='<tbody>';
changeHtml +='<tr class="form-grid-mobile-common-toolbar">'; changeHtml +='<tr class="form-grid-mobile-common-toolbar">';
changeHtml +='<td>'; changeHtml +='<td class="awsui-ux-title" colspan="2">';
changeHtml +='<div class="form-grid-mobile-common-toolbar">版本变更文件</div>'; changeHtml +='<span style="white-space: nowrap;">版本变更文件</span>';
changeHtml +='</div>';
changeHtml +='</td>'; changeHtml +='</td>';
changeHtml +='</tr>'; changeHtml +='</tr>';
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 +='<table border="0" cellspacing="0" cellpadding="0" heightType="auto" widthType="fixed" style="width:100%;">';
stopHtml +='<tbody>'; stopHtml +='<tbody>';
stopHtml +='<tr class="form-grid-mobile-common-toolbar">'; stopHtml +='<tr class="form-grid-mobile-common-toolbar">';
stopHtml +='<td>'; stopHtml +='<td class="awsui-ux-title" colspan="2">';
stopHtml +='<div class="form-grid-mobile-common-toolbar"></div>'; stopHtml +='<span style="white-space: nowrap;">版本变更文件</span>';
stopHtml +='</div>';
stopHtml +='</td>'; stopHtml +='</td>';
stopHtml +='</tr>'; stopHtml +='</tr>';
stopHtml +='<tr>'; stopHtml +='<tr>';
@ -237,12 +234,12 @@ function showlist(data, type, pageNumber, start){
var outputName = getOutputName(curr.category, curr.methodId); var outputName = getOutputName(curr.category, curr.methodId);
html +='<tr>'; html +='<tr>';
html +='<td class="form-grid-mobile-common-row" width=100%>'; 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 +='</td>';
html +='</tr>'; html +='</tr>';
html +='<tr>'; html +='<tr>';
html +='<td class="form-grid-mobile-common-row" width=100%>'; 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 +='</td>';
html +='</tr>'; html +='</tr>';
} }
@ -271,11 +268,11 @@ function showlist(data, type, pageNumber, start){
html += '<tr>'; html += '<tr>';
html += '<td class="form-grid-mobile-common-row" width=100%>'; 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 += '</td>';
html +='<tr>'; html +='<tr>';
html +='<td class="form-grid-mobile-common-row" width=100%>'; 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 +='</td>';
html +='</tr>'; html +='</tr>';