|
|
@@ -129,7 +129,7 @@
|
|
|
¥ <text class="large">{{ modifyPrice }}</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
- <button class="admin-button-com default big" @click="formSubmit(0)">稍后入库</button>
|
|
|
+ <button class="admin-button-com blue big" @click="formSubmit(0)">保存草稿</button>
|
|
|
<button class="admin-button-com blue big" @click="formSubmit(1)">提交入库</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -508,12 +508,6 @@ export default {
|
|
|
height: 240upx;
|
|
|
}
|
|
|
}
|
|
|
- // .tui-placeholder,
|
|
|
- // .tui-input {
|
|
|
- // padding-right: 30upx;
|
|
|
- // width: 100%;
|
|
|
- // text-align: right;
|
|
|
- // }
|
|
|
}
|
|
|
}
|
|
|
.under-bar {
|
|
|
@@ -543,10 +537,10 @@ export default {
|
|
|
color: #333;
|
|
|
}
|
|
|
.price-number {
|
|
|
- margin: 0 20upx;
|
|
|
+ margin: 0 10upx;
|
|
|
color: #ff2842;
|
|
|
.large {
|
|
|
- font-size: 40upx;
|
|
|
+ font-size:35upx;
|
|
|
}
|
|
|
}
|
|
|
}
|