合并代码

This commit is contained in:
X1627315083
2024-08-19 10:36:46 +08:00
parent a8ab30f30c
commit e4b3ebe88b
30 changed files with 857 additions and 472 deletions

View File

@@ -532,6 +532,9 @@ li {
.ant-modal {
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.ant-modal div[aria-hidden="true"] {
display: none !important;
}
.ant-modal-confirm-confirm .ant-modal-content {
border-radius: 1rem;
}
@@ -1285,30 +1288,40 @@ li {
border: solid 2px rgba(0, 0, 0, 0.55);
color: #000000;
}
.homeMain_heade .ant-badge {
.homeMain_heade .ant-badge,
.account_message .ant-badge {
width: auto;
height: auto;
}
.homeMain_heade sup.ant-scroll-number {
.homeMain_heade sup.ant-scroll-number,
.account_message 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: 0.2rem;
box-sizing: content-box;
display: flex;
align-items: center;
justify-content: center;
}
.homeMain_heade sup.ant-scroll-number .ant-scroll-number-only {
width: 100%;
.homeMain_heade sup.ant-scroll-number.ant-badge-dot,
.account_message sup.ant-scroll-number.ant-badge-dot {
width: auto;
height: auto;
}
.homeMain_heade sup.ant-scroll-number .ant-scroll-number-only,
.account_message sup.ant-scroll-number .ant-scroll-number-only {
height: 100%;
font-size: 1.2rem;
display: flex;
align-items: center;
justify-content: center;
}
.homeMain_heade p.ant-scroll-number-only-unit {
.homeMain_heade p.ant-scroll-number-only-unit,
.account_message p.ant-scroll-number-only-unit {
line-height: 2rem;
height: 100%;
}