Browse Source

bug fix: 编辑器-热点-文章-富文本编辑器:全屏功能样式异常

任一存 2 years ago
parent
commit
e9b13c5c40

+ 3 - 0
packages/qjkankan-editor/src/views/hotspot/hotspotType/article.vue

@@ -76,6 +76,9 @@ export default {
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
+    &.w-e-full-screen-container {
+      transform: initial !important;
+    }
   }
 }
 </style>