fix 一些问题

This commit is contained in:
2021-06-20 21:06:50 +08:00
parent c694078569
commit ada758e4db
10 changed files with 188 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
@import (reference) '../extend.less';
.ant-modal-content {
background-color: fade(@white, 90%);
background-color: fade(@primary-color, 50%);
backdrop-filter: blur(5px);
}
@@ -9,15 +9,29 @@
background-color: transparent;
}
.ant-modal-title {
color: fade(@white, 85%);
}
.ant-modal-body {
background-color: @white;
}
.ant-modal-footer {
background-color: @white;
}
.ant-modal-close-x {
line-height: 46px;
.ant-modal-close {
top: 10px;
right: 10px;
width: 46px;
height: 46px;
color: fade(@white, 75%);
background-color: @error-color;
&:hover,
&:focus {
color: @white;
}
}
.ant-modal-close-x {
line-height: 26px;
width: 26px;
height: 26px;
}