| | |
| | | <template #middleBlock3> |
| | | <SubTitle>任务详情</SubTitle> |
| | | <div class="task-detail"> |
| | | <TaskControl :task="activeTask" :workers="currentWorkers" @should-reload="reloadChannel"></TaskControl> |
| | | <el-scrollbar always class="scroller"> |
| | | <TaskControl :task="activeTask" :workers="currentWorkers" @should-reload="reloadChannel"></TaskControl> |
| | | <ColorInfo :type="1"></ColorInfo> |
| | | <ColorInfo :type="2"></ColorInfo> |
| | | </el-scrollbar> |
| | | </div> |
| | | <ColorInfo :type="1"></ColorInfo> |
| | | <ColorInfo :type="2"></ColorInfo> |
| | | </template> |
| | | <template #middleBlock4> |
| | | <SubTitle>人员信息</SubTitle> |
| | |
| | | </template> |
| | | <template #rightBlock3> |
| | | <SubTitle>知识库</SubTitle> |
| | | <KnowledgeInfo></KnowledgeInfo> |
| | | <div class="task-detail-right-3"> |
| | | <el-scrollbar always class="scroller"> |
| | | <KnowledgeInfo></KnowledgeInfo> |
| | | </el-scrollbar> |
| | | </div> |
| | | <BigButton class="btn" bg-color="red">红灯呼叫</BigButton> |
| | | </template> |
| | | </DashboardLayout> |
| | |
| | | justify-content: center; |
| | | } |
| | | .scroller { |
| | | padding: 4px 16px; |
| | | padding: 4px 10px; |
| | | } |
| | | .task-detail { |
| | | width: 100%; |
| | | height: calc(100% - 32px); |
| | | padding-right: 5px; |
| | | } |
| | | .task-detail-right-3 { |
| | | width: 100%; |
| | | height: calc(100% - 32px - 50px); |
| | | } |
| | | </style> |