Selaa lähdekoodia

历史样式优化

wyh 5 kuukautta sitten
vanhempi
commit
a5358c3fee
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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>