1 Star 0 Fork 0

webman158/hm-echarts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
score.html 1.76 KB
一键复制 编辑 原始数据 按行查看 历史
web189 提交于 2022-01-07 21:02 . 项目初始化
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Echarts 实战项目</title>
<link rel="stylesheet" href="./assets/lib/bootstrap/bootstrap.min.css" />
<link rel="stylesheet" href="./assets/css/score.css" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid header">
<h1>学员成绩</h1>
<p>点击表格修改或录入</p>
</div>
</nav>
<!-- table-striped隔行换色 -->
<table class="table table-striped">
<colgroup>
<col width="14%" />
<col width="16%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
<col width="14%" />
</colgroup>
<thead>
<tr>
<th scope="col">学员ID</th>
<th scope="col">姓名</th>
<th scope="col">第1次成绩</th>
<th scope="col">第2次成绩</th>
<th scope="col">第3次成绩</th>
<th scope="col">第4次成绩</th>
<th scope="col">第5次成绩</th>
</tr>
</thead>
<tbody>
<!-- <tr>
<th scope="row">10</th>
<td>张三</td>
<td class="score">70</td>
<td class="score">70</td>
<td class="score">70</td>
<td class="score">70</td>
<td class="score">70</td>
</tr> -->
</tbody>
</table>
<script src="./assets/lib/axios.js"></script>
<script src="./assets/utils/request.js"></script>
<script src="./assets/utils/common.js"></script>
<script src="./assets/js/score.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/webMan189/hm-echarts.git
git@gitee.com:webMan189/hm-echarts.git
webMan189
hm-echarts
hm-echarts
master

搜索帮助