Skip to content
Snippets Groups Projects
Commit c084e159 authored by trfloria's avatar trfloria
Browse files

table format test study docs

parent ac15f371
No related branches found
No related tags found
1 merge request!47Listview
...@@ -72,12 +72,6 @@ export default class studydocList { ...@@ -72,12 +72,6 @@ export default class studydocList {
'tr', 'tr',
{ onclick: () => this.selectDocument(doc) }, { onclick: () => this.selectDocument(doc) },
[m('td', doc.title), m('td', 'type')] [m('td', doc.title), m('td', 'type')]
// m(
// 'td',
// doc.files.map(item =>
// m('a', { href: `${apiUrl}${item.file}`, target: '_blank' }, item.name)
// // )
// ),
) )
) )
), ),
......
.listview { .listview {
display: grid; display: grid;
grid-template-columns: auto auto auto; grid-template-columns: auto auto auto;
.filter{ .filter{
} }
.content{ .content{
table {
width: 100%;
}
}
.details{
} }
.details{
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment