Commit bb2e60d2 authored by zhengke's avatar zhengke

修改样式

parent ff513ef3
...@@ -34,7 +34,9 @@ ...@@ -34,7 +34,9 @@
box-shadow: none; box-shadow: none;
color: #555; color: #555;
} }
.BilldownLoadCommon table td{
text-align: left;
}
</style> </style>
<template> <template>
<div class="flexOne quoTation"> <div class="flexOne quoTation">
...@@ -227,11 +229,11 @@ ...@@ -227,11 +229,11 @@
<!-- 下载弹窗 --> <!-- 下载弹窗 -->
<el-dialog custom-class='w450' title="报价单下载" :visible.sync="downloadBill" center> <el-dialog custom-class='w450' title="报价单下载" :visible.sync="downloadBill" center>
<div class="BilldownLoadCommon" style="text-align:center;"> <div class="BilldownLoadCommon">
<table style="width:380px" border="0" cellspacing="0" cellpadding="0"> <table style="width:380px;margin-left:44px;" border="0" cellspacing="0" cellpadding="0">
<tr> <tr>
<th colspan="2" style="height:40px;"> <th colspan="2" style="height:50px;">
{{$t('salesModule.ChoiceNeed')}} <span style="margin-left:-60px;">{{$t('salesModule.ChoiceNeed')}}</span>
</th> </th>
</tr> </tr>
<tbody> <tbody>
...@@ -265,8 +267,8 @@ ...@@ -265,8 +267,8 @@
</tr> </tr>
</tbody> </tbody>
<tr height="66"> <tr height="66">
<td colspan="2" align="center"> <td colspan="2" style="text-align:center;">
<input type="button" class="normalBtn" :value="$t('pub.sureBtn')" @click="DownLoadFile()" /> <input type="button" class="normalBtn" style="margin-left:-70px;" :value="$t('pub.sureBtn')" @click="DownLoadFile()" />
</td> </td>
</tr> </tr>
</table> </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