|
|
|
@ -217,7 +217,7 @@ |
|
|
|
</el-row> |
|
|
|
<el-container> |
|
|
|
<el-main class="customer-right-main"> |
|
|
|
<el-table class="customer-left-table" |
|
|
|
<el-table class="customer-left-table schedule-table" |
|
|
|
:height="tableHeight" :width="tableRightWidth" |
|
|
|
:data="orderScheduleList" |
|
|
|
border |
|
|
|
@ -2101,4 +2101,10 @@ hr { |
|
|
|
line-height: 16px; |
|
|
|
padding: 4px 8px; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//el-table 取消鼠标悬浮时行高亮效果 |
|
|
|
/deep/ .schedule-table tbody tr:hover >td { |
|
|
|
background-color: unset !important; |
|
|
|
} |
|
|
|
</style> |