File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 157157
158158 .panel-top .rightbar {
159159 text-align : right ;
160- padding-right : 20 px ;
160+ padding-right : 35 px ;
161161 }
162162
163163 .panel-top .rightbar .head {
164164 width : 40px ;
165165 height : 40px ;
166166 border-radius : 20px ;
167- margin : 10px 15 px ;
167+ margin : 10px 0 px 10 px 10 px ;
168168 float : right ;
169169 }
170170
Original file line number Diff line number Diff line change 2020 <el-table :data =" users" highlight-current-row v-loading =" listLoading" style =" width : 100% ;" >
2121<el-table-column type =" index" width =" 60" >
2222</el-table-column >
23- <el-table-column prop =" name" label =" 姓名" width =" 180 " sortable >
23+ <el-table-column prop =" name" label =" 姓名" width =" 120 " sortable >
2424</el-table-column >
2525<el-table-column prop =" sex" label =" 性别" width =" 100" :formatter =" formatSex" sortable >
2626</el-table-column >
2727<el-table-column prop =" age" label =" 年龄" width =" 100" sortable >
2828</el-table-column >
29- <el-table-column prop =" birth" label =" 生日" width =" 180 " sortable >
29+ <el-table-column prop =" birth" label =" 生日" width =" 120 " sortable >
3030</el-table-column >
31- <el-table-column prop =" addr" label =" 地址" sortable >
31+ <el-table-column prop =" addr" label =" 地址" min-width = " 180 " sortable >
3232</el-table-column >
33- <el-table-column inline-template :context =" _self" label =" 操作" width =" 140 " >
33+ <el-table-column inline-template :context =" _self" label =" 操作" width =" 150 " >
3434 <span >
3535 <el-button size =" small" @click =" handleEdit(row)" >编辑</el-button >
3636 <el-button type =" danger" size =" small" @click =" handleDel(row)" >删除</el-button >
Original file line number Diff line number Diff line change 1717 <el-table :data =" users" highlight-current-row v-loading =" loading" style =" width : 100% ;" >
1818<el-table-column type =" index" width =" 60" >
1919</el-table-column >
20- <el-table-column prop =" name" label =" 姓名" width =" 180 " sortable >
20+ <el-table-column prop =" name" label =" 姓名" width =" 120 " sortable >
2121</el-table-column >
2222<el-table-column prop =" sex" label =" 性别" width =" 100" :formatter =" formatSex" sortable >
2323</el-table-column >
2424<el-table-column prop =" age" label =" 年龄" width =" 100" sortable >
2525</el-table-column >
26- <el-table-column prop =" birth" label =" 生日" width =" 180 " sortable >
26+ <el-table-column prop =" birth" label =" 生日" width =" 120 " sortable >
2727</el-table-column >
28- <el-table-column prop =" addr" label =" 地址" sortable >
28+ <el-table-column prop =" addr" label =" 地址" min-width = " 180 " sortable >
2929</el-table-column >
3030</el-table >
3131</template >
You can’t perform that action at this time.
0 commit comments