|
@@ -1,17 +1,17 @@
|
|
|
<template>
|
|
|
<div class="screen-header">
|
|
|
<Back class="header-back" color="#fff" @click="back" />
|
|
|
- <dv-decoration-8 style="width: 300px; height: 30px" />
|
|
|
+ <dv-decoration-8 style="width: 300px; height: 30px; margin-bottom: 20px"/>
|
|
|
<div class="screen-header-item">
|
|
|
<div
|
|
|
class="header-title"
|
|
|
- :style="{ fontSize: bigScreenData.fontSize * 4 + 'px' }"
|
|
|
+ :style="{ fontSize: bigScreenData.fontSize * 4 + 'px',marginBottom: '-10px' }"
|
|
|
>
|
|
|
{{ title }}
|
|
|
</div>
|
|
|
- <dv-decoration-5 style="width: 500px; height: 30px" />
|
|
|
+ <dv-decoration-5 style="width: 500px; height: 30px; margin-bottom: 10px"/>
|
|
|
</div>
|
|
|
- <dv-decoration-8 :reverse="true" style="width: 300px; height: 30px" />
|
|
|
+ <dv-decoration-8 :reverse="true" style="width: 300px; height: 30px; margin-bottom: 20px"/>
|
|
|
</div>
|
|
|
</template>
|
|
|
|