hy-themecolor
v1.3.5
Published
<hy-themeColor :customStyle="customStyle" :themeColor="themeColor" :themeColorUrl="themeColorUrl"></hy-themeColor>
Downloads
16
Readme
DEMO
<hy-themeColor :customStyle="customStyle" :themeColor="themeColor" :themeColorUrl="themeColorUrl"></hy-themeColor>
customStyle 自定义样式
[
'.container{background: primary !important;}',//头部颜色
'.el-menu-item.is-active{color: primary !important;}',//菜单颜色
'.hover-header-dialog ul li:hover{color: primary !important;}'//修改密码 鼠标悬浮颜色
]
themeColor 主题颜色
red blue #333
indexStyleUrl 默认css样式 如果传入了URL则获取URL里面的 样式
//unpkg.com/element-ui/lib/theme-chalk/index.css
themeColorUrl 获取专题颜色地址 如果传入了 themeColor 则以themeColor 为准
/pws/pms-ws/web/user/getLayout