فهرست منبع

提交一下

1
mo 4 سال پیش
والد
کامیت
40fdd450ce
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/layout/components/instructions.vue

+ 2 - 2
src/layout/components/instructions.vue

@@ -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;
 }