|
@@ -8142,7 +8142,8 @@ export default {
|
|
|
|
|
|
.people {
|
|
|
border: 1px solid rgb(229 229 229);
|
|
|
- height: 495px;
|
|
|
+ /* height: 495px; */
|
|
|
+ height: 350px;
|
|
|
border-radius: 5px;
|
|
|
width: 100%;
|
|
|
overflow: auto;
|
|
@@ -8701,7 +8702,9 @@ ol {
|
|
|
.addNewPP>>>.el-dialog__body {
|
|
|
padding: 5px 20px;
|
|
|
}
|
|
|
-
|
|
|
+.addNewPP>>>.el-dialog{
|
|
|
+ margin-top:5vh !important;
|
|
|
+}
|
|
|
.isHeight {
|
|
|
height: 680px;
|
|
|
}
|