Add cursor pointer to Recient Item and Document Status table (#717)
parent
fea8281a65
commit
8b43985c89
|
@ -121,6 +121,10 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.el-table {
|
||||
background-color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
.search_recent {
|
||||
width: 50% !important;
|
||||
float: right;
|
||||
|
|
|
@ -120,6 +120,10 @@ export default {
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
.el-table {
|
||||
background-color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
.search_recent {
|
||||
width: 50% !important;
|
||||
float: right;
|
||||
|
|
Loading…
Reference in New Issue