|
@@ -24,7 +24,7 @@
|
|
|
<view class="addinput addlabel flex" v-if="inputShow">
|
|
|
<u-input class='label' v-model="value" type="type" border focus v-if="inputShow"
|
|
|
placeholder="请输入标签内容,不超过6个字" />
|
|
|
- <u-button :type="types" class="inputOk" shape="circle" @click="addinput">确定</u-button>
|
|
|
+ <u-button :type="types" class="inputOk" :class="{active:value.length>0}" shape="circle" @click="addinput">确定</u-button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style='padding-bottom:10px;' class="modular">
|
|
@@ -298,6 +298,9 @@
|
|
|
padding-right:40px;
|
|
|
line-height: 52rpx;
|
|
|
margin-bottom:10px;
|
|
|
+}
|
|
|
+.inputOk.active{
|
|
|
+ background:#22C572;
|
|
|
}
|
|
|
.inputOk {
|
|
|
width: 100rpx;
|