details功能

This commit is contained in:
X1627315083
2025-03-03 14:52:05 +08:00
parent 6cfcd4ce16
commit 7165e2455f
23 changed files with 1243 additions and 127 deletions

View File

@@ -658,9 +658,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
.ant-select-arrow {
right: 3rem;
width: 1.2rem;
height: 1.2rem;
margin-top: -0.6rem;
width: auto;
height: auto;
top: 60%;
font-size: 1.2rem;
}
.generalModel_page {

View File

@@ -722,10 +722,15 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
.ant-select-arrow{
right: 3rem;
width: 1.2rem;
height: 1.2rem;
margin-top: -.6rem;
// width: 1.2rem;
// height: 1.2rem;
width: auto;
height: auto;
top: 60%;
// margin-top: -.6rem;
font-size: 1.2rem;
// top: 50%;
// transform: translateY(-45%);
}
.generalModel_page {//常用查询列表样式
width: 100%;