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

对齐

parent e7b847a4
...@@ -27,10 +27,10 @@ ...@@ -27,10 +27,10 @@
</el-col> </el-col>
</el-row> </el-row>
</el-form> </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 border :data="tableData" :gutter="40">
<el-table-column type="index" label="序号" width="50px" /> <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"> <template slot-scope="scope">
{{ scope.row.pn || '-' }} {{ scope.row.pn || '-' }}
</template> </template>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
{{ scope.row.phd || '-' }} {{ scope.row.phd || '-' }}
</template> </template>
</el-table-column> </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"> <template slot-scope="scope">
<el-button <el-button
size="mini" 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