chenyuehu 4 年 前
コミット
fcc8c98edd

+ 2 - 2
src/views/repair/application-form/modules/DetailRepair.vue

@@ -161,7 +161,7 @@
       <a-table
         :data-source="dataReason"
         :columns="columnsReason"
-        tableLayout="fixed"
+        :scroll="{x: 1, y: BaseTool.Constant.scrollY }"
         rowKey="id">
         <span slot="action" slot-scope="record">
           <template>
@@ -412,7 +412,7 @@ export default {
         {
           title: '序号',
           dataIndex: 'index',
-          width: '70',
+          width: '70px',
           customRender: (text, record, index) => {
             return `${index + 1}`
           }