This commit is contained in:
lcw
2026-01-23 19:57:10 +08:00
parent 5b62d707ff
commit c12bda629a
43 changed files with 6721 additions and 223 deletions

View File

@ -156,6 +156,7 @@ v-deep .el-loading-mask {
transform: translateY(-50%) translateX(-50%);
}
.popupCustomBox{
width: 130px;
position: relative;
background: rgba(2, 55, 114, 0.99);
color: #fff;
@ -191,9 +192,11 @@ v-deep .el-loading-mask {
line-height: 22px;
text-transform: none;
margin-bottom: 0;
display: flex;
justify-content: space-between;
span{
display: inline-block;
width: 45px;
width: 60px;
text-align: center;
}
}