Commit 37b1978da586a73f000869335ac488d0bf72759d

Authored by Lawrence
1 parent 625842fd

删除多余注释

src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
... ... @@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
8 8  
9 9 @SpringBootApplication
10 10 public class VManageBootstrap extends LogManager {
11   - public static void main(String[] args) {
  11 + public static void main(String[] args) {
12 12 SpringApplication.run(VManageBootstrap.class, args);
13 13 }
14 14 }
... ...
web_src/src/components/platformEdit.vue
... ... @@ -250,7 +250,7 @@ export default {
250 250 </script>
251 251  
252 252 <style>
253   -.control-wrapper {
  253 +.control-wrapper-not-used {
254 254 position: relative;
255 255 width: 6.25rem;
256 256 height: 6.25rem;
... ...