Merge pull request 'fix bug ui scrren 12 28' (#94) from dev-manhph1-figbug into dev
Reviewed-on: #94
This commit is contained in:
@ -92,6 +92,15 @@
|
||||
background-color: #36383f;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h1,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h2,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h3,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h4,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h5,
|
||||
.toastui-editor-dark .toastui-editor-popup-add-heading h6 {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
.toastui-editor-dark .toastui-editor-popup-body label {
|
||||
color: #9a9da3;
|
||||
}
|
||||
|
@ -30,8 +30,8 @@
|
||||
</v-row>
|
||||
<v-row ref="contents">
|
||||
<v-col :cols="12" class="h100">
|
||||
<v-card class="px-5 py-5">
|
||||
<div ref="gridParent" class="px-5" style="height:calc(100% - 40px)">
|
||||
<v-card class="pa-5 pb-0">
|
||||
<div ref="gridParent" class="px-5" style="height:calc(100% - 70px)">
|
||||
<component ref="myGrid" :is="loadGrid ? 'Grid' : null" :gridName="gridName"
|
||||
:parentPrgmId="myPrgmId" />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user