|
@@ -28,7 +28,7 @@
|
28
|
28
|
<!-- <template slot="header">首页/数据查询</template> -->
|
29
|
29
|
<div class="nav">当前所在位置:首页>数据查询</div>
|
30
|
30
|
<div class="right_main">
|
31
|
|
- <div class="right_title">数据查询</div>
|
|
31
|
+ <div class="right_title"><i class="fa fa-bar-chart" aria-hidden="true" style="padding-right:5px"></i>数据查询</div>
|
32
|
32
|
<div class="right_table">
|
33
|
33
|
<el-form :inline="true" :model="formInline" class="demo-form-inline">
|
34
|
34
|
<el-form-item label="扫描时间">
|
|
@@ -291,6 +291,7 @@ export default {
|
291
|
291
|
color:#FFF;
|
292
|
292
|
border-bottom:1px solid #67a7df;
|
293
|
293
|
padding:10px;
|
|
294
|
+ font-size:14px;
|
294
|
295
|
}
|
295
|
296
|
.right_table{
|
296
|
297
|
padding:20px;
|