Skip to content

Commit 327b0d2

Browse files
author
张晨曦
committed
完成tab的样式的修改
1 parent 5c3d1ac commit 327b0d2

File tree

7 files changed

+928
-723
lines changed

7 files changed

+928
-723
lines changed

web/src/apps/dataService/module/dataService/apiConfig.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</div>
66
<div class="tabWrap" v-if="tabDatas.length > 0">
77
<template v-for="(work, index) in tabDatas">
8-
<webTab
8+
<weTab
99
:index="index"
1010
:work="work"
1111
:isActive="work.isActive"
@@ -28,13 +28,13 @@
2828
</div>
2929
</template>
3030
<script>
31-
import webTab from "@component/lubanTab/index.vue"
31+
import weTab from "@component/lubanTab/index.vue"
3232
import paramsConfig from "./paramsConfig.vue"
3333
import emptyGuide from "./emptyGuide.vue"
3434
// import api from "@/common/service/api";
3535
export default {
3636
components: {
37-
webTab,
37+
weTab,
3838
paramsConfig,
3939
emptyGuide,
4040
},

0 commit comments

Comments
 (0)