mirror of
https://github.com/alwxkxk/soft-and-hard.git
synced 2025-01-14 06:12:52 +08:00
fix:修复 electron 样式问题。
This commit is contained in:
parent
55d861862d
commit
2ee26db205
@ -10,10 +10,10 @@
|
||||
delete window.exports;
|
||||
delete window.module;
|
||||
</script>
|
||||
<link rel="stylesheet" href="/stylesheets/style.css">
|
||||
<script src="/javascripts/jquery.min.js"></script>
|
||||
<link href="/stylesheets/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="/javascripts/bootstrap.min.js"></script>
|
||||
<link rel="stylesheet" href="./stylesheets/style.css">
|
||||
<script src="./javascripts/jquery.min.js"></script>
|
||||
<link href="./stylesheets/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="./javascripts/bootstrap.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -95,7 +95,7 @@
|
||||
<input type="text" class="form-control" id="equipmentId" aria-describedby="equipmentId-aria" value="123456">
|
||||
</div>
|
||||
</div>
|
||||
<script src="/javascripts/index.js"></script>
|
||||
<script src="./javascripts/index.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user