File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -155,16 +155,15 @@ a:active svg, a:hover svg{
155
155
width : 40% ;
156
156
overflow : hidden;
157
157
box-shadow : 1px 1px 1px rgba (245 , 244 , 244 , 0.52 );
158
-
158
+ padding-top : 40 px ;
159
159
}
160
160
161
161
.left-bar {
162
162
height : 40px ;
163
163
border-bottom : # DDD 1px solid;
164
164
width : 100% ;
165
- position : relative ;
165
+ position : absolute ;
166
166
top : 0px ;
167
- display : inline;
168
167
display : flex;
169
168
align-items : center;
170
169
z-index : 100 ;
@@ -174,7 +173,10 @@ a:active svg, a:hover svg{
174
173
175
174
.left-panel {
176
175
height : 100% ;
177
- position : relative
176
+ width : 100% ;
177
+ overflow : hidden;
178
+ overflow-y : scroll;
179
+ word-break : break-all;
178
180
}
179
181
180
182
Original file line number Diff line number Diff line change 71
71
< button class ="send " id ="vSend " @click ="send() "> 发送请求</ button >
72
72
</ div >
73
73
< div class ="left-panel ">
74
- < ul v-show ="isRemoteShow " class ="historys " style ="width: 100% ">
74
+ < ul v-show ="isRemoteShow " class ="historys " style ="width: 100%;height: 100% ">
75
75
< li v-for ="(item, index) in remotes " >
76
76
< svg v-show ="item.userId == User.id " class ="icon " @click ="remove(item, index, true) ">
77
77
< use xlink:href ="svg/icon.svg#trash "> </ use >
You can’t perform that action at this time.
0 commit comments