Commit a9cdd29d by cocomilk2012

update

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