File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -173,9 +173,6 @@ a:active svg, a:hover svg{
173
173
.left-panel {
174
174
height : 100% ;
175
175
width : 100% ;
176
- overflow : hidden;
177
- overflow-y : scroll;
178
- word-break : break-all;
179
176
}
180
177
181
178
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%;height: 100% ">
74
+ < ul v-show ="isRemoteShow " class ="historys " style ="width: 100%;height: 100%;overflow: hidden;overflow-y: scroll; ">
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 >
78
78
</ svg >
79
79
< a href ="javascript:void(0) " @click ="restore(item) " > {{(item.version > 0 ? 'V' + item.version : 'V*') + ' ' + item.name + ' ' + item.url}}</ a >
80
80
</ li >
81
81
</ ul >
82
- < textarea v-show ="! isRemoteShow " style ="width: 100%;height: 100% " id ="vInput " @keyup ="onChange(true) ">
82
+ < textarea v-show ="! isRemoteShow " style ="width: 100%;height: 100%; " id ="vInput " @keyup ="onChange(true) ">
83
83
{
84
84
"[]":{
85
85
"User":{
You can’t perform that action at this time.
0 commit comments