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