|   <#-- 原生查询区域样式 --> | |
|   .jeecg-basic-table-form-container { | |
|     padding: 0; | |
|     .table-page-search-submitButtons { | |
|       display: block; | |
|       margin-bottom: 24px; | |
|       white-space: nowrap; | |
|     } | |
|     .query-group-cust{ | |
|       min-width: 100px !important; | |
|     } | |
|     .query-group-split-cust{ | |
|       width: 30px; | |
|       display: inline-block; | |
|       text-align: center | |
|     } | |
|     .ant-form-item:not(.ant-form-item-with-help){ | |
|       margin-bottom: 16px; | |
|       height: 32px; | |
|     } | |
|     :deep(.ant-picker),:deep(.ant-input-number){ | |
|       width: 100%; | |
|     } | |
|   } | |
|    |