Commit e094c16f by lp784568205

修改重点人员样式

parent 9780cee8
......@@ -1806,7 +1806,7 @@
><img
style="width:16px;height:15px;"
src="./../../assets/img/bianji (2).png" alt="" srcset=""></span
src="./../../assets/img/bianji (2).png" title="编辑" alt="" srcset=""></span
>
<span
@click="editXxtk(scope)"
......@@ -1946,10 +1946,13 @@
<img
v-if="scope.row.policeId != ''"
style="width:20px;height:20px;"
title="点击取消关注"
src="./../../assets/img/yanjing-xianshi.png" alt="" srcset="">
<img
style="width:20px;height:20px;"
v-if="scope.row.policeId == ''"
title="点击关注"
src="./../../assets/img/yanjing-yincang.png" alt="" srcset="">
</span
>
......
......@@ -503,6 +503,8 @@ export default {
],
},true)
}
} else {
_this.$message.warning("当前分类没有下一级了")
}
})
console.log(params.value)
......
......@@ -1019,21 +1019,21 @@ export default {
</style>
<style lang="scss" scoped>
.pub_dialog {
/deep/ .pub_dialog .el-dialog {
display: flex;
justify-content: center;
align-items: Center;
// justify-content: center;
// align-items: Center;
overflow: hidden;
height: 70vh;
max-height: 70vh;
}
/deep/ .el-dialog {
margin: 0 auto !important;
height: 70vh;
max-height: 70vh;
/deep/ .pub_dialog .el-dialog {
// margin: 0 auto !important;
overflow: hidden;
}
/deep/ .el-dialog__body {
/deep/ .pub_dialog .el-dialog__body {
position: absolute;
left: 0;
top: 54px;
......
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