|
123456789101112131415161718192021 |
- {{template "base/head_fluid" .}}
- <input id="url_params" type="hidden" value={{.url_params}}/>
- <div id="data_analysis" style="height: 100%;">
-
-
- </div>
-
- {{template "base/footer_fluid" .}}
- <!-- <script>
- localStorage.setItem("dataAnalysisURL","{{.url_params}}")
- </script> -->
- <style>
- .full.height {
- display: flex;
- flex-flow: column wrap;
- padding-bottom:0px;
- /* flex-grow: 1; */
- /* padding-bottom: 53px; */
- }
-
- </style>
|