UNPKG

@fle-ui/plus-table

Version:
57 lines (56 loc) 1.15 kB
.search-drawer { // 搜索栏内部样式复写 ::-webkit-scrollbar { width: 2px; } .ant-pro-query-filter-row { row-gap: 12px; } .ant-pro-table-search { padding: 0; .ant-form-item-control { width: auto; } .ant-pro-table-search-query-filter { border: none; } .ant-pro-query-filter { background-color: #fff; padding: 0; .ant-row { display: flex; flex-direction: row; .ant-form-item-label { width: 86px; line-height: 34px; text-align: right; label { font-size: 12px; } } .ant-form-item-control { width: 240px; .ant-form-item-control-input { width: 240px; } .ant-picker { min-width: 240px !important; width: 240px; } } } } } } .page_plustable__body { // 为了复写pagecontainer的样式 background-color: #fff; transition: all ease 0.3s; // margin: 16px; // padding: 16px; height: 100%; width: 100%; &.turn-left { width: calc(100% - 356px); } }