|
@@ -3,7 +3,7 @@
|
|
|
<div v-if="moduleNames" class="dane-title"
|
|
|
:style="{ 'margin-bottom': contentStyle.contentH == '0px' ? '0px' : '3px' }">
|
|
|
<div :class="commonTitle == 'selected' ? 'common-navL' : 'common-navL1'">
|
|
|
- <img src="@/assets/images/fire/firehome/title-2.png" alt="" />
|
|
|
+ <img src="../../../assets/images/fire/firehome/title-2.png" alt="" />
|
|
|
<span>{{ moduleNames }}</span>
|
|
|
<!-- <CaretDownOutlined v-if="moduleIndex && commonTitle == 'datePikers'" :size="18" @click="toggleModule" />
|
|
|
<CaretUpOutlined v-if="!moduleIndex && commonTitle == 'datePikers'" :size="18" @click="toggleModule" />
|
|
@@ -160,7 +160,7 @@ watch(
|
|
|
width: 100%;
|
|
|
height: 43px;
|
|
|
padding: 0 10px;
|
|
|
- background: url('@/assets/images/fire/firehome/title-1.png') no-repeat center;
|
|
|
+ background: url('../../../assets/images/fire/firehome/title-1.png') no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
.common-navL {
|
|
@@ -265,7 +265,7 @@ watch(
|
|
|
box-sizing: border-box;
|
|
|
width: 100%;
|
|
|
padding: 10px 15px;
|
|
|
- background: url('@/assets/images/fire/firehome/title-3.png') no-repeat center;
|
|
|
+ background: url('../../../assets/images/fire/firehome/title-3.png') no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
.t-line {
|
|
@@ -274,7 +274,7 @@ watch(
|
|
|
left: 0;
|
|
|
width: 100%;
|
|
|
padding: 10px 15px;
|
|
|
- background: url('@/assets/images/fire/firehome/title-3.png') no-repeat center;
|
|
|
+ background: url('../../../assets/images/fire/firehome/title-3.png') no-repeat center;
|
|
|
background-size: 100% 100%;
|
|
|
|
|
|
|