Blame view

src/components/report/generatereport.vue 165 Bytes
f84ff8f5a   Jatinder Singh   report page changes
1
2
3
4
5
6
7
8
9
10
  <template>
  <h5 id="report"><b>Select month to generate report</b></h5>
  </template>
  <style>
  #report{
      position: absolute;
      top: 275px;
      left:230px
  }
  </style>