4 Star 22 Fork 14

蓝凌_嫣然 / report-designer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
page.html 1015 Bytes
一键复制 编辑 原始数据 按行查看 历史
行列 提交于 2020-08-08 16:13 . code refactor
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link type="image/x-icon" href="//img.alicdn.com/tfs/TB1BXUbkIbpK1RjSZFyXXX_qFXa-233-200.png" rel="shortcut icon">
<title>Loading</title>
<style>html,body,.app{height:100%;overflow:hidden}@keyframes load{0%{width:0}100%{width:98%}}.outer{background:#e6e6e6;position:fixed;left:50%;top:50%;width:300px;margin:-20px 0 0 -150px;height:2px;}.inner{width:0%;background:#fa742b;height:100%;animation:load 3s forwards;margin-bottom:-2px;}</style>
</head>
<body>
<div id="app" class="app"><div class="outer"><div class="inner"></div></div></div>
<script src="//cdn.bootcss.com/echarts/4.2.0-rc.2/echarts.min.js"></script>
<script id="boot" type="text/javascript" src="dist/page.js"></script>
<script>
Designer.init({
getImageUrl:'./apis/images.json'
});
</script>
</body>
</html>
1
https://gitee.com/happy3344yr/report-designer.git
git@gitee.com:happy3344yr/report-designer.git
happy3344yr
report-designer
report-designer
master

搜索帮助