dev
yujialong 3 years ago
parent 95c329fb0b
commit e1efe0a166
  1. 6
      src/views/serve/projectAdd.vue

@ -1,5 +1,5 @@
<template>
<div>
<div ref="main" class="main">
<el-row :gutter="20">
<el-col :span="24">
<el-card shadow="hover" class="mgb20">
@ -795,4 +795,8 @@ export default {
padding: 0;
border-bottom: 0;
}
.main{
overflow: auto;
height: calc(100vh - 152px );
}
</style>
Loading…
Cancel
Save