人工排产

This commit is contained in:
2024-02-22 14:50:51 +08:00
parent e672f1abe8
commit 2725e42919
8 changed files with 246 additions and 141 deletions

View File

@@ -105,12 +105,13 @@
}
.mask {
position: fixed;
position: fixed;
z-index: 99;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, .65);
background-color: rgba(0, 0, 0, .9);
}
.botton-radius {
@@ -119,7 +120,8 @@
}
.content {
position: relative;
position: relative;
z-index: 100;
top: 0;
width: 600rpx;
background-color: #fff;