Commit e29adfe4 by keith

updatecode

parent dd772e9a
......@@ -15,7 +15,7 @@
>{{item.title}} ( {{item.count}} )</el-button>
</template>
</el-button-group>
<el-col :span="5">
<el-col :span="3">
<el-input
@change="onRefresh"
placeholder="请输入关键词"
......
......@@ -30,7 +30,7 @@
</template>
</ul>
</div>
<div v-if="!isShowHeader" class="floting" @click="$router.push('/workorder/create')"></div>
</div>
</template>
<script>
......@@ -125,5 +125,17 @@ export default {
}
}
.floting{
width 30px;
height 30px;
border-radius 100%;
background #26a2ff url("../assets/send.png") center center no-repeat
background-size 15px
position fixed
bottom 30px
right 10px
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment