mirror of
https://github.com/alwxkxk/soft-and-hard.git
synced 2025-02-04 06:42:54 +08:00
修复demo1 瞎折腾的错误标题
This commit is contained in:
parent
95b3746276
commit
582a7f833a
@ -2,7 +2,7 @@ extends layout
|
||||
|
||||
block content
|
||||
.row
|
||||
h2 瞎折腾演示123456
|
||||
h2 设备控制
|
||||
.col-md-4.col-xs-12.col-sm-6
|
||||
select.form-control
|
||||
each equipment in tcpServer.equipmentArray
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<body>
|
||||
<div class="row">
|
||||
<h2>瞎折腾演示123456</h2>
|
||||
<h2>设备控制</h2>
|
||||
<div class="col-md-4 col-xs-12 col-sm-6">
|
||||
<select class="form-control"></select>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user