Skip to content
Snippets Groups Projects
Commit 42481452 authored by fz2907's avatar fz2907
Browse files

UI change

parent 09297ec5
No related branches found
No related tags found
2 merge requests!34Sprint 2 done,!311. add vuex
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
<el-card <el-card
v-for="(item, index) in matchRequestList.value" v-for="(item, index) in matchRequestList.value"
shadow="hover" shadow="hover"
style="width: 280px" :fill="true"
@click="selectMatchRequestItem(index)" @click="selectMatchRequestItem(index)"
> >
<time > {{formatDate(item.startTime)}} - {{formatDate(item.endTime)}}</time> <time > {{formatDate(item.startTime)}} - {{formatDate(item.endTime)}}</time>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment