合并代码
This commit is contained in:
@@ -596,6 +596,7 @@ input:focus{
|
||||
//弹窗公共样式
|
||||
.ant-modal{
|
||||
box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
|
||||
div[aria-hidden="true"] {display: none !important;}
|
||||
&.ant-modal-confirm{
|
||||
&.ant-modal-confirm-confirm{
|
||||
// top: 50%;
|
||||
@@ -1428,23 +1429,29 @@ input:focus{
|
||||
color: rgba(0, 0, 0, 1);
|
||||
}
|
||||
}
|
||||
.homeMain_heade{
|
||||
.homeMain_heade,.account_message{
|
||||
.ant-badge{
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
sup.ant-scroll-number{
|
||||
height: 2rem;
|
||||
min-height: 2rem;
|
||||
min-height: 5px;
|
||||
width: 2rem;
|
||||
min-width: 2rem;
|
||||
min-width: 5px;
|
||||
padding: 0;
|
||||
font-size: 1.1rem;
|
||||
padding: .2rem;
|
||||
box-sizing: content-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
&.ant-badge-dot{
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.ant-scroll-number-only{
|
||||
width: 100%;
|
||||
// width: 100%;
|
||||
height: 100%;
|
||||
font-size: 1.2rem;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user