Commit 57f36d03 authored by zhengjinlei's avatar zhengjinlei

样式改变

parent 2e7fdf7b
......@@ -66,7 +66,7 @@
//z-index: 2222 !important;
}
#dialogDetail .el-table{
min-height: 500px ;
//min-height: 500px ;
}
</style>
</head>
......@@ -218,7 +218,7 @@
</div>
<el-dialog id='dialogDetail' v-loading='poploading' title="详情" :visible.sync="dialogTableVisible">
<el-table style='margin-top:-20px' :data="poptableData" max-height='500'>
<el-table style='margin-top:-20px' :data="poptableData" height='300'>
<el-table-column prop="agentName" label="坐席id" width='190'></el-table-column>
<el-table-column prop="customName" label="客户" width='190'></el-table-column>
<el-table-column prop="remainTime" label="通话时间(秒)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment