This commit is contained in:
姚宇浩 2024-08-20 17:12:57 +08:00
parent 00de441697
commit 853947650f
1 changed files with 7 additions and 3 deletions

View File

@ -882,7 +882,10 @@ const saveDK = async () => {
) )
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {
ElMessage.success("编辑成功"); ElMessage.success({
message: "保存成功",
offset: 100, //
});
} }
}); });
await getCssj(); await getCssj();
@ -2981,6 +2984,7 @@ const DGcreateCs = (polygon, indexx) => {
cs_dd_arr.value[indexx].addEventListener("click", () => { cs_dd_arr.value[indexx].addEventListener("click", () => {
if (showEdit.value) { if (showEdit.value) {
} else { } else {
console.log(polygon.id);
changeCsqkId.value = polygon.id; changeCsqkId.value = polygon.id;
showEdit.value = !showEdit.value; showEdit.value = !showEdit.value;
let a = document.documentElement.getElementsByClassName("left")[0]; let a = document.documentElement.getElementsByClassName("left")[0];
@ -3158,7 +3162,7 @@ onMounted(async () => {
flex-direction: column; flex-direction: column;
z-index: 12; z-index: 12;
overflow: hidden; overflow: hidden;
transition: opacity 2s; transition: opacity 1s;
// //
.lyx { .lyx {
.content_item2 { .content_item2 {
@ -3406,7 +3410,7 @@ onMounted(async () => {
flex-direction: column; flex-direction: column;
z-index: 12; z-index: 12;
overflow: hidden; overflow: hidden;
transition: opacity 2s; transition: opacity 1s;
.jbggfwq { .jbggfwq {
.jbggfwq_content { .jbggfwq_content {
height: 520px; height: 520px;