代码区域角标
This commit is contained in:
18
src/App.vue
18
src/App.vue
@@ -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>
|
||||
|
Reference in New Issue
Block a user