mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
上传项目代码
This commit is contained in:
21
bin/Release/assets/html/pages/服务管理.html
Normal file
21
bin/Release/assets/html/pages/服务管理.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<div style="width: 100%">
|
||||
<div>
|
||||
<button class="btn btn-primary" style="width: 120px">服务管理</button>
|
||||
</div>
|
||||
|
||||
<div style="width: 100%; height: 600px; background-color: #052f4d; margin-top: 20px; padding: 20px 20px 20px 20px">
|
||||
<button class="btn btn-success" style="width: 90px">新增</button>
|
||||
<button class="btn btn-danger" style="width: 90px">删除</button>
|
||||
<!--
|
||||
cell-border 每个单元格四边的边框
|
||||
compact 减小 DataTable 默认样式使用的空白空间,提高屏幕上的信息密度(自 1.10.1 起)
|
||||
hover 鼠标经过时的高亮显示
|
||||
nowrap 禁用表格中内容的换行,因此单元格中的所有文本都在一行上(自 1.10.1 起)
|
||||
order-column 高亮显示当前对表格数据进行排序的列
|
||||
row-border 仅为每个单元格的顶部和底部添加边框(即为行)。注意 cell-border 和 row-border 互斥,不能一起使用。
|
||||
stripe 行条纹
|
||||
-->
|
||||
<table id="myTable" class="stripe" style="width: 100%; margin-top: 10px"></table>
|
||||
</div>
|
||||
<!-- <button class="btn btn-primary" onclick="jsCallCpp()">调用CPP函数</button> -->
|
||||
</div>
|
||||
Reference in New Issue
Block a user