运行图绘制代码调整
This commit is contained in:
parent
a7011888b4
commit
9af669f708
@ -3,6 +3,9 @@
|
||||
<template v-if="maxmini">
|
||||
<div class="nav">
|
||||
<div class="title">{{ config.title }}</div>
|
||||
<el-tooltip class="item" effect="dark" :content="config.handleTips" placement="bottom">
|
||||
<div class="el-icon-info handleTips" />
|
||||
</el-tooltip>
|
||||
<!-- <div v-show="config.showClose" class="cls-status" @click="touch('Close')"><span /></div>
|
||||
<div class="min-status" @click="touch('Minim')"><span /></div> -->
|
||||
</div>
|
||||
@ -105,6 +108,14 @@ export default {
|
||||
height: calc(100% - 20px);
|
||||
overflow: auto;
|
||||
}
|
||||
.handleTips{
|
||||
font-size: 16px;
|
||||
color: #316AC5;
|
||||
margin-left: 0px;
|
||||
margin-top: 2px;
|
||||
display: table;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/deep/ {
|
||||
.el-table--border th.gutter {
|
||||
|
@ -12,6 +12,7 @@
|
||||
/>
|
||||
<data-table
|
||||
ref="tripTable"
|
||||
style="margin-top: 3px;"
|
||||
class="data_table_box"
|
||||
:config="tripNumberConfig"
|
||||
@touch="trainNumTouch"
|
||||
@ -80,6 +81,7 @@ export default {
|
||||
highlightCurrentRow: true,
|
||||
handleChange: this.serviceNumberChange,
|
||||
handleModify:this.serviceNumberModify,
|
||||
handleTips:'单击选择表号,双击修改表号',
|
||||
showClose: false,
|
||||
columns: [
|
||||
{
|
||||
@ -95,6 +97,7 @@ export default {
|
||||
highlightCurrentRow: true,
|
||||
handleChange: this.tripNumberChange,
|
||||
handleModify:this.tripNumberModify,
|
||||
handleTips:'单击选择车次号,双击修改车次号',
|
||||
showClose: false,
|
||||
columns: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user