withdraw-apply.vue 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <template> <div class="stat-shop"></div> </template> <script> export default {}; </script> <style lang="scss"> .stat-shop { .ivu-tabs-tabpane { height: 400px; position: relative; } } </style>