四零语境后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
566 B

1 month ago
  1. <#-- 原生查询区域样式 -->
  2. .jeecg-basic-table-form-container {
  3. padding: 0;
  4. .table-page-search-submitButtons {
  5. display: block;
  6. margin-bottom: 24px;
  7. white-space: nowrap;
  8. }
  9. .query-group-cust{
  10. min-width: 100px !important;
  11. }
  12. .query-group-split-cust{
  13. width: 30px;
  14. display: inline-block;
  15. text-align: center
  16. }
  17. .ant-form-item:not(.ant-form-item-with-help){
  18. margin-bottom: 16px;
  19. height: 32px;
  20. }
  21. :deep(.ant-picker),:deep(.ant-input-number){
  22. width: 100%;
  23. }
  24. }