Commit a9cdd29d by cocomilk2012

update

parent 0ab323cf
Showing with 5 additions and 3 deletions
...@@ -72,7 +72,6 @@ export default class FlexEmployee extends Vue { ...@@ -72,7 +72,6 @@ export default class FlexEmployee extends Vue {
if (task_info != null) { if (task_info != null) {
let tasks = JSON.parse(task_info); let tasks = JSON.parse(task_info);
this.item = tasks.find((x: any) => x.id == id); this.item = tasks.find((x: any) => x.id == id);
} }
} }
} }
...@@ -110,8 +109,9 @@ export default class FlexEmployee extends Vue { ...@@ -110,8 +109,9 @@ export default class FlexEmployee extends Vue {
text-align: center; text-align: center;
margin-top: 10px; margin-top: 10px;
} }
.fe-detial-bottom {
.fe-detial-bottom-title { margin-top: 20px;
.fe-detial-bottom-title {
display: grid; display: grid;
grid-template-columns: 70px auto; grid-template-columns: 70px auto;
justify-content: start; justify-content: start;
...@@ -121,5 +121,6 @@ export default class FlexEmployee extends Vue { ...@@ -121,5 +121,6 @@ export default class FlexEmployee extends Vue {
line-height: 30px; line-height: 30px;
min-width: 100px; min-width: 100px;
} }
}
} }
</style> </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