This repository was archived by the owner on Aug 2, 2022. It is now read-only.
File tree 4 files changed +5
-2
lines changed
4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# GoRedisManager
2
2
redis web客户端管理平台。优点:跨平台、部署简单。欢迎star!!
3
3
4
+ ![ logo] ( readme/redis-login.JPG )
5
+
4
6
![ logo] ( readme/index.JPG )
5
7
6
8
## 功能清单
Original file line number Diff line number Diff line change 84
84
85
85
86
86
< div class ="row ">
87
- < div class ="col-sm-5 " style ="padding-right: 0px;border-right: 3px solid rgb(217 217 217); ">
87
+ < div id =" left-sec " class ="col-sm-5 " style ="padding-right: 0px;border-right: 3px solid rgb(217 217 217); ">
88
88
89
89
< form action ="/switch " method ="post " class ="ajaxForm " autocomplete ="off ">
90
90
< div class ="col-sm-12 " style ="margin-top: 10px; ">
164
164
</ div >
165
165
166
166
167
- < div class =" col-sm-12 " style =" margin-top: 15px;overflow-y: auto;height: 300px; ">
167
+ < div id =" tree " class =" col-sm-12 ">
168
168
< div id ="main " class ="demo-tree ">
169
169
< ul id ="keys "> </ ul >
170
170
</ div >
@@ -414,5 +414,6 @@ <h5 class="modal-title" id="exampleModalLabel">添加键值</h5>
414
414
parent . document . getElementById ( 'iframepage' ) . style . height = height + 'px' ;
415
415
}
416
416
417
+ $ ( "#tree" ) . attr ( 'style' , 'height:' + ( $ ( document ) . height ( ) - $ ( "#tree" ) . offset ( ) . top - 20 ) + 'px;margin-top: 15px;overflow-y: auto;' ) ;
417
418
</ script >
418
419
{{end}}
You can’t perform that action at this time.
0 commit comments