wangjuncheng
2025-04-15 3eebe0844083ac26b87713918af6b91a96fd041c
src/components/monifangzhen/schemeCard.vue
@@ -283,7 +283,9 @@
const messageShow = ref(false);
const mesData = ref(null);
function setSchemClick(item) {
  mesData.value = item;
  console.log(mesData.value,'dadadaddaadaadadadad');
  messageShow.value = true;
}
function close() {
@@ -343,8 +345,10 @@
}
.mess {
  position: absolute;
  top: 160px;
  left: 460px;
  top: 10%;
  left: 100%;
  // top: 160px;
  // left: 460px;
}
/deep/.el-card__body {