|
@@ -151,7 +151,8 @@ export default {
|
|
|
@extend .content-shadow;
|
|
|
}
|
|
|
|
|
|
-.custom-message-box {
|
|
|
+.custom-message-box,
|
|
|
+.custom-alert-box {
|
|
|
width: 380px !important;
|
|
|
border-radius: 8px;
|
|
|
|
|
@@ -165,19 +166,6 @@ export default {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
|
|
|
- .custom-default-btn,
|
|
|
- .custom-default-btn:hover,
|
|
|
- .custom-default-btn:focus{
|
|
|
- width: 132px;
|
|
|
- height: 36px;
|
|
|
- margin-right: 52px;
|
|
|
- border-radius: 6px;
|
|
|
- background-color: #fff;
|
|
|
- border: 1px solid #DCDFE6;
|
|
|
- color: #686868;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
-
|
|
|
.el-message-box__message {
|
|
|
font-size: 14px;
|
|
|
color: #686868;
|
|
@@ -194,4 +182,35 @@ export default {
|
|
|
content: '';
|
|
|
}
|
|
|
}
|
|
|
+.custom-alert-box {
|
|
|
+ padding-bottom: 32px!important;
|
|
|
+ .el-message-box__header{
|
|
|
+ padding-top: 32px!important;
|
|
|
+ }
|
|
|
+ .el-message-box__title{
|
|
|
+ line-height: 28px;
|
|
|
+ }
|
|
|
+ .el-message-box__btns{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: row-reverse;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0 32px;
|
|
|
+ }
|
|
|
+ .custom-confirm-btn{
|
|
|
+ margin-left: 0!important;
|
|
|
+ }
|
|
|
+ .custom-default-btn,
|
|
|
+ .custom-default-btn:hover,
|
|
|
+ .custom-default-btn:focus{
|
|
|
+ width: 132px;
|
|
|
+ height: 36px;
|
|
|
+ margin-top: 12px;
|
|
|
+ border-radius: 6px;
|
|
|
+ background-color: #fff;
|
|
|
+ border: 1px solid #DCDFE6;
|
|
|
+ color: #686868;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
+}
|
|
|
</style>
|