代码调整
This commit is contained in:
parent
8e0062a33b
commit
7a083b93a7
@ -66,7 +66,7 @@
|
|||||||
<div class="runplanTableNo">3</div>
|
<div class="runplanTableNo">3</div>
|
||||||
</template>
|
</template>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="scope.row.arriveRunPlan" :title="scope.row.arriveRunPlan.accessName">{{ scope.row.arriveRunPlan.accessName }}</div>
|
<div v-if="scope.row.arriveRunPlan" class="accessName" :title="scope.row.arriveRunPlan.accessName">{{ scope.row.arriveRunPlan.accessName }}</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column width="60" prop="arriveRunPlan.sectionCode">
|
<el-table-column width="60" prop="arriveRunPlan.sectionCode">
|
||||||
@ -253,7 +253,7 @@
|
|||||||
<div class="runplanTableNo">22</div>
|
<div class="runplanTableNo">22</div>
|
||||||
</template>
|
</template>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="scope.row.departRunPlan" :title="scope.row.departRunPlan.accessName">{{ scope.row.departRunPlan.accessName }}</div>
|
<div v-if="scope.row.departRunPlan" class="accessName" :title="scope.row.departRunPlan.accessName">{{ scope.row.departRunPlan.accessName }}</div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="时 分">
|
<el-table-column label="时 分">
|
||||||
@ -736,11 +736,16 @@ export default {
|
|||||||
padding-right:0;
|
padding-right:0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
white-space: nowrap;
|
|
||||||
// display: flex;
|
// display: flex;
|
||||||
// flex-direction: column-reverse;
|
// flex-direction: column-reverse;
|
||||||
// align-items: center;
|
// align-items: center;
|
||||||
}
|
}
|
||||||
|
#runplanContentTable.el-table .cell .accessName{
|
||||||
|
white-space: nowrap;
|
||||||
|
padding: 0px 6px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
#runplanContentTable.el-table td, .el-table th.is-leaf{
|
#runplanContentTable.el-table td, .el-table th.is-leaf{
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
|
Loading…
Reference in New Issue
Block a user