钞小赢 3 years ago
parent
commit
df6e8b2e41
2 changed files with 3 additions and 2 deletions
  1. 1 1
      .env.development
  2. 2 1
      src/views/demo/dataQuery/index.vue

+ 1 - 1
.env.development

@@ -1,5 +1,5 @@
1
 # 开发环境
1
 # 开发环境
2
 
2
 
3
 # 页面 title 前缀
3
 # 页面 title 前缀
4
-VUE_APP_TITLE=粮食数量监测
4
+VUE_APP_TITLE=数量监测智能眼系统
5
 
5
 

+ 2 - 1
src/views/demo/dataQuery/index.vue

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