智慧保安APP验收版本
shuishen
2021-12-03 31a5c00aeb725b8aaccca1d9fab4f074aae4d22d
pages/dispatch/index.vue
@@ -58,11 +58,6 @@
                     url: '../dispatch/send'
                  },
                  {
                     name: '接收指令查询',
                     img: '/static/images/dispatch/look.png',
                     url: '../dispatch/receive'
                  },
                  {
                     name: '文字指令下发',
                     img: '/static/images/dispatch/issue.png',
                     url: '../dispatch/text'
@@ -93,7 +88,7 @@
<style lang="scss">
   .container {
      background-color: #f7f7f7;
      min-height: 100%;
      min-height: 100vh;
      overflow: hidden;
   }