🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

elsass

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elsass - npm Package Compare versions

Comparing version
0.1.16
to
0.1.17
+1
-1
.gitlab-ci.yml

@@ -73,2 +73,2 @@ stages:

- python3 /opt/ops/cdn/refresh_cdn.py $domain
- python3 /opt/ops/gitlab/send_im.py $GITLAB_USER_EMAIL $CI_PROJECT_NAME $CI_COMMIT_REF_NAME $CI_JOB_URL
- python3 /opt/ops/gitlab/send_im.py $GITLAB_USER_EMAIL $CI_PROJECT_NAME $CI_COMMIT_REF_NAME $CI_JOB_URL $CI_PIPELINE_ID $CI_COMMIT_MESSAGE
{
"name": "elsass",
"version": "0.1.16",
"version": "0.1.17",
"description": "A high-quality UI component library based on Vue.js",

@@ -5,0 +5,0 @@ "main": "./src/main.js",

<template>
<Layout class="r-side-menu-wrapper">
<Sider ref="sider" collapsible :collapsed-width="64" :width="width" v-model="isCollapsed" @on-collapse="onCollapse">
<Sider ref="sider" collapsible :collapsed-width="64" :width="width" v-model="isCollapsed" @on-collapse="onCollapse" class="r-side-menu">
<Menu ref="menu" v-show="!isCollapsed" :active-name="activeName" width="auto" :class="menuClass">

@@ -199,14 +199,15 @@ <template v-for="item in menuList">

height: 100%
-ms-overflow-style: none
overflow: -moz-scrollbars-none
::-webkit-scrollbar
width: 0 !important
.r-side-menu
-ms-overflow-style: none
overflow: -moz-scrollbars-none
::-webkit-scrollbar
width: 0 !important
.ivu-menu-opened .ivu-menu-submenu-title
background: #307DF2
color: #fff
.svg-icon
display: inline-block
vertical-align: baseline
margin-right: 8px
.ivu-menu-opened .ivu-menu-submenu-title
background: #307DF2
color: #fff
.svg-icon
display: inline-block
vertical-align: baseline
margin-right: 8px
.ivu-menu-vertical.ivu-menu-light:after

@@ -213,0 +214,0 @@ display: none