From 80e1228f3c4bde9c09939510ad70062293a00b8f Mon Sep 17 00:00:00 2001 From: ColorWhiteDeveloper <2632970487@qq.com> Date: 星期一, 19 九月 2022 18:43:54 +0800 Subject: [PATCH] 布局百分比 --- src/views/systemSetting/baseSetting/authority/index.vue | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/views/systemSetting/baseSetting/authority/index.vue b/src/views/systemSetting/baseSetting/authority/index.vue index f2da19c..d79fa2d 100644 --- a/src/views/systemSetting/baseSetting/authority/index.vue +++ b/src/views/systemSetting/baseSetting/authority/index.vue @@ -22,33 +22,33 @@ <el-table ref="multipleTable" :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}" :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> - <el-table-column type="selection" width="55"> + <el-table-column type="selection" min-width="10"> </el-table-column> - <el-table-column label="鐢ㄦ埛ID" width="80"> + <el-table-column label="鐢ㄦ埛ID" min-width="10"> <template slot-scope="scope">{{ scope.row.id }}</template> </el-table-column> - <el-table-column prop="nickName" label="鐢ㄦ埛鍚嶇О" width="100"> + <el-table-column prop="nickName" label="鐢ㄦ埛鍚嶇О" min-width="10"> </el-table-column> - <el-table-column prop="username" label="鎵�灞炲鍚�" width="76"> + <el-table-column prop="username" label="鎵�灞炲鍚�" min-width="10"> </el-table-column> - <el-table-column prop="mobile" label="鑱旂郴鏂瑰紡" width="81"> + <el-table-column prop="mobile" label="鑱旂郴鏂瑰紡" min-width="10"> </el-table-column> - <el-table-column prop="note" label="鎵�灞炶鑹�" width="87"> + <el-table-column prop="note" label="鎵�灞炶鑹�" min-width="10"> </el-table-column> - <el-table-column prop="departName" label="鎵�灞為儴闂�" width="80"> + <el-table-column prop="departName" label="鎵�灞為儴闂�" min-width="10"> </el-table-column> - <el-table-column prop="jobTitle" label="鎵�灞炶亴鍔�" width="83"> + <el-table-column prop="jobTitle" label="鎵�灞炶亴鍔�" min-width="10"> </el-table-column> - <el-table-column prop="createTime" label="鍒涘缓鏃堕棿" width="128"> + <el-table-column prop="createTime" label="鍒涘缓鏃堕棿" min-width="10"> </el-table-column> - <el-table-column prop="status" label="鍚敤" width="120"> + <el-table-column prop="status" label="鍚敤" min-width="10"> <template slot-scope="scope"> <el-switch class="switchStyle" v-model="scope.row.status" active-text="寮�" inactive-text="鍏�" active-color="#3fef9a" inactive-color="#000212" @change="handleChangeStatus(scope.row)"> </el-switch> </template> </el-table-column> - <el-table-column prop="operation" label="鎿嶄綔" width="366"> + <el-table-column prop="operation" label="鎿嶄綔" min-width="10"> <template slot-scope="scope"> <div class="operation"> <!-- <span @click="handleChangeRole(scope.row)">淇敼瑙掕壊</span> --> -- Gitblit v1.8.0