@@ -240,6 +240,7 @@ const contextmenus = (): ContextmenuItem[] => {
bottom: 0;
}
+ /* 这里做触摸显示用的 我改了位置 */
&::after {
content: "";
width: 100%;
@@ -247,6 +248,7 @@ const contextmenus = (): ContextmenuItem[] => {
position: absolute;
left: 0;
+ z-index: -1;
.content {
@@ -61,7 +61,7 @@ function handleCollapseItem(item: Record<string, any>) {
<style lang="scss" scoped>
.courseCollapse {
- --el-collapse-header-height: 50px !important;
+ --el-collapse-header-height: 56px !important;
border: none;
::v-deep(.el-collapse-item) {
padding: 0 8px;