|
|
|
@ -54,13 +54,10 @@ watch(() => props.isShow, () => { |
|
|
|
|
|
|
|
<template> |
|
|
|
<el-dialog v-model="boxShow" class="dialogStyle" :show-close="true"> |
|
|
|
<<<<<<< HEAD |
|
|
|
<template #header="{ close, titleId, titleClass }"> |
|
|
|
<div class="my-header" @dblclick="close"> |
|
|
|
======= |
|
|
|
|
|
|
|
<template #header="{ titleId, titleClass }"> |
|
|
|
<div class="my-header"> |
|
|
|
>>>>>>> v3 |
|
|
|
|
|
|
|
<h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gTitle }}</h4> |
|
|
|
<!-- <h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gContent }}</h4> --> |
|
|
|
</div> |
|
|
|
|