界面优化

This commit is contained in:
“wanyongkang”
2024-01-09 11:32:34 +08:00
parent 6a12e93d95
commit a6f40cd80d
6 changed files with 46 additions and 46 deletions

View File

@@ -39,7 +39,7 @@
<div class="input-group">
<input type="text" placeholder="请输入搜索内容" v-model="help_search" class="form-control">
<span class="input-group-btn">
<a class="btn btn-default" :href="'?KeyWord='+help_search" style="background:rgb(57, 81, 107);color:white;" type="button">搜索</a>
<a class="btn btn-default" :href="'?KeyWord='+help_search" style="background:rgb(57, 81, 107);color:white;padding-top:10px;padding-bottom:10px;" type="button">搜索</a>
</span>
</div><!-- /input-group -->
</div>