Browse Source

人员类别样式

shibei_master
jiangyy 3 years ago
parent
commit
062be3c436
  1. 2
      src/assets/scss/modules/visual/personCategory.scss
  2. 5
      src/views/modules/visual/basicinfo/personCategory/recordList.vue

2
src/assets/scss/modules/visual/personCategory.scss

@ -159,7 +159,7 @@
&-bottom {
box-sizing: border-box;
width: 100%;
height: calc(100vh - 535px);
// height: calc(100vh - 535px);
min-height: 300px;
margin-top: 60px;
}

5
src/views/modules/visual/basicinfo/personCategory/recordList.vue

@ -110,7 +110,7 @@ export default {
dateId: '',
categoryKey: '',
pageNo: 1,
pageSize: 7,
pageSize: 10,
total: 0,
};
@ -289,7 +289,8 @@ export default {
&-body {
box-sizing: border-box;
width: 100%;
height: calc(100% - 50px);
height: 550px;
// height: calc(100% - 50px);
font-size: 18px;
font-weight: 400;
color: #ffffff;

Loading…
Cancel
Save