Skip to content

Commit 0500154

Browse files
author
昱晓
committed
修复Mac下canvas不显示问题
1 parent 70371d4 commit 0500154

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/main/resources/css/zkgui.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,11 @@ td {
131131
margin: 5px 0 0 5px;
132132
}
133133

134+
#connect {
135+
position: relative;
136+
z-index: 2;
137+
}
138+
134139
.input-group {
135140
float: left;
136141
width: 90%;

src/main/resources/page/connect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h2>ZooKeeper GUI</h2>
2727
</div>
2828
<script src="../js/jquery.min.js"></script>
2929
<script src="../js/bootstrap.typeahead.min.js"></script>
30-
<script src="../js/canvas-nest-1.0.1.min.js"></script>
30+
<script src="../js/canvas-nest-1.0.1.min.js" opacity='0.8' zIndex="1" count="127"></script>
3131
<script type="application/javascript">
3232
//call by JavaFX
3333
function typeHead(history) {

0 commit comments

Comments
 (0)