物料查询

This commit is contained in:
2023-06-29 15:26:49 +08:00
parent db2fdd3190
commit 8bb90531db
7 changed files with 150 additions and 10 deletions

View File

@@ -217,7 +217,7 @@ header
border-radius 4px
background-color #fff
.grid_wraper
_wh(100%, calc(100% - 45px))
_wh(100%, calc(100% - 55px))
border-radius 5px
overflow-y auto
.filter-table

View File

@@ -124,6 +124,10 @@ div, input, button {
float: right !important;
}
.pointer {
cursor: pointer;
}
.mgb40 {
margin-bottom: .4rem !important;
}