diff --git a/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue b/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue index d775fbb3c..faad7be8f 100644 --- a/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue +++ b/client/web/admin/src/components/Apigw/Profiler/CProfilerHitInfo.vue @@ -220,6 +220,7 @@ footer-bg-variant="white" header-class="border-bottom" body-class="p-0" + footer-class="border-top" class="shadow-sm mt-3" > diff --git a/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue b/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue index c4aa37bdb..d234eb217 100644 --- a/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue +++ b/client/web/admin/src/components/Template/CTemplateEditorContent/EditorTextPlain.vue @@ -14,6 +14,7 @@ :editor-props="{ $blockScrolling: false, }" + class="border-0 rounded-0" /> diff --git a/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue b/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue index db4dfc2db..389429d16 100644 --- a/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue +++ b/client/web/admin/src/components/Template/CTemplateEditorContent/Index.vue @@ -22,7 +22,7 @@ header-bg-variant="white" footer-bg-variant="white" header-class="d-flex align-items-center border-bottom" - footer-class="d-flex flex-wrap flex-fill-child gap-1" + footer-class="border-top d-flex flex-wrap flex-fill-child gap-1" class="shadow-sm" > @@ -83,6 +83,7 @@ :editor-props="{ $blockScrolling: false, }" + class="border-0 rounded-0" />