Commit 7ac5d93a authored by zhengke's avatar zhengke

1

parent e18087db
......@@ -2,6 +2,7 @@
.Sysuser_Date .el-input__inner {
background: transparent !important;
border: 0 !important;
height:28px!important;
}
.myTable_Zk tbody tr:first-child td {
......
......@@ -2,6 +2,7 @@
.Sysuser_Date .el-input__inner {
background: transparent !important;
border: 0 !important;
height:28px !important ;
}
</style>
......@@ -26,7 +27,7 @@
</div>
<div class="page-content">
<q-table :pagination="msg" ref="table" :loading="loading" :style="{'height':tableHeight+'px'}"
no-data-label="暂无相关数据" flat class="sticky-column-table sticky-header-column-table no-bottom-table myTable_Zk"
no-data-label="暂无相关数据" flat class="sticky-column-table sticky-header-column-table no-bottom-table"
separator="none" :data="dataList" :columns="columns" row-key="">
<q-tr slot="header" slot-scope="props" :props="props">
<template v-for="col in props.cols" :props="props">
......@@ -163,7 +164,7 @@
return {
columns: [{
name: 'DateStr',
label: '名字',
label: '老师',
field: 'DateStr',
align: 'left'
},
......
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