工单
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<u-navbar back-icon-color="#000" :background="backgroundNavbar" :is-fixed="true" height="44" z-index="999">
|
<u-navbar back-icon-color="#000" :background="backgroundNavbar" :is-fixed="true" height="44" z-index="999">
|
||||||
<div class="nav-title" slot="" @click="clickTitle">
|
<div class="nav-title" slot="" @click="clickTitle">
|
||||||
{{eventSourceText == '全部' ? '工单管理' : eventSourceText}}
|
{{eventSourceText == '全部' ? '工单管理' : eventSourceText}}
|
||||||
<u-icon name="arrow-down" color="##666" size="28" v-if="this.tabIndex != 1"></u-icon>
|
<u-icon name="arrow-down" color="##666" size="28" v-if="tabIndex != 1"></u-icon>
|
||||||
</div>
|
</div>
|
||||||
</u-navbar>
|
</u-navbar>
|
||||||
<div class="header-content-bg">
|
<div class="header-content-bg">
|
||||||
@@ -138,7 +138,7 @@ export default {
|
|||||||
.header-content-bg {
|
.header-content-bg {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
// z-index: -1;
|
z-index: -1;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 592px;
|
height: 592px;
|
||||||
|
|||||||
Reference in New Issue
Block a user