代码区域角标

This commit is contained in:
2022-11-03 09:10:30 +08:00
parent d55f08a8c3
commit 08680f9c47
6 changed files with 19 additions and 8 deletions

View File

@@ -332,14 +332,24 @@ setInterval(() => {
<a-alert
type="success"
:show-icon="false"
:style="{ padding: '20px', marginTop: '15px' }"
:style="{ padding: '20px',paddingRight:'35px', marginTop: '15px' }"
v-if="fiexBoxDomHtml || fiexBoxCssString || fiexItemCssString"
>
<a-alert type="error" :show-icon="false">{{ fiexBoxDomHtml }}</a-alert>
<a-badge text="HTML" :style="{userSelect:'none'}">
<a-alert type="error" :show-icon="false" :style="{userSelect:'text'}">{{ fiexBoxDomHtml }}</a-alert>
</a-badge>
<a-divider/>
{{ fiexBoxCssString }}
<a-badge text="CSS-1" :style="{userSelect:'none'}">
<a-alert type="success" :show-icon="false" :style="{userSelect:'text'}">
{{ fiexBoxCssString }}
</a-alert>
</a-badge>
<a-divider/>
{{ fiexItemCssString }}
<a-badge text="CSS-2" :style="{userSelect:'none'}">
<a-alert type="success" :show-icon="false" :style="{userSelect:'text'}">
{{ fiexItemCssString }}
</a-alert>
</a-badge>
<a-divider/>
</a-alert>
</a-form>