单店完成

This commit is contained in:
aixianling
2024-07-08 18:53:50 +08:00
parent 7acc025d8d
commit 31586c2b00
4 changed files with 75 additions and 26 deletions

View File

@@ -112,13 +112,13 @@ a, .green {
}
.dialogTable {
position: fixed;
position: fixed !important;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 600px;
width: 600px!important;
height: 300px;
z-index: 9999;
background-color: #07193D;
box-shadow: #fff 0 0 20px;
box-shadow: #66FFFF 0 0 20px;
}