Commit 7ac5d93a authored by zhengke's avatar zhengke

1

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