删除多余注释
This commit is contained in:
parent
d4eefffa51
commit
d32fc9e801
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -250,7 +250,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.control-wrapper {
|
||||
.control-wrapper-not-used {
|
||||
position: relative;
|
||||
width: 6.25rem;
|
||||
height: 6.25rem;
|
||||
|
Loading…
Reference in New Issue
Block a user