From 31a5c00aeb725b8aaccca1d9fab4f074aae4d22d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 03 Dec 2021 09:24:44 +0800
Subject: [PATCH] 部分修改
---
pages/dispatch/index.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/pages/dispatch/index.vue b/pages/dispatch/index.vue
index cd3cd20..727d7a9 100644
--- a/pages/dispatch/index.vue
+++ b/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;
}
--
Gitblit v1.9.3