1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

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

This commit is contained in:
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;