芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/.cache/admin/src/components/Users/SortPicker/ListWrapper.js
import React from 'react'; import styled from 'styled-components'; import { themePropTypes } from 'strapi-helper-plugin'; import { Text } from '@buffetjs/core'; const ListWrapper = styled(props =>
)` margin-bottom: 0; padding: 0; min-width: 230px; list-style-type: none; background-color: ${({ theme }) => theme.main.colors.white}; `; ListWrapper.propTypes = { ...themePropTypes, }; export default ListWrapper;