소스 검색

历史样式优化

wyh 5 달 전
부모
커밋
a5358c3fee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/module_interLock/interlockHistoryData/index.vue

+ 1 - 1
src/views/module_interLock/interlockHistoryData/index.vue

@@ -1,6 +1,6 @@
 <template>
   <a-card :bordered="false">
-    <a-tabs type="card" @change="callback">
+    <a-tabs @change="callback">
       <a-tab-pane key="historyData" tab="历史数据">
         <interlock-history-index></interlock-history-index>
       </a-tab-pane>