Pārlūkot izejas kodu

Merge branch 'fjc-dev' into 'dev'

fix: 应急管理-应急架构体系 修改样式

See merge request product-group-fe/sfy-safety-group/sfy-safety!178
Jiacheng 符 8 mēneši atpakaļ
vecāks
revīzija
dd35d92aca

+ 3 - 0
src/views/emergency/organization/components/TeamDetailDrawer.vue

@@ -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 @@
     }
     &__content {
       color: #aaaaaa;
+      white-space: pre-wrap;
     }
   }
 </style>

+ 4 - 1
src/views/emergency/organization/team-management/team-info/components/PersonalInfo.vue

@@ -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;
   }