fix: 应急管理-应急架构体系 修改样式 See merge request product-group-fe/sfy-safety-group/sfy-safety!178
@@ -110,8 +110,10 @@
&__title {
flex: 1;
height: inherit;
+ padding: 0 10px;
color: #1777ff;
text-align: center;
+ white-space: nowrap;
}
&__content {
@@ -133,6 +135,7 @@
color: #aaaaaa;
+ white-space: pre-wrap;
</style>
@@ -1,5 +1,5 @@
<template>
- <div class="title"> 人员信息 </div>
+ <div class="person-info-title"> 人员信息 </div>
<el-button type="primary" @click="showPositionSetting"> 职位设置 </el-button>
<el-button type="primary" @click="showAddPerson"> 添加人员 </el-button>
@@ -121,6 +121,9 @@
);
</script>
<style scoped lang="scss">
+ .person-info-title {
+ margin-bottom: 16px;
+ }
.person-info-table {
margin-top: 15px;