Commit 37b1978da586a73f000869335ac488d0bf72759d
1 parent
625842fd
删除多余注释
Showing
2 changed files
with
2 additions
and
2 deletions
src/main/java/com/genersoft/iot/vmp/VManageBootstrap.java
| @@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; | @@ -8,7 +8,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; | ||
| 8 | 8 | ||
| 9 | @SpringBootApplication | 9 | @SpringBootApplication |
| 10 | public class VManageBootstrap extends LogManager { | 10 | public class VManageBootstrap extends LogManager { |
| 11 | - public static void main(String[] args) { | 11 | + public static void main(String[] args) { |
| 12 | SpringApplication.run(VManageBootstrap.class, args); | 12 | SpringApplication.run(VManageBootstrap.class, args); |
| 13 | } | 13 | } |
| 14 | } | 14 | } |
web_src/src/components/platformEdit.vue
| @@ -250,7 +250,7 @@ export default { | @@ -250,7 +250,7 @@ export default { | ||
| 250 | </script> | 250 | </script> |
| 251 | 251 | ||
| 252 | <style> | 252 | <style> |
| 253 | -.control-wrapper { | 253 | +.control-wrapper-not-used { |
| 254 | position: relative; | 254 | position: relative; |
| 255 | width: 6.25rem; | 255 | width: 6.25rem; |
| 256 | height: 6.25rem; | 256 | height: 6.25rem; |