layout: change info and details tab size

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2019-12-05 22:53:28 +05:30
parent 06c8743207
commit 521175967e

View File

@ -18,11 +18,11 @@
<template>
<div class="page-header-index-wide page-header-wrapper-grid-content-main">
<a-row :gutter="12">
<a-col :md="24" :lg="9" style="margin-bottom: 12px">
<a-col :md="24" :lg="8" style="margin-bottom: 12px">
<slot name="left">
</slot>
</a-col>
<a-col :md="24" :lg="15">
<a-col :md="24" :lg="16">
<slot name="right">
</slot>
</a-col>