feat: 添加基于ElTour实现的漫游式引导 (#958)

* feat: 添加基于ElTour实现的引导
This commit is contained in:
wzc520pyfm
2024-03-05 22:20:41 +08:00
committed by GitHub
parent ccf3a6f917
commit d83f28dbd3
2 changed files with 73 additions and 48 deletions

View File

@@ -64,7 +64,7 @@
}
}
/* 全局覆盖element-plus的el-dialog、el-drawer、el-message-box、el-notification组件右上角关闭图标和el-upload上传文件列表右侧关闭图标的样式表现更鲜明 */
/* 全局覆盖element-plus的el-tour、el-dialog、el-drawer、el-message-box、el-notification组件右上角关闭图标和el-upload上传文件列表右侧关闭图标的样式表现更鲜明 */
.el-dialog__headerbtn,
.el-message-box__headerbtn {
&:hover {
@@ -75,6 +75,7 @@
}
.el-icon {
&.el-tour__close,
&.el-dialog__close,
&.el-drawer__close,
&.el-message-box__close,