fix: 结果窗口 520x700 并去除半透明遮罩实现无色透明
This commit is contained in:
@@ -197,12 +197,12 @@ async function confirmScore() {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 99998;
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
background: transparent;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.drawer-panel {
|
||||
width: 400px;
|
||||
width: 480px;
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user