From 082613d446e29e4ec1c16bfaa52345106a498b23 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 08 Nov 2022 09:03:49 +0800
Subject: [PATCH] 农事操作隐藏后四个,地图模式2d改为3d

---
 src/App.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 1697360..0cdfe86 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -27,4 +27,18 @@
 .avue--detail .el-col{
   margin-bottom: 0;
 }
+    input::-webkit-inner-spin-button {
+    -webkit-appearance: none !important;
+ 
+    }
+    
+    input::-webkit-outer-spin-button{
+    -webkit-appearance: none !important;
+    
+    }
+    
+    input[type="number"]{
+    -moz-appearance: textfield;
+    
+    }
 </style>

--
Gitblit v1.9.3