|
@@ -5,7 +5,7 @@
|
|
|
<div class="inp" @click="preClick">
|
|
|
<input :type="msg.type=='number'?'tel':'text'"
|
|
|
:placeholder="msg.placeholder"
|
|
|
-
|
|
|
+ :disabled="exclu"
|
|
|
:class="[{'exclu':exclu},{'cancel':item.select==0}]"
|
|
|
v-model="txt"
|
|
|
@click="handleCli"
|
|
@@ -99,7 +99,7 @@ import { getExpStr,scrollToV,isIos} from '@utils/tools';
|
|
|
color: #bbbbbb !important;
|
|
|
}
|
|
|
input:disabled, input[disabled]{
|
|
|
- background:transparent;
|
|
|
+ // background:transparent;
|
|
|
border-bottom-color: #DEDEDE !important;
|
|
|
}
|
|
|
// input:disabled,input[disabled]::-webkit-input-placeholder{
|