提交 995c21fc 编写于 作者: KK's avatar KK

span

上级 89279cb7
.app-mob-span{
width: 100%;
display: flex;
ion-icon{
font-size: 23px;
position: absolute;
top: 50%;
left: 151px;
transform: translateY(-50%);
}
ion-input{
z-index: 99 !important;
overflow: hidden;
......
<template>
<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>
<ion-input :style="{color:currentItem && currentItem.color?currentItem.color:''}" :class="currentItem && currentItem.className?currentItem.className:''" v-if="codeListType == 'STATIC'" readonly :value="($t('codelist.'+tag+'.'+value)!== ('codelist.'+tag+'.'+value))?$t('codelist.'+tag+'.'+value) : text" ></ion-input>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册