Commit 4fb79caf authored by 张伯涛's avatar 张伯涛

样式修改

parent cc5de690
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</el-col> </el-col>
<!--用户数据--> <!--用户数据-->
<el-col :span="20" :xs="24"> <el-col :span="20" :xs="24">
<div class="tableTitle">用户管理列表</div> <div class="tableTitleUser">用户管理列表</div>
<el-table <el-table
v-loading="loading" v-loading="loading"
style="padding-right: 10px" style="padding-right: 10px"
...@@ -1041,5 +1041,14 @@ export default { ...@@ -1041,5 +1041,14 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.user-manage{
.tableTitleUser{
padding-bottom: 20px;
color: #333333;
font-size: 1rem;
font-family: Microsoft YaHei;
font-weight: 700;
text-align: LEFT;
}
}
</style> </style>
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