|
@@ -100,7 +100,7 @@
|
|
|
<div v-if="taskDataList.length > 0" class="synchronization">以下任务与该望岳任务也关联,排期将一并同步,请知悉!</div>
|
|
|
<div v-for="(item, index) in taskDataList" :key="index" class="Layout_space_between involveApp-top-bottom">
|
|
|
<span class="item-detail">{{ item.taskId }}</span>
|
|
|
- <span class="item-details" style="min-width:200px">{{ item.name }}</span>
|
|
|
+ <span class="item-details">{{ item.name }}</span>
|
|
|
<span class="item-detail">{{ item.moduleInfoName }}</span>
|
|
|
</div>
|
|
|
<div align="right" style="margin-top:20px;">
|
|
@@ -639,7 +639,7 @@ export default {
|
|
|
<style>
|
|
|
.el-popover__title {
|
|
|
color: #333333;
|
|
|
- padding-left: 10px;
|
|
|
+ padding: 10px 20px 0px 10px;
|
|
|
}
|
|
|
.cell-grey .cell {
|
|
|
padding: 0 !important;
|