theme-default icon indicating copy to clipboard operation
theme-default copied to clipboard

Element default theme

Results 10 theme-default issues
Sort by recently updated
recently updated
newest added

为什么这么实用的一个库没有持续更新了,不跟现有的element-ui保持同步的更新主题了

解决多个Message重叠的bug

使用负值移除可视范围,可能会有一些问题([element-react #804](https://github.com/ElemeFE/element-react/issues/804)),label 可以激活子节点 input[type=checkbox],导致这个问题。使用透明处理(新增兼容代码)可能更好。

chage "defualt" to "default" plz

Hi! In my `main.ts` file, I have: ``` import 'element-theme-default' ; ``` and in my `webpack.config.prod.js`: ``` const extractCss = new ExtractTextPlugin ( { filename: 'css/[name].[contenthash]-first.css', disable: process.env.NODE_ENV === 'development'...

npm i https://github.com/ElementUI/theme-default -D. there is no file "lib/index.css" that defined in the main field, I know the lib dir is generated by `npm run build`, but when I install...

首先感谢你们提供了这么方便强大的组件库,然后我最近遇到了一个问题,是关于加载静态资源的字体的: ![_20170815190823](https://user-images.githubusercontent.com/18412359/29313560-475d0760-81ed-11e7-97c1-f8ce354fd2b4.png) - 一直提示说403,但是翻了issue和官方文档好像都没有解决方案 ![image](https://user-images.githubusercontent.com/18412359/29313569-613b3a62-81ed-11e7-9055-f63a1b626e59.png) - CDN引入了样式文件的 ![image](https://user-images.githubusercontent.com/18412359/29313601-89a4467e-81ed-11e7-925a-f6893bfb6555.png)

Since I would like to use some of the element-ui components (I love it~) in project, I would like to build it myself to make it compatible with existing code...

HI, it be nice to see the hard node_modules directory removed. Simply if i like to change more than just variables on the theme and copy the theme-default to some...