瀏覽代碼

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

任一存 2 年之前
父節點
當前提交
e9b13c5c40
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      packages/qjkankan-editor/src/views/hotspot/hotspotType/article.vue

+ 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>