更新
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user