+ v-if="rightList?.length != 0 && item.show == true">
+ ">
{{ item.label }}
@@ -432,8 +416,7 @@
:cameraShow="camerali.show"
:hlsUriSsl="camerali.hlsUriSsl"
:sxtnames="camerali.name"
- @close="close1"
- >
+ @close="close1">
@@ -1100,7 +1083,7 @@ const visitRecords = () => {
});
};
//获取服务内容
-const getFw = async() => {
+const getFw = async () => {
await http
.get(
`/api/ggfwyth/pg/fwjgqdxq?sfzhm=${routers.query.identNo}&xh=${routers.query.xh}`
@@ -1137,11 +1120,11 @@ const getFw = async() => {
});
}
});
- showFw.value = false;
+ showFw.value = false;
};
const showFw = ref(true);
//获取服务内容(地图过来)
-const getFw2 = async(identNo) => {
+const getFw2 = async (identNo) => {
await http.get(`/api/ggfwyth/ysyzt/fwxq?sfzhm=${identNo}`).then((res) => {
if (res.code == 200) {
// tableType.data = res.data;
@@ -1168,7 +1151,6 @@ const getFw2 = async(identNo) => {
tableMain.data.push(obj);
});
}
-
} else {
ElMessage.warning({
message: res.message,
@@ -1228,7 +1210,6 @@ watch(
jump.value = "map";
getshs();
getFw2(props.message.identNo);
-
}
);
onMounted(() => {
@@ -1243,7 +1224,6 @@ onMounted(() => {
onClickTag2("出生", "出生");
getshs();
getFw();
-
} else {
jump.value = "map";
}
@@ -1308,119 +1288,123 @@ onMounted(() => {
background: rgba(255, 255, 255, 0.2);
}
}
-
- .person-main {
- flex: content;
+ .person-content {
position: relative;
- height: 100%;
+ flex: auto;
+ min-width: 300px;
+ .person-main {
+ width: 100%;
+ height: 100%;
+ position: relative;
- .main-tag-item {
- background: url("../../assets/person/tag.png") no-repeat;
- background-size: 100% 100%;
- width: 100px;
- height: 100px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 20px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #ffffff;
- position: absolute;
- cursor: pointer;
- z-index: 5;
+ .main-tag-item {
+ background: url("../../assets/person/tag.png") no-repeat;
+ background-size: 100% 100%;
+ width: 100px;
+ height: 100px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px;
+ font-family: Microsoft YaHei;
+ font-weight: bold;
+ color: #ffffff;
+ position: absolute;
+ cursor: pointer;
+ z-index: 5;
- font-family: YouSheBiaoTiHei;
- font-size: 20px;
+ font-family: YouSheBiaoTiHei;
+ font-size: 20px;
- text-shadow: 0px 2px 4px rgba(28, 68, 63, 0.5);
- text-align: left;
- font-style: normal;
+ text-shadow: 0px 2px 4px rgba(28, 68, 63, 0.5);
+ text-align: left;
+ font-style: normal;
- &:nth-of-type(1) {
- top: 70px;
- left: 70px;
+ &:nth-of-type(1) {
+ top: 70px;
+ left: 70px;
+ }
+
+ &:nth-of-type(2) {
+ top: 170px;
+ left: 170px;
+ }
+
+ &:nth-of-type(3) {
+ top: 270px;
+ left: 80px;
+ }
+
+ &:nth-of-type(4) {
+ top: 420px;
+ left: 110px;
+ }
+
+ &:nth-of-type(5) {
+ top: 70px;
+ right: 70px;
+ }
+
+ &:nth-of-type(6) {
+ top: 170px;
+ right: 170px;
+ }
+
+ &:nth-of-type(7) {
+ top: 420px;
+ right: 110px;
+ }
+
+ &:nth-of-type(8) {
+ top: 270px;
+ right: 80px;
+ }
+
+ // &:hover {
+ // background: url("../../assets/person/tag-active.png") no-repeat;
+ // background-size: 100% 100%;
+ // color: #00fffc;
+ // }
}
+ .main-tag-item2 {
+ background: url("../../assets/person/noshs.png") no-repeat;
+ background-size: 100% 100%;
+ width: 100px;
+ height: 100px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 20px;
+ font-family: Microsoft YaHei;
+ font-weight: bold;
+ color: #b3b3b3;
+ position: absolute;
+ cursor: pointer;
+ z-index: 5;
- &:nth-of-type(2) {
- top: 170px;
- left: 170px;
- }
-
- &:nth-of-type(3) {
- top: 270px;
- left: 80px;
- }
-
- &:nth-of-type(4) {
- top: 420px;
- left: 110px;
- }
-
- &:nth-of-type(5) {
- top: 70px;
- right: 70px;
- }
-
- &:nth-of-type(6) {
- top: 170px;
- right: 170px;
- }
-
- &:nth-of-type(7) {
- top: 420px;
- right: 110px;
- }
-
- &:nth-of-type(8) {
+ text-shadow: 0px 2px 4px rgba(28, 68, 63, 0.5);
+ text-align: left;
+ font-style: normal;
top: 270px;
right: 80px;
}
+ .main-tag-item_active {
+ background: url("../../assets/person/tag-active.png") no-repeat;
+ background-size: 100% 100%;
+ color: #00fffc;
+ }
- // &:hover {
- // background: url("../../assets/person/tag-active.png") no-repeat;
- // background-size: 100% 100%;
- // color: #00fffc;
- // }
- }
- .main-tag-item2 {
- background: url("../../assets/person/noshs.png") no-repeat;
- background-size: 100% 100%;
- width: 100px;
- height: 100px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 20px;
- font-family: Microsoft YaHei;
- font-weight: bold;
- color: #b3b3b3;
- position: absolute;
- cursor: pointer;
- z-index: 5;
-
- text-shadow: 0px 2px 4px rgba(28, 68, 63, 0.5);
- text-align: left;
- font-style: normal;
- top: 270px;
- right: 80px;
- }
- .main-tag-item_active {
- background: url("../../assets/person/tag-active.png") no-repeat;
- background-size: 100% 100%;
- color: #00fffc;
- }
-
- .person-main-person {
- position: absolute;
- top: 55%;
- left: 50%;
- transform: translate(-50%, -48%);
- width: 340px;
- height: 813px;
- background: url("../../assets/person/person.png") no-repeat;
- background-size: 100% 100%;
- z-index: 3;
+ .person-main-person {
+ position: absolute;
+ top: 55%;
+ left: 50%;
+ transform: translate(-50%, -48%);
+ width: 340px;
+ height: 813px;
+ background: url("../../assets/person/person.png") no-repeat;
+ background-size: 100% 100%;
+ z-index: 3;
+ }
}
.main_table {
box-sizing: border-box;
@@ -1428,7 +1412,7 @@ onMounted(() => {
opacity: 0.85;
z-index: 5;
position: absolute;
- bottom: -30px;
+ bottom: 56px;
left: 90px;
width: 600px;
height: 250px;