孔祥富
2021-03-14 680c4f9e4e8b079593c8e57c100b92890e70960d
src/views/user/archivesEdit.vue
@@ -1330,6 +1330,7 @@
                          >下载
                          </el-button>
                          <el-button
                            class="pri-del-btn"
                            type="primary"
                            icon="el-icon-search"
                            size="mini"
@@ -1337,7 +1338,7 @@
                          >删除
                          </el-button>
                          <el-popconfirm title="是否移动附件?" @onConfirm="mvdialogFormVisible = true">
                            <el-button slot="reference" class="hr-but" type="danger">转存</el-button>
                            <el-button slot="reference" type="danger">转存</el-button>
                          </el-popconfirm>
                        </el-col>
                      </el-row>
@@ -6154,5 +6155,9 @@
    color: #333 !important;
  }
}
.pri-del-btn {
  background-color: rgb(64, 158, 255) !important;
  border-color: rgb(64, 158, 255) !important;
}
</style>