Commit a9cdd29d by cocomilk2012

update

parent 0ab323cf
Showing with 5 additions and 3 deletions
......@@ -72,7 +72,6 @@ export default class FlexEmployee extends Vue {
if (task_info != null) {
let tasks = JSON.parse(task_info);
this.item = tasks.find((x: any) => x.id == id);
}
}
}
......@@ -110,8 +109,9 @@ export default class FlexEmployee extends Vue {
text-align: center;
margin-top: 10px;
}
.fe-detial-bottom-title {
.fe-detial-bottom {
margin-top: 20px;
.fe-detial-bottom-title {
display: grid;
grid-template-columns: 70px auto;
justify-content: start;
......@@ -121,5 +121,6 @@ export default class FlexEmployee extends Vue {
line-height: 30px;
min-width: 100px;
}
}
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment