Commit a9cdd29d by cocomilk2012

update

parent 0ab323cf
Showing with 13 additions and 11 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,16 +109,18 @@ export default class FlexEmployee extends Vue {
text-align: center;
margin-top: 10px;
}
.fe-detial-bottom-title {
display: grid;
grid-template-columns: 70px auto;
justify-content: start;
p {
color: #5e6066;
font-size: 14px;
line-height: 30px;
min-width: 100px;
.fe-detial-bottom {
margin-top: 20px;
.fe-detial-bottom-title {
display: grid;
grid-template-columns: 70px auto;
justify-content: start;
p {
color: #5e6066;
font-size: 14px;
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