refactor(环境管理): 环境列表和环境组列表高度保持一致

This commit is contained in:
shiziyuan9527 2021-12-06 15:47:48 +08:00 committed by shiziyuan9527
parent dc4786229c
commit 603707e4e4
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export default {
total: 0,
projectIds: [], //id
projectFilters: [],
screenHeight: 'calc(100vh - 195px)',
screenHeight: 'calc(100vh - 210px)',
rules: {
currentProjectId: [
{required: true, message: "", trigger: 'blur'},