@@ -226,6 +226,7 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts';
}
// 消息提示 成功/失败
.el-message {
+ z-index: 9999 !important;
top: 66px !important;
min-width: unset;
padding: 9px 16px;
@@ -64,7 +64,7 @@
</el-submenu>
<el-submenu index="4">
<template slot="title"><span>Support</span></template>
- <el-menu-item>
+ <el-menu-item index="">
<a href="/download/ComPDFKit-SaaS-API.md" download="compdfkit-saas-api.md" style="color:rgb(102, 102, 102)">
Documentation
</a>
@@ -59,7 +59,7 @@ export default Vue.extend({
background-color: #fff;
box-shadow: 0px 4px 10px rgba(78, 89, 105, 0.06);
position: fixed;
- z-index: 2022;
+ z-index: 5000;
.logo-title {
height: 100%;
display: flex;