Commit 09b5d627 authored by 刘怀志's avatar 刘怀志

63519 全局,弹窗内X按钮调整大小

parent 54ca17c3
......@@ -468,3 +468,10 @@ input::-webkit-input-placeholder {
.el-table .disabledCheck .cell .el-checkbox__inner {
margin-right: 3px;
}
// 弹出框x按钮大小修改
.el-message-box .el-message-box__close {
font-size: 16px;
}
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
color: #fff;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment