|
|
@@ -8,8 +8,8 @@
|
|
|
labelPosition="left" labelWidth="auto"
|
|
|
:error-type="['toast', 'border-bottom']"
|
|
|
>
|
|
|
- <u-form-item prop="category" label="商品分类" required borderBottom>
|
|
|
- <u-input v-model="form.categoryName" placeholder="去设置" height="41" inputAlign="right" @click="show = true"></u-input>
|
|
|
+ <u-form-item prop="category" label="商品分类" required borderBottom @click="show = true">
|
|
|
+ <u-input v-model="form.categoryName" class="form-input" disabled placeholder="去设置" height="41" inputAlign="right"></u-input>
|
|
|
<u-icon slot="right" name="arrow-right" color="#C7C6CA"></u-icon>
|
|
|
</u-form-item>
|
|
|
|
|
|
@@ -322,6 +322,13 @@ $uni-color-primary: #2979ff;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ .form-input {
|
|
|
+ pointer-events: none;
|
|
|
+ }
|
|
|
+ ::v-deep .uni-input-input:disabled {
|
|
|
+ pointer-events: none;
|
|
|
+ }
|
|
|
+
|
|
|
.input-suffix {
|
|
|
color: #232832;
|
|
|
font-size: 26rpx;
|