preview-pro
preview-pro copied to clipboard
Use pro-layout in vitejs. preview https://sendya.github.io/preview-pro/index.html
**为何此组件内,使用less的变量【background: var(--primary-color);】不起作用呢?**  代码路径如下: [https://github.com/sendya/preview-pro/blob/main/src/components/SettingDrawer/SettingDrawer.vue](https://github.com/sendya/preview-pro/blob/main/src/components/SettingDrawer/SettingDrawer.vue) 代码片段如下: ```css .ant-pro-setting-drawer-handle { position: absolute; top: 240px; right: 300px; z-index: 0; display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; font-size: 16px; text-align:...
 试图把老版本的多页签组件,加入,vite一直报无法解析 想要的效果如下 
试过 menuHeaderRender ,但是a标签还在,如果不能关闭跳转能给他设置路由也行
