|
|
@@ -2379,12 +2379,13 @@ body {
|
|
|
.el-message-box__headerbtn {
|
|
|
width: 36px;
|
|
|
height: 36px;
|
|
|
- margin-top: -8px;
|
|
|
- background-image: url("../assets/icon/close-line.png");
|
|
|
- background-position: 100% 50%;
|
|
|
+ margin-top: 6px;
|
|
|
+ margin-right: 10px;
|
|
|
+ background-image: url("../assets/icon/close_line.png");
|
|
|
+ background-position: 50% 50%;
|
|
|
background-repeat: no-repeat;
|
|
|
background-size: 24px 24px;
|
|
|
- .el-icon-close {
|
|
|
+ .el-message-box__close {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
@@ -2411,7 +2412,7 @@ body {
|
|
|
display: none !important;
|
|
|
}
|
|
|
.el-message-box__btns {
|
|
|
- padding: 13px 20px 4px 20px;
|
|
|
+ padding: 13px 20px 13px 20px;
|
|
|
border-top: 1px solid #e4e7ed;
|
|
|
.el-button {
|
|
|
width: 68px;
|