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 { &-bottom {
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: calc(100vh - 535px); // height: calc(100vh - 535px);
min-height: 300px; min-height: 300px;
margin-top: 60px; margin-top: 60px;
} }

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

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

Loading…
Cancel
Save