Commit c2593bc7 authored by 黄媛媛's avatar 黄媛媛

1

parent a9e258c7
...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
border-radius: 15px; border-radius: 15px;
margin-right: 25px; margin-right: 25px;
} }
.outboundD .el-table th.is-leaf{
text-align: left !important;
}
</style> </style>
<template> <template>
...@@ -40,7 +43,7 @@ ...@@ -40,7 +43,7 @@
</div> </div>
<el-table v-if="OtherType==15" <el-table v-if="OtherType==15"
:data="dataList2.DetailList" :data="dataList2.DetailList"
border border
header-align='left' header-align='left'
style="width: 100%"> style="width: 100%">
<el-table-column <el-table-column
...@@ -94,7 +97,7 @@ ...@@ -94,7 +97,7 @@
<el-table v-if="OtherType==16" <el-table v-if="OtherType==16"
:data="dataList.DetailList" :data="dataList.DetailList"
header-align="left" header-align="left"
border border
style="width: 100%"> style="width: 100%">
<el-table-column <el-table-column
......
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