|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <div class="title"> 人员信息 </div>
|
|
|
|
|
|
|
+ <div class="person-info-title"> 人员信息 </div>
|
|
|
|
|
|
|
|
<el-button type="primary" @click="showPositionSetting"> 职位设置 </el-button>
|
|
<el-button type="primary" @click="showPositionSetting"> 职位设置 </el-button>
|
|
|
<el-button type="primary" @click="showAddPerson"> 添加人员 </el-button>
|
|
<el-button type="primary" @click="showAddPerson"> 添加人员 </el-button>
|
|
@@ -121,6 +121,9 @@
|
|
|
);
|
|
);
|
|
|
</script>
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
|
|
+ .person-info-title {
|
|
|
|
|
+ margin-bottom: 16px;
|
|
|
|
|
+ }
|
|
|
.person-info-table {
|
|
.person-info-table {
|
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
|
}
|
|
}
|