fix
songhuangfeng123
2022-04-07 c784bd8a9a850b1f85f711db8c9b632267905342
src/views/safetyproduction/gojudging.vue
@@ -1,7 +1,7 @@
<template>
  <div>
    <div class="box-right">
      <el-button type="primary" style="float: right" @click="finish()">结单</el-button>
      <el-button type="primary" class="btn" @click="finish()">结单</el-button>
      <div v-for="(item, index) in lists" :key="index" style="padding:0 0 20px 0">
        <div class="title">
          A级要素:<span>{{ item.elementAName }}</span>
@@ -251,4 +251,9 @@
.box-right /deep/ .el-table__expanded-cell{
  background-color: #fff !important;
}
.btn {
    background-color: #034ea2;
    border: 1px solid #034ea2;
    float: right;
}
</style>