This commit is contained in:
2025-12-25 09:37:17 +08:00
parent 1a7b27209f
commit bc92cfa735
6 changed files with 245 additions and 25 deletions

View File

@ -152,7 +152,7 @@ v-deep .el-loading-mask {
}
.popupCustomBox{
position: relative;
background: #2a88e082;
background: rgba(2, 55, 114, 0.99);
color: #fff;
border-radius: 4px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
@ -179,7 +179,7 @@ v-deep .el-loading-mask {
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #2a88e082;
border-top: 10px solid rgba(2, 55, 114, 0.99);
}
.popupCustomTitle_li{
font-size: 12px;