modified: apply new front's confirm api

This commit is contained in:
Dr.Lt.Data
2025-01-02 02:23:21 +09:00
parent ad632de6da
commit a148bb5aeb
8 changed files with 28 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ docStyle.innerHTML = `
width: 1000px;
height: 520px;
box-sizing: content-box;
z-index: 10000;
z-index: 1000;
overflow-y: auto;
}
@@ -49,7 +49,7 @@ docStyle.innerHTML = `
width: 400px;
height: 25px;
box-sizing: border-box;
z-index: 10000;
z-index: 1000;
margin-top: 10px;
margin-bottom: 5px;
}