ts

212 阅读1分钟

注意事项

  1. 依赖为 @type 安装之前需要安装 npm install typings --global
    npm install typings --global

  2. 向要在js 中写入css ,可以引入库

import styled from 'styled-components';
const EleTabWrapper = styled.div`
.el-tabs__content {overflow: visible;}
`


使用 EleTabWrapper 包住组件