|
@@ -12,8 +12,8 @@
|
|
|
right: 0px;
|
|
|
top: 7px;
|
|
|
/* font-size: 20px; */
|
|
|
- width: 10px;
|
|
|
- height: 10px;
|
|
|
+ width: 15px;
|
|
|
+ height: 15px;
|
|
|
}
|
|
|
.el-table tr {
|
|
|
height: 45px;
|
|
@@ -76,8 +76,8 @@ p {
|
|
|
<el-col :span="6"></el-col>
|
|
|
</el-row>
|
|
|
</el-form>
|
|
|
- <!-- <el-table :data="list" height="55vh" style="width: 100%;margin-top:10px;" v-loading="loading">
|
|
|
- <el-table-column header-align="center" align="center" prop="prop" label="头像" width="100">
|
|
|
+ <el-table :data="list" height="55vh" style="width: 100%;margin-top:10px;" v-loading="loading">
|
|
|
+ <!-- <el-table-column header-align="center" align="center" prop="prop" label="头像" width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<el-image
|
|
|
style="width: 100px; height: 100px"
|