소스 검색

2022.7.29 css

ggooalice 2 년 전
부모
커밋
972b21e1e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/expense/expense.vue

@@ -464,7 +464,7 @@
 
         <!-- 费用类型自定义 -->
         <el-dialog title="费用类型管理" v-if="customTypeDialog" :visible.sync="customTypeDialog" customClass="customWidth" width="600px">
-          <el-table :data="customTypeList" style="height:400px" :loading="customTypeListLoading">
+          <el-table :data="customTypeList" style="width:100%" height="400" :loading="customTypeListLoading">
             <el-table-column prop="typeName" label="费用名称" min-width="150"></el-table-column>
             <el-table-column label="费用类型" min-width="150">
               <template slot-scope="scope">