12345678910111213141516171819202122 |
- <template>
- <div class="PerformanceT-all">
- jixiao
- </div>
- </template>
- <script>
- export default {
-
- }
- </script>
- <style>
- .PerformanceT-all {
- background-color: #fff;
- padding: 10px;
- box-shadow: 0 0 5px #0005;
- border-radius: 10px;
- min-height: 830px;
- }
- </style>
|