Commit bb2e60d2 authored by zhengke's avatar zhengke

修改样式

parent ff513ef3
......@@ -34,7 +34,9 @@
box-shadow: none;
color: #555;
}
.BilldownLoadCommon table td{
text-align: left;
}
</style>
<template>
<div class="flexOne quoTation">
......@@ -227,11 +229,11 @@
<!-- 下载弹窗 -->
<el-dialog custom-class='w450' title="报价单下载" :visible.sync="downloadBill" center>
<div class="BilldownLoadCommon" style="text-align:center;">
<table style="width:380px" border="0" cellspacing="0" cellpadding="0">
<div class="BilldownLoadCommon">
<table style="width:380px;margin-left:44px;" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="2" style="height:40px;">
{{$t('salesModule.ChoiceNeed')}}
<th colspan="2" style="height:50px;">
<span style="margin-left:-60px;">{{$t('salesModule.ChoiceNeed')}}</span>
</th>
</tr>
<tbody>
......@@ -265,8 +267,8 @@
</tr>
</tbody>
<tr height="66">
<td colspan="2" align="center">
<input type="button" class="normalBtn" :value="$t('pub.sureBtn')" @click="DownLoadFile()" />
<td colspan="2" style="text-align:center;">
<input type="button" class="normalBtn" style="margin-left:-70px;" :value="$t('pub.sureBtn')" @click="DownLoadFile()" />
</td>
</tr>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment