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

debug 列表不能滑动

上级 2c00e274
......@@ -16,10 +16,11 @@
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
pointer-events:none;
input{
pointer-events:none;
-webkit-touch-callout: none;
user-select: none;
&::selection{
background: white;
}
}
}
}
\ No newline at end of file
<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-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>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册