Commit 7396c5eb authored by 刘宇扬's avatar 刘宇扬

对齐

parent e7b847a4
......@@ -27,10 +27,10 @@
</el-col>
</el-row>
</el-form>
<div style="width: 82%; margin-left: 80px; padding-left: 8.6%;">
<div style="width: 91%; margin-left: 80px; padding-left: 8.6%;">
<el-table border :data="tableData" :gutter="40">
<el-table-column type="index" label="序号" width="50px" />
<el-table-column label="pn" prop="businessId">
<el-table-column label="pn" prop="businessId" >
<template slot-scope="scope">
{{ scope.row.pn || '-' }}
</template>
......@@ -45,7 +45,7 @@
{{ scope.row.phd || '-' }}
</template>
</el-table-column>
<el-table-column label="操作" class-name="small-padding fixed-width">
<el-table-column label="操作" class-name="small-padding fixed-width" width="120px">
<template slot-scope="scope">
<el-button
size="mini"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment