Commit 57f44edf authored by zhengke's avatar zhengke

1

parent f18d3f95
......@@ -10,12 +10,16 @@
.zk_Table thead tr{
height:35px;
}
/* .zk_Table thead tr:first-child th:last-child {
top: 0;
z-index: 3;
} */
</style>
<template>
<div>
<div class="page-content">
<q-table :pagination="msg" ref="table" :loading="loading" :style="{'height':tableHeight+'px'}"
no-data-label="暂无相关数据" flat class=" sticky-header-column-table no-bottom-table zk_Table"
no-data-label="暂无相关数据" flat class="sticky-header-column-table no-bottom-table zk_Table"
separator="none" :data="dataList" :columns="columns" row-key="">
<tr slot="header">
<q-th rowspan="2" style="text-align:left;width:300px;">
......
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