main
parent
e54678bf48
commit
58266f8b96
|
|
@ -6,12 +6,18 @@
|
||||||
<base href="/">
|
<base href="/">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||||
|
<!-- <style>
|
||||||
|
.e-gantt-milestone-border {
|
||||||
|
border: 2px solid red !important;
|
||||||
|
}
|
||||||
|
</style> -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<app-root></app-root>
|
<app-root></app-root>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.e-selectionbackground {
|
.e-selectionbackground {
|
||||||
background-color: #E0E0E0 !important;
|
background-color: #E0E0E0 !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue