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:
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…
x
Reference in New Issue
Block a user