fix: 修改右弹窗的组件

This commit is contained in:
zhangyu
2021-06-22 17:46:05 +08:00
parent 67a1d6ec4b
commit 5fa8c1d31d
5 changed files with 18 additions and 11 deletions

View File

@@ -3,7 +3,7 @@
flex-direction: column;
position: fixed;
right: 0;
top: 50px;
top: 0px;
padding: 0;
height: calc(100% - 50px);
width: 700px;