Jelajahi Sumber

Merge branch 'master' of http://60.205.254.193:3000/GCLS/GCLS_Page_TC

gcj 2 tahun lalu
induk
melakukan
bdf0c67cd2
1 mengubah file dengan 1 tambahan dan 12 penghapusan
  1. 1 12
      src/views/wordcard/writeTable.vue

+ 1 - 12
src/views/wordcard/writeTable.vue

@@ -1,5 +1,5 @@
 <template>
-  <div :class="[none ? 'none_writeTable' : '', 'writeTable']" v-if="data">
+  <div :class="['writeTable']" v-if="data">
     <div class="writeTop">
       <div
         class="writeTop-row"
@@ -237,17 +237,6 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
-.none_writeTable {
-  width: 794px !important;
-  height: 1147px !important;
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  flex-wrap: wrap;
-  .writeTop {
-    padding-top: 0;
-  }
-}
 .writeTable {
   background: #ffffff;
   border: 1px solid rgba(0, 0, 0, 0.08);