1期toast提示ui调整

This commit is contained in:
赵依梦
2025-12-17 18:49:59 +08:00
committed by joshen
parent 9743dd64f8
commit b2d71cf8fb

View File

@@ -433,66 +433,72 @@
}
}
.el-message.new-message {
box-shadow: none !important;
background-color: #edf2fc !important;
min-width: 240px !important;
height: 52px !important;
border-radius: 12px !important;
top: 180px !important;
font-size: 18px !important;
font-weight: bold !important;
border: none !important;
.el-message__content {
font-size: 16px !important;
font-weight: bold !important;
}
}
.el-message--success.new-message {
box-shadow: none !important;
background-color: rgba($color: #4CB967, $alpha: 0.1) !important;
background-color: #fff;
box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1);
min-width: 180px !important;
height: 52px !important;
border-radius: 12px !important;
top: 180px !important;
font-size: 18px !important;
top: 270px !important;
font-size: 16px !important;
font-weight: bold !important;
border: none !important;
.el-message__content {
font-size: 14px !important;
font-weight: bold !important;
// margin-top: 2px;
}
}
.el-message--success.new-message {
background-color: #fff;
box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1);
min-width: 180px !important;
height: 52px !important;
border-radius: 12px !important;
top: 270px !important;
font-size: 16px !important;
border: none !important;
.el-message__content {
color: #189B39 !important;
font-size: 16px !important;
font-size: 14px !important;
font-weight: bold !important;
// margin-top: 2px;
}
}
.el-message--error.new-message {
box-shadow: none !important;
background-color: rgba($color: #FF3636 , $alpha: 0.1) !important;
min-width: 240px !important;
background-color: #fff;
box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1);
min-width: 180px !important;
height: 52px !important;
border-radius: 12px !important;
top: 180px !important;
font-size: 18px !important;
top: 270px !important;
font-size: 16px !important;
font-weight: bold !important;
border: none !important;
.el-message__content {
color: #CF1717 !important;
font-size: 16px !important;
font-size: 14px !important;
font-weight: bold !important;
// margin-top: 2px;
}
}
.el-message--warning.new-message {
box-shadow: none !important;
background-color: #fdf6ec !important;
min-width: 240px !important;
background-color: #fff;
box-shadow: 0px 8px 20px 0px rgba(0,35,114,0.1);
min-width: 180px !important;
height: 52px !important;
border-radius: 12px !important;
top: 180px !important;
font-size: 18px !important;
top: 270px !important;
font-size: 16px !important;
font-weight: bold !important;
border: none !important;
.el-message__content {
font-size: 16px !important;
font-size: 14px !important;
font-weight: bold !important;
// margin-top: 2px;
}
}