|
@@ -46,11 +46,11 @@
|
|
|
</div>
|
|
|
<div class="my-container" id="div-main">
|
|
|
<div class="row block-padding">
|
|
|
- <div class="col-lg-4 col-md-4">
|
|
|
- <h2>任务({{num}})
|
|
|
- <button style="background-color: darkblue;" @click="SYPage()">首页</button>
|
|
|
- <button style="background-color: darkblue;" @click="beforePage()">上一页</button>
|
|
|
- <button style="background-color: darkblue;" @click="afterPage()">下一页</button></h2>
|
|
|
+ <div class="col-lg-3 col-md-3">
|
|
|
+ <h3>任务({{num}})
|
|
|
+ <button style="background-color: #003D80;" @click="SYPage()">首页</button>
|
|
|
+ <button style="background-color: #003D80;" @click="beforePage()">上页</button>
|
|
|
+ <button style="background-color: #003D80;" @click="afterPage()">下页</button></h3>
|
|
|
<div style="height: 270px;">
|
|
|
<div class="row">
|
|
|
<div class="col-lg-2 col-md-2 center no-padding" style="width: 19%;">订单号</div>
|
|
@@ -72,7 +72,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<br/>
|
|
|
- <h2>文件<span id="marText"></span></h2>
|
|
|
+ <h3>文件<span id="marText"></span></h3>
|
|
|
<div class="row">
|
|
|
<div class="col-lg-2 col-md-2 center no-padding" style="width: 48%;">文件名</div>
|
|
|
<div class="col-lg-2 col-md-2 center no-padding" style="width: 25%;">文件类型</div>
|
|
@@ -86,7 +86,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="col-lg-8 col-md-8" >
|
|
|
+ <div class="col-lg-9 col-md-9" >
|
|
|
<img id="imgInfo" src="/files/imgInfo.jpg" width="100%" height="100%"/>
|
|
|
<iframe id="frameMain" width="100%" border="0" frameborder="0" v-bind:src="filepath" style="background-color:#ffffff"></iframe>
|
|
|
<img id="imgType" src="" width="auto" />
|