Commit 78cd0752 authored by spc's avatar spc

fixed

parent 0f1fadbc
...@@ -256,6 +256,7 @@ const handleMaskClick = (e) => { ...@@ -256,6 +256,7 @@ const handleMaskClick = (e) => {
display: flex; display: flex;
width: 160rpx; width: 160rpx;
height: 60rpx; height: 60rpx;
padding: 24rpx 160rpx;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
gap: 20rpx; gap: 20rpx;
...@@ -275,7 +276,7 @@ const handleMaskClick = (e) => { ...@@ -275,7 +276,7 @@ const handleMaskClick = (e) => {
.close-btn { .close-btn {
position: absolute; position: absolute;
top: 1130rpx; bottom: -80rpx;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
width: 56rpx; width: 56rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment