提交 951cb7ae 编写于 作者: zhujiamin's avatar zhujiamin

debug 列表不能滑动

上级 2c00e274
...@@ -16,10 +16,11 @@ ...@@ -16,10 +16,11 @@
display: -webkit-box; display: -webkit-box;
-webkit-line-clamp: 2; -webkit-line-clamp: 2;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;
pointer-events:none;
input{ input{
pointer-events:none; &::selection{
-webkit-touch-callout: none; background: white;
user-select: none; }
} }
} }
} }
\ No newline at end of file
<template> <template>
<div class="app-mob-span" ontouchstart="return false;"> <div class="app-mob-span" oncontextmenu="return false;">
<ion-icon v-if="currentItem && currentItem.iconcls" :name="currentItem.iconcls"></ion-icon> <ion-icon v-if="currentItem && currentItem.iconcls" :name="currentItem.iconcls"></ion-icon>
<ion-input v-if="!codeListType" readonly :value="text" ></ion-input> <ion-input v-if="!codeListType" readonly :value="text" ></ion-input>
<ion-input v-if="codeListType == 'DYNAMIC'" readonly :value="($t('userCustom.'+tag+'.'+value)!== ('userCustom.'+tag+'.'+value))?$t('userCustom.'+tag+'.'+value) : text" ></ion-input> <ion-input v-if="codeListType == 'DYNAMIC'" readonly :value="($t('userCustom.'+tag+'.'+value)!== ('userCustom.'+tag+'.'+value))?$t('userCustom.'+tag+'.'+value) : text" ></ion-input>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册