引入 ECharts和Bootstrap的bootcdn樣式表路徑
阿新 • • 發佈:2018-12-21
<!DOCTYPE html> <html><head> <meta charset="utf-8"> <title>運營報表</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/
[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script> <script src="https://cdn.bootcss.com/echarts/4.2.0-rc.2/echarts-en.common.js"></script> <style type="text/css"> body{font-size: 12px;} table th{font-size: 12px;} .center{text-align: center;} </style> </head> <body> 基本內容 </body> </html>