fix: update style

This commit is contained in:
Qiuxia Fan 2021-12-27 15:59:11 +08:00
parent fe81197d49
commit bfee905e5b

View File

@ -48,7 +48,7 @@ limitations under the License. -->
width="95%" width="95%"
@closed="dashboardStore.setConfigPanel(false)" @closed="dashboardStore.setConfigPanel(false)"
> >
<span>Configurations</span> <div class="configuration">xxxx</div>
</el-dialog> </el-dialog>
</div> </div>
</template> </template>
@ -121,4 +121,8 @@ dashboardStore.setLayout(layout);
background-color: #eee; background-color: #eee;
color: #666; color: #666;
} }
.configuration {
height: 600px;
}
</style> </style>