PerformanceT.vue 294 B

12345678910111213141516171819202122
  1. <template>
  2. <div class="PerformanceT-all">
  3. jixiao
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. }
  9. </script>
  10. <style>
  11. .PerformanceT-all {
  12. background-color: #fff;
  13. padding: 10px;
  14. box-shadow: 0 0 5px #0005;
  15. border-radius: 10px;
  16. min-height: 830px;
  17. }
  18. </style>