index.less 300 Bytes
Newer Older
钟是志's avatar
钟是志 committed
1
.zyd_onestop_style_class{
王绍森's avatar
王绍森 committed
2
  padding: 20px;
3
  table, td{
钟是志's avatar
钟是志 committed
4 5
    overflow: unset !important;
  }
6 7 8 9 10 11
  :global{
    .ant-form-item-children{
      .ant-select{
        width: 70% !important;  //可能有问题
      }
    }
钟是志's avatar
钟是志 committed
12 13 14
    .ant-pagination-options .ant-select{
      width: auto !important;
    }
15 16
  }

王绍森's avatar
王绍森 committed
17

钟是志's avatar
钟是志 committed
18
}