样式优化,取消部分管理员权限
This commit is contained in:
@@ -302,7 +302,7 @@ function getProvinceName(province) {
|
||||
</el-popover>
|
||||
</div>
|
||||
<!-- 数据列表-->
|
||||
<el-table :data="tableData" @selection-change="handleSelectionChange">
|
||||
<el-table border :data="tableData" @selection-change="handleSelectionChange">
|
||||
<!-- <el-table-column-->
|
||||
<!-- type="selection"-->
|
||||
<!-- width="55"-->
|
||||
@@ -428,7 +428,9 @@ function getProvinceName(province) {
|
||||
<style scoped lang="scss">
|
||||
.avatar-css{
|
||||
height: 100px;
|
||||
width: 150px;
|
||||
width: 100px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.e-img{
|
||||
width: 150px;
|
||||
|
Reference in New Issue
Block a user