|
@@ -42,7 +42,7 @@ const moveList = ()=>{
|
|
|
if(moveValue.value<=-limitRange.value){
|
|
if(moveValue.value<=-limitRange.value){
|
|
|
moveValue.value = 0;
|
|
moveValue.value = 0;
|
|
|
}
|
|
}
|
|
|
- moveValue.value = moveValue.value - 1;
|
|
|
|
|
|
|
+ moveValue.value = moveValue.value - 0.5;
|
|
|
}
|
|
}
|
|
|
const listContent = ref(null);
|
|
const listContent = ref(null);
|
|
|
const listContainer = ref(null);
|
|
const listContainer = ref(null);
|
|
@@ -96,9 +96,10 @@ onUnmounted(()=>{
|
|
|
.listContent{
|
|
.listContent{
|
|
|
//height: 100px;
|
|
//height: 100px;
|
|
|
.lsitItem{
|
|
.lsitItem{
|
|
|
- width: 100%;
|
|
|
|
|
|
|
+ width: 95%;
|
|
|
height: 40px;
|
|
height: 40px;
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
|
+ margin-left: 30px;
|
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
//border: 1px solid #8492a6;
|
|
//border: 1px solid #8492a6;
|