Minor fix for tabs in reports
This commit is contained in:
parent
f345f15197
commit
e347c84823
2
amd/build/report-viewer-components.min.js
vendored
2
amd/build/report-viewer-components.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -245,9 +245,8 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
template: `
|
template: `
|
||||||
<div class='t-studyplan-container'>
|
<div class='t-studyplan-container r-report-tabs'>
|
||||||
<b-list-group horizontal
|
<b-list-group horizontal>
|
||||||
class='r-report-tabs'>
|
|
||||||
<b-list-group-item
|
<b-list-group-item
|
||||||
v-for="(studyplan,planindex) in value"
|
v-for="(studyplan,planindex) in value"
|
||||||
:key="studyplan.id"
|
:key="studyplan.id"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user