瀏覽代碼

样式修改

黄琪勇 2 月之前
父節點
當前提交
6eef7a470d

+ 2 - 0
src/views/Screen/BaseView.vue

@@ -240,6 +240,7 @@ const contextmenus = (): ContextmenuItem[] => {
     bottom: 0;
   }
 
+  /*  这里做触摸显示用的  我改了位置 */
   &::after {
     content: "";
     width: 100%;
@@ -247,6 +248,7 @@ const contextmenus = (): ContextmenuItem[] => {
     position: absolute;
     left: 0;
     bottom: 0;
+    z-index: -1;
   }
 
   .content {

+ 1 - 1
src/views/components/element/musicResourcesElement/musicTheoryList/courseCollapse.vue

@@ -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;