Commit 011b7d12 by 无尘

fix: 修改跳转链接和样式

parent 62537616
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -2,7 +2,7 @@
"name": "@gic-test/vue-office-header",
"description": "vue-office-header Plugin",
"author": "fairyly <498745097@qq.com>",
"version": "1.0.32",
"version": "1.0.33",
"license": "MIT",
"private": false,
"main": "dist/vue-office-header.js",
......
......@@ -9,7 +9,7 @@
<template v-for="(menuitem,index) in menuHead">
<a
:key="index"
:class="['itemlink', 'bottom','menu-mall',pathName == menuitem.url? 'current-module':'']"
:class="['itemlink bottom menu-mall menu-font-16',pathName == menuitem.url? 'current-module':'']"
:href="'#'+menuitem.url" >
{{menuitem.rightName}}
</a>
......@@ -463,6 +463,10 @@
cursor: pointer;
color: #606266;
&.menu-font-16 {
font-size: 16px;
}
&.icon-collapse {
width: auto;
padding: 0 23px 0 14px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment