Add cursor pointer to Recient Item and Document Status table (#717)

pull/3759/head
Elsio Sanchez 2021-04-07 11:15:05 -04:00 committed by GitHub
parent fea8281a65
commit 8b43985c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -121,6 +121,10 @@ export default {
</script>
<style scoped>
.el-table {
background-color: #FFFFFF;
cursor: pointer;
}
.search_recent {
width: 50% !important;
float: right;

View File

@ -120,6 +120,10 @@ export default {
</script>
<style scoped>
.el-table {
background-color: #FFFFFF;
cursor: pointer;
}
.search_recent {
width: 50% !important;
float: right;