module-menu-vue 0.0.91 → 0.0.93

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "module-menu-vue",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
4
4
  "description": "城市大数据平台菜单--Vue版",
5
5
  "main": "/index.js",
6
6
  "scripts": {
@@ -5,7 +5,7 @@
5
5
  <div class='menuIcon' :style="{background: stash === 'LNRD' ? '#EA1A1A' : '#4091f7',height: stash === 'LNRD' ? '75px' : '50px', width: stash === 'LNRD' ? '75px' : '60px'}" @mouseenter="showMenuList = true" @mouseleave="showMenuList = false">
6
6
  <img class="menuIcon_img" :src="menuIconSrc" :style="{verticalAlign: stash === 'LNRD' ? 'bottom': 'middle'}"/>
7
7
  </div>
8
- <div :class="'menu_title_content'" v-show="showCollapse" @click="toHref()">
8
+ <div :class="'menu_title_content'" v-show="showCollapse" @click="toHref()" :style="{lineHeight: stash === 'LNRD' ? '53px' : '49px'}">
9
9
  <img class="menu_title_content_img" :src="getLogoAndTitle().logoSrc" alt="logo" :style="{verticalAlign: stash === 'LNRD' ? 'bottom': 'middle'}"/>
10
10
  <span class="menu_title" :style="{color: stash === 'LNRD' ? '#fff' : '#1890ff',verticalAlign: stash === 'LNRD' ? 'bottom': 'middle'}">{{getLogoAndTitle().title}}</span>
11
11
  </div>
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div>
3
- <el-button @click="handleClick()" :style="{color: color, padding: '10px 30px', marginRight: '30px'}">服务门户</el-button>
3
+ <el-button @click="handleClick()" type="text" :style="{color: color, padding: '10px 30px', marginRight: '30px'}">服务门户</el-button>
4
4
  </div>
5
5
  </template>
6
6
  <script>