Commit e29adfe4 by keith

updatecode

parent dd772e9a
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
>{{item.title}} ( {{item.count}} )</el-button> >{{item.title}} ( {{item.count}} )</el-button>
</template> </template>
</el-button-group> </el-button-group>
<el-col :span="5"> <el-col :span="3">
<el-input <el-input
@change="onRefresh" @change="onRefresh"
placeholder="请输入关键词" placeholder="请输入关键词"
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</template> </template>
</ul> </ul>
</div> </div>
<div v-if="!isShowHeader" class="floting" @click="$router.push('/workorder/create')"></div>
</div> </div>
</template> </template>
<script> <script>
...@@ -125,5 +125,17 @@ export default { ...@@ -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> </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