hd 3 months ago
parent
commit
37de1f5d8b
2 changed files with 11 additions and 1 deletions
  1. 10 0
      app/jbsc/css/statistics.css
  2. 1 1
      app/jbsc/html/statistics.html

+ 10 - 0
app/jbsc/css/statistics.css

@ -143,6 +143,15 @@ select.form-control {
  background-color: #f58920;
  color: #fff;
}
.bgc-67c23a{
  background-color: #67c23a;
  color: #fff;
}
.bgc-67c23a:hover{
  background-color: #2dbe55;
  color: #fff;
}
.c-FF9630 {
  color: #ff9630;
}
@ -150,6 +159,7 @@ select.form-control {
  color: #2dbe55;
}
.bgc-2DBE55,
.bgc1-2DBE55 {
  background-color: #2dbe55;

+ 1 - 1
app/jbsc/html/statistics.html

@ -280,7 +280,7 @@
              />
            <div class="btn bgc-12B7F5 fl ml20" @click="search(1)">查询</div>
            <div class="btn bgc-12B7F5 ml20 right" @click="shaicha()">人工筛查</div>
            <div class="btn fl ml20" @click="exportScreenResultList()" style="background-color: #67c23a;" v-if="!scListItem">导出</div>
            <div class="btn bgc-67c23a fl ml20 " @click="exportScreenResultList()" v-if="!scListItem">导出</div>
          </div>
        </div>
      </div>