浏览代码

历史样式优化

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>