ソースを参照

历史样式优化

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>