Commit 8cdd013c authored by kangzhenfei's avatar kangzhenfei

工時分配

parent a3b28548
......@@ -330,7 +330,8 @@
height: 59px;
line-height: 60px;
text-align: center;
width: calc(50% - 2px);
width: calc(100% - 0px);
// width: calc(50% - 2px);
}
.gs_del{
background: #2680EB;
......
......@@ -21,7 +21,7 @@
</div>
</div>
<div class="gs_card_box">
<Card class="gs_card" v-for="i of 5" :key="i">
<Card class="gs_card" v-for="i of 1" :key="i">
<p slot="title" class="gs_title">
张三
<span class="fr">02816335{{i}}</span>
......@@ -32,9 +32,9 @@
<span class="b_size">100</span> 工时
</p>
<p class="gs_footer">
<a class="gs_edit" @click="editItem">
<!-- <a class="gs_edit" @click="editItem">
<Icon type="md-create" />
编辑</a>
编辑</a> -->
<a class="gs_del" @click="delItem">
<Icon type="ios-trash-outline" />
删除</a>
......
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 to comment