You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

data_analysis.tmpl 447 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
123456789101112131415161718192021
  1. {{template "base/head_fluid" .}}
  2. <input id="url_params" type="hidden" value={{.url_params}}/>
  3. <div id="data_analysis" style="height: 100%;">
  4. </div>
  5. {{template "base/footer_fluid" .}}
  6. <!-- <script>
  7. localStorage.setItem("dataAnalysisURL","{{.url_params}}")
  8. </script> -->
  9. <style>
  10. .full.height {
  11. display: flex;
  12. flex-flow: column wrap;
  13. padding-bottom:0px;
  14. /* flex-grow: 1; */
  15. /* padding-bottom: 53px; */
  16. }
  17. </style>