|
@@ -129,7 +129,6 @@
|
129
|
129
|
<script>
|
130
|
130
|
import { _orderCenter, _dropList, _payOrder, _dropCourse, _cancelOrder } from '@/api/course'
|
131
|
131
|
import swiperTab from '@/components/swiper-tab.vue'
|
132
|
|
-import { deepClone } from '@/common/utils'
|
133
|
132
|
import { mapGetters } from 'vuex'
|
134
|
133
|
export default {
|
135
|
134
|
components: {
|
|
@@ -373,7 +372,7 @@ export default {
|
373
|
372
|
}
|
374
|
373
|
.card-header{
|
375
|
374
|
padding-bottom:10px;
|
376
|
|
- @include title(10px,18px);
|
|
375
|
+ @include title(10px,16px);
|
377
|
376
|
}
|
378
|
377
|
.card{
|
379
|
378
|
&-title{
|