111
This commit is contained in:
parent
00de441697
commit
853947650f
|
@ -882,7 +882,10 @@ const saveDK = async () => {
|
|||
)
|
||||
.then((res) => {
|
||||
if (res.code == 200) {
|
||||
ElMessage.success("编辑成功");
|
||||
ElMessage.success({
|
||||
message: "保存成功",
|
||||
offset: 100, // 距离窗口顶部的偏移量
|
||||
});
|
||||
}
|
||||
});
|
||||
await getCssj();
|
||||
|
@ -2981,6 +2984,7 @@ const DGcreateCs = (polygon, indexx) => {
|
|||
cs_dd_arr.value[indexx].addEventListener("click", () => {
|
||||
if (showEdit.value) {
|
||||
} else {
|
||||
console.log(polygon.id);
|
||||
changeCsqkId.value = polygon.id;
|
||||
showEdit.value = !showEdit.value;
|
||||
let a = document.documentElement.getElementsByClassName("left")[0];
|
||||
|
@ -3158,7 +3162,7 @@ onMounted(async () => {
|
|||
flex-direction: column;
|
||||
z-index: 12;
|
||||
overflow: hidden;
|
||||
transition: opacity 2s;
|
||||
transition: opacity 1s;
|
||||
//人口数
|
||||
.lyx {
|
||||
.content_item2 {
|
||||
|
@ -3406,7 +3410,7 @@ onMounted(async () => {
|
|||
flex-direction: column;
|
||||
z-index: 12;
|
||||
overflow: hidden;
|
||||
transition: opacity 2s;
|
||||
transition: opacity 1s;
|
||||
.jbggfwq {
|
||||
.jbggfwq_content {
|
||||
height: 520px;
|
||||
|
|
Loading…
Reference in New Issue