|
@@ -75,7 +75,7 @@
|
|
|
class="workbench_fullscreen_dialog"
|
|
|
:visible.sync="teamInfoDialogVisible"
|
|
|
:fullscreen="true"
|
|
|
- style="margin-top: 80px;"
|
|
|
+ style="margin-top: 60px;"
|
|
|
:modal="false"
|
|
|
>
|
|
|
<template v-slot:title>
|
|
@@ -120,7 +120,7 @@
|
|
|
class="workbench_fullscreen_dialog"
|
|
|
:visible.sync="calendarDialogVisible"
|
|
|
:fullscreen="true"
|
|
|
- style="margin-top: 80px;"
|
|
|
+ style="margin-top: 60px;"
|
|
|
:modal="false"
|
|
|
>
|
|
|
<el-tabs v-model="tabsActiveName" @tab-click="handleTabsClick">
|