Parcourir la source

删除多余注释

Lawrence il y a 4 ans
Parent
commit
37b1978da5

+ 1 - 1
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java

@@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
 
 @SpringBootApplication
 public class VManageBootstrap extends LogManager {
-	public static void main(String[] args) { 
+	public static void main(String[] args) {
 		SpringApplication.run(VManageBootstrap.class, args);
 	}
 }

+ 1 - 1
web_src/src/components/platformEdit.vue

@@ -250,7 +250,7 @@ export default {
 </script>
 
 <style>
-.control-wrapper {
+.control-wrapper-not-used {
   position: relative;
   width: 6.25rem;
   height: 6.25rem;