|
@@ -397,50 +397,50 @@ html::-webkit-scrollbar-thumb {
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box{
|
|
.el-message-box{
|
|
- padding-bottom: 20px;
|
|
|
|
|
|
+ padding-bottom: 20px !important;
|
|
}
|
|
}
|
|
.el-message-box__header{
|
|
.el-message-box__header{
|
|
- font-weight: 700;
|
|
|
|
|
|
+ font-weight: 700 !important;
|
|
}
|
|
}
|
|
.el-message-box__content{
|
|
.el-message-box__content{
|
|
- padding: 10px 15px 25px;
|
|
|
|
|
|
+ padding: 10px 15px 25px !important;
|
|
}
|
|
}
|
|
.el-icon-warning:before{
|
|
.el-icon-warning:before{
|
|
- content: '';
|
|
|
|
- width: 20px;
|
|
|
|
- height: 20px;
|
|
|
|
- display: block;
|
|
|
|
- background-image: url("./assets/icon/newIcon/tips.png");
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ content: '' !important;
|
|
|
|
+ width: 20px !important;
|
|
|
|
+ height: 20px !important;
|
|
|
|
+ display: block !important;
|
|
|
|
+ background-image: url("./assets/icon/newIcon/tips.png") !important;
|
|
|
|
+ background-size: 100% 100% !important;
|
|
}
|
|
}
|
|
.el-message-box__status+.el-message-box__message{
|
|
.el-message-box__status+.el-message-box__message{
|
|
- padding-left: 30px;
|
|
|
|
|
|
+ padding-left: 30px !important;
|
|
}
|
|
}
|
|
.el-message-box__btns{
|
|
.el-message-box__btns{
|
|
- text-align: center;
|
|
|
|
|
|
+ text-align: center !important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box__btns > .el-button--small{
|
|
.el-message-box__btns > .el-button--small{
|
|
- border: 1px solid #CAD1DC;
|
|
|
|
- background: #E7EBF1;
|
|
|
|
- color: #060E17;
|
|
|
|
|
|
+ border: 1px solid #CAD1DC !important;
|
|
|
|
+ background: #E7EBF1 !important;
|
|
|
|
+ color: #060E17 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box__btns > .el-button--small:hover{
|
|
.el-message-box__btns > .el-button--small:hover{
|
|
- background: #CAD1DC;
|
|
|
|
- color: #060E17;
|
|
|
|
|
|
+ background: #CAD1DC !important;
|
|
|
|
+ color: #060E17 !important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box__btns > .el-button--primary{
|
|
.el-message-box__btns > .el-button--primary{
|
|
- border: 1px solid #EE3E3E;
|
|
|
|
- background: #EE3E3E;
|
|
|
|
- color: #fff;
|
|
|
|
|
|
+ border: 1px solid #EE3E3E !important;
|
|
|
|
+ background: #EE3E3E !important;
|
|
|
|
+ color: #fff !important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-message-box__btns > .el-button--primary:hover{
|
|
.el-message-box__btns > .el-button--primary:hover{
|
|
- border: 1px solid #cd3434;
|
|
|
|
- background: #cd3434;
|
|
|
|
- color: #fff;
|
|
|
|
|
|
+ border: 1px solid #cd3434 !important;
|
|
|
|
+ background: #cd3434 !important;
|
|
|
|
+ color: #fff !important;
|
|
}
|
|
}
|
|
|
|
|
|
.el-checkbox:hover .el-checkbox__label{
|
|
.el-checkbox:hover .el-checkbox__label{
|