1
@@ -1,6 +1,6 @@
<template>
<div>
- <el-button class="instructionBtn" @click="showInstructions"
+ <el-button class="instructionBtn" @click="showInstructions" type="danger" plain
>说明书</el-button
>
<!-- :w="w" -->
@@ -105,7 +105,7 @@ export default {
<style lang="scss">
.instructionBtn {
position: fixed;
- right: 10px;
+ right: 30px;
top: 200px;
z-index: 2000;
}