Commit 13f737d6 authored by huangjie's avatar huangjie

*

parent 12f684ba
......@@ -686,6 +686,7 @@
>img{
margin-left: 16px;
cursor: pointer;
width: 20px;
}
}
}
......@@ -1050,7 +1051,7 @@
transform: rotateX(180deg);
width: 9px;
height: 11px;
margin: 4px 2px 0 10px;
margin: 6px 2px 0 10px;
}
}
}
......@@ -1125,3 +1126,7 @@
.el-popper[x-placement^=bottom]{
margin-top: 0 !important;
}
.el-dialog__body{
padding-top: 14px;
padding-bottom: 18px;
}
......@@ -56,6 +56,13 @@
</div>
<div class="recordlist" v-if="showtype=='gjdt'">
<div class="rec_detail" v-for="(item,index) in recordlist.rows">
<div class="delform" v-if="isdel && delID == item.id">
<div class="words">是否删除该条记录</div>
<div>
<div class="btnsmall btn_primary h28" @click="delele">确定</div>
<div class="btnsmall btn_cancel h28" @click="isdel=false">取消</div>
</div>
</div>
<div class="rec_time">
<i class="el-icon-time"></i>
......@@ -114,14 +121,6 @@
</div>
</div>
</div>
<div class="delform" v-if="isdel">
<div class="words">是否删除该条记录</div>
<div>
<div class="btnsmall btn_primary h28" @click="delele">确定</div>
<div class="btnsmall btn_cancel h28" @click="isdel=false">取消</div>
</div>
</div>
</el-card>
</div>
</template>
......@@ -362,13 +361,21 @@
</script>
<style lang="scss" scoped>
.el-card{
overflow: initial;
}
.rec_detail{
position: relative;
}
.wc{
position: absolute;
right: 0;
bottom: 0;
}
.delform{
position: fixed; left:50%; top:50%; transform:translate(-50%,-50%)
right: 0;
top: -122px;
position: absolute;
}
.tables{
margin-top: -26px;
......
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