芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/.cache/admin/src/components/Bloc/index.js
import styled from 'styled-components'; const Bloc = styled.div` background: ${({ theme }) => theme.main.colors.white}; border-radius: ${({ theme }) => theme.main.sizes.borderRadius}; box-shadow: 0 2px 4px #e3e9f3; `; export default Bloc;