test6.vue 239 B

1234567891011121314
  1. <template class="test6" style="height: 100%;width:100%;background-color: ; #4CD964;">
  2. <div class="mybody">11</div>
  3. </template>
  4. <script>
  5. </script>
  6. <style>
  7. .test6{
  8. height: 300px;
  9. width:300px;
  10. background-color: #4CD964;
  11. }
  12. </style>