no message
parent
96bd77618d
commit
e1caa9f1a6
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
* @Author: your name
|
||||
* @Date: 2022-01-09 06:52:46
|
||||
* @LastEditTime: 2022-03-16 23:12:47
|
||||
* @LastEditTime: 2022-03-17 23:28:41
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||
* @FilePath: \api\App\Views\blog\template\work.html
|
||||
|
@ -13,11 +13,19 @@
|
|||
<ul class="nav nav-tabs" style="font-size: 12px; width: 100%;">
|
||||
<li style="width: 100%;">
|
||||
<a href="#group_key_1" data-toggle="tab" style="width: 100%; background: #a3e0ff ">
|
||||
lua协议调试器
|
||||
基于lua万能协议调试器
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="nav nav-tabs" style="font-size: 12px; width: 100%;">
|
||||
<li style="width: 100%;">
|
||||
<a href="#group_key_2" data-toggle="tab" style="width: 100%; background: #a3e0ff ">
|
||||
通用模数采集器(软硬件)
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-md-8 tab-content">
|
||||
<div class="tab-pane fade in active" id="duilib">
|
||||
<p style="display: block;font-size: 25px ; text-align: left;">
|
||||
|
@ -60,4 +68,4 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
Loading…
Reference in New Issue