删除多余注释
parent
625842fd0d
commit
37b1978da5
|
@ -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