Commit 7d591373 authored by Mac's avatar Mac

1

parent 781d05de
......@@ -89,7 +89,7 @@
</td>
</tr>
<tr v-if="dataList.length==0">
<td style="text-align:center" colspan="6">暂无数据</td>
<td style="text-align:center" colspan="7">暂无数据</td>
</tr>
</table>
<!-- 分页 -->
......
<template>
<div class="rule-box">
<div class="domesticCommissionRule">
<div class="query-box">
<ul>
<li>
......@@ -10,7 +10,7 @@
</span>
</li>
<li>
<span>
<span style="display: flex;align-items: center;">
<em>线路</em>
<el-select v-model="msg.LineId" size="mini" @change="handleCurrentChange(1)">
<el-option label="请选择" :value="0"></el-option>
......@@ -398,4 +398,7 @@
/* .rule-box .el-select__tags{
top: 100%;
} */
.domesticCommissionRule .query-box input{
height: 34px !important;
}
</style>
\ No newline at end of file
......@@ -104,7 +104,7 @@
</tbody>
<tr v-if="dataList.length==0">
<td :colspan="active==1?14:15" align="center">暂无数据</td>
<td :colspan="active==1?14:15" style="text-align:center">暂无数据</td>
</tr>
......
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