Explorar el Código

修改成果展示bug

Q-ABAB hace 2 años
padre
commit
07f2e6656b
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      src/views/resultShow/resultShowDetail.vue

+ 2 - 3
src/views/resultShow/resultShowDetail.vue

@@ -468,7 +468,6 @@
   <script>
     import vpdf from '@/components/vpdf.vue'
     import vword from '@/components/vword.vue'
-    // import "@/components/style/vue2-editor.css"
     import { VueEditor } from "vue2-editor";
       export default {
         components:{vpdf,vword,VueEditor},
@@ -898,10 +897,10 @@
         }
         // background-color: red;
     }
-    .ql-toolbar.ql-snow{
+    /deep/ .ql-toolbar{
         display: none !important;
     }
-    .ql-container.ql-snow{
+    /deep/ .ql-container.ql-snow{
         border:none !important;
     }
   </style>