no message
parent
96bd77618d
commit
e1caa9f1a6
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
* @Author: your name
|
* @Author: your name
|
||||||
* @Date: 2022-01-09 06:52:46
|
* @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
|
* @LastEditors: Please set LastEditors
|
||||||
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
||||||
* @FilePath: \api\App\Views\blog\template\work.html
|
* @FilePath: \api\App\Views\blog\template\work.html
|
||||||
|
@ -13,11 +13,19 @@
|
||||||
<ul class="nav nav-tabs" style="font-size: 12px; width: 100%;">
|
<ul class="nav nav-tabs" style="font-size: 12px; width: 100%;">
|
||||||
<li style="width: 100%;">
|
<li style="width: 100%;">
|
||||||
<a href="#group_key_1" data-toggle="tab" style="width: 100%; background: #a3e0ff ">
|
<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>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-8 tab-content">
|
<div class="col-md-8 tab-content">
|
||||||
<div class="tab-pane fade in active" id="duilib">
|
<div class="tab-pane fade in active" id="duilib">
|
||||||
<p style="display: block;font-size: 25px ; text-align: left;">
|
<p style="display: block;font-size: 25px ; text-align: left;">
|
||||||
|
|
Loading…
Reference in New Issue