修改编辑页面

This commit is contained in:
A1300399510
2023-08-07 19:27:56 +08:00
parent 7d0c5331d5
commit bd05d9d205
2 changed files with 275 additions and 34 deletions

View File

@@ -82,8 +82,10 @@ export default {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 600px;
height: 800px;
width: 100vw;
height: 100vh;
// width: 600px;
// height: 800px;
background: #fff;
border-radius: 20px;
padding: 20px;