Fix:5852 【商城小程序】验证码输入框旁的“验证码”文案显示位置错位
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
>
|
||||
<view
|
||||
v-if="stateTitle"
|
||||
class="box-state"
|
||||
>
|
||||
<u-alert
|
||||
:center="stateType === 'primary'"
|
||||
@@ -17,7 +16,7 @@
|
||||
</view>
|
||||
<u-cell-group
|
||||
:border="false"
|
||||
:customStyle="{'fontSize':'40rpx'}"
|
||||
:customStyle="{'fontSize':'40rpx', 'backgroundColor':'#fff'}"
|
||||
title="礼品集采中心基本信息"
|
||||
>
|
||||
<u-form-item prop="name">
|
||||
@@ -576,9 +575,17 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
/deep/ .u-cell__title-text {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="less" scoped>
|
||||
@import "@/assets/css/pkg_join.less";
|
||||
|
||||
|
||||
|
||||
/deep/ .cityselect-nav {
|
||||
.item {
|
||||
font-size: 30rpx !important;
|
||||
|
||||
Reference in New Issue
Block a user