Ver Fonte

课文预览去掉背景色

natasha há 1 mês atrás
pai
commit
7faa91860c

+ 0 - 1
src/views/book/courseware/preview/components/article/index.vue

@@ -803,7 +803,6 @@ export default {
 
     .ArticleView-body {
       box-sizing: border-box;
-      background: #fff;
       border: 1px solid rgba(0, 0, 0, 10%);
       border-radius: 8px;
 

+ 0 - 1
src/views/book/courseware/preview/components/dialogue_article/index.vue

@@ -796,7 +796,6 @@ export default {
 
     .ArticleView-body {
       box-sizing: border-box;
-      background: #fff;
       border: 1px solid rgba(0, 0, 0, 10%);
       border-radius: 4px;