detail更新

This commit is contained in:
X1627315083
2025-02-25 15:32:55 +08:00
parent 3b230ae222
commit 6cfcd4ce16
28 changed files with 1701 additions and 1056 deletions

View File

@@ -887,10 +887,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.generalModel.fullScreen {
max-width: 100%;
}
.generalModel.fullScreen .ant-modal-content {
.generalModel.fullScreen > .ant-modal-content {
border-radius: 0rem;
}
.generalModel.fullScreen .ant-modal-body {
.generalModel.fullScreen > .ant-modal-body {
padding: 2.5rem 3rem;
}
.generalModel .ant-modal-content {

View File

@@ -960,10 +960,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
height: calc(65rem*1.2);
&.fullScreen{
max-width: 100%;
.ant-modal-content{
> .ant-modal-content{
border-radius: 0rem;
}
.ant-modal-body{
> .ant-modal-body{
padding: 2.5rem 3rem;
}
}