2023-11-24-dist

This commit is contained in:
X1627315083
2023-11-24 16:18:44 +08:00
parent dc2385a5a5
commit e908818d8d
40 changed files with 454 additions and 295 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -303,6 +303,7 @@ li {
bottom: 0;
top: auto;
margin: 0 9rem;
z-index: 10001;
}
.modal_component.ant-modal {
top: 0;
@@ -385,6 +386,12 @@ li {
.operate_file_block .select_img_type .category_list .category_item:hover {
background: linear-gradient(-137deg, #eeefdb, #e7dbed);
}
.ant-modal-wrap {
z-index: 10003 ;
}
.driver-overlay-animated {
z-index: 10002 !important;
}
.habit :deep(.ant-btn:hover),
:deep(.ant-btn:focus),
:deep(.ant-btn:active),

View File

@@ -340,6 +340,7 @@ ul,li{
bottom: 0;
top: auto;
margin: 0 9rem;
z-index: 10001;
}
//弹窗公共样式
@@ -442,9 +443,12 @@ ul,li{
}
}
}
// .ant-modal-wrap{
// z-index: 10001;
// }
.ant-modal-wrap{
z-index: 10003 ;
}
.driver-overlay-animated{
z-index: 10002 !important;
}
// .ant-select-dropdown{
// z-index: 10001;
// }