|
@@ -3,7 +3,7 @@
|
|
|
<!-- 基础文字水印 -->
|
|
<!-- 基础文字水印 -->
|
|
|
<ElCard class="card" shadow="never">
|
|
<ElCard class="card" shadow="never">
|
|
|
<template #header>基础文字水印</template>
|
|
<template #header>基础文字水印</template>
|
|
|
- <ElWatermark content="Art Design Pro" :font="{ color: 'rgba(128, 128, 128, 0.2)' }">
|
|
|
|
|
|
|
+ <ElWatermark content="逐趣CRM" :font="{ color: 'rgba(128, 128, 128, 0.2)' }">
|
|
|
<div style="height: 200px"></div>
|
|
<div style="height: 200px"></div>
|
|
|
</ElWatermark>
|
|
</ElWatermark>
|
|
|
</ElCard>
|
|
</ElCard>
|
|
@@ -12,7 +12,7 @@
|
|
|
<ElCard class="card" shadow="never">
|
|
<ElCard class="card" shadow="never">
|
|
|
<template #header>多行文字水印</template>
|
|
<template #header>多行文字水印</template>
|
|
|
<ElWatermark
|
|
<ElWatermark
|
|
|
- :content="['Art Design Pro', '专注用户体验,视觉设计']"
|
|
|
|
|
|
|
+ :content="['逐趣CRM', '专注用户体验,视觉设计']"
|
|
|
:font="{ fontSize: 16, color: 'rgba(128, 128, 128, 0.2)' }"
|
|
:font="{ fontSize: 16, color: 'rgba(128, 128, 128, 0.2)' }"
|
|
|
>
|
|
>
|
|
|
<div style="height: 200px"></div>
|
|
<div style="height: 200px"></div>
|
|
@@ -31,7 +31,7 @@
|
|
|
<ElCard class="card" shadow="never">
|
|
<ElCard class="card" shadow="never">
|
|
|
<template #header>自定义样式水印</template>
|
|
<template #header>自定义样式水印</template>
|
|
|
<ElWatermark
|
|
<ElWatermark
|
|
|
- content="Art Design Pro"
|
|
|
|
|
|
|
+ content="逐趣CRM"
|
|
|
:font="{
|
|
:font="{
|
|
|
fontSize: 20,
|
|
fontSize: 20,
|
|
|
fontFamily: 'Arial',
|
|
fontFamily: 'Arial',
|