natasha 2 dias atrás
pai
commit
b0a55105c9
3 arquivos alterados com 3 adições e 3 exclusões
  1. 1 1
      package.json
  2. 1 1
      src/views/courseView.vue
  3. 1 1
      src/views/courseWare.vue

+ 1 - 1
package.json

@@ -22,7 +22,7 @@
     "cnchar-all": "^3.0.1",
     "cnchar-order": "^3.0.1",
     "core-js": "3.6.5",
-    "eep-ui": "file:../GCLS-Book-UI/eep-ui-0.0.19.tgz",
+    "eep-ui": "file:../GCLS-Book-UI/eep-ui-0.0.20.tgz",
     "element-ui": "^2.13.2",
     "he-tree-vue": "^2.0.10",
     "jquery": "^3.6.0",

+ 1 - 1
src/views/courseView.vue

@@ -613,7 +613,7 @@ export default {
   width: 100%;
   top: 0;
   left: 0;
-  z-index: 999;
+  z-index: 99; // 为了修改eep显示字词详情页不被遮挡
 }
 .container {
   width: 100%;

+ 1 - 1
src/views/courseWare.vue

@@ -572,7 +572,7 @@ export default {
   width: 100%;
   top: 0;
   left: 0;
-  z-index: 999;
+  z-index: 99; // 为了修改eep显示字词详情页不被遮挡
 }
 .container {
   width: 100%;