Fix:5852 【商城小程序】验证码输入框旁的“验证码”文案显示位置错位

This commit is contained in:
linxi
2026-08-24 12:14:18 +08:00
parent 007e80bebb
commit 1845171a1e
+9 -2
View File
@@ -7,7 +7,6 @@
> >
<view <view
v-if="stateTitle" v-if="stateTitle"
class="box-state"
> >
<u-alert <u-alert
:center="stateType === 'primary'" :center="stateType === 'primary'"
@@ -17,7 +16,7 @@
</view> </view>
<u-cell-group <u-cell-group
:border="false" :border="false"
:customStyle="{'fontSize':'40rpx'}" :customStyle="{'fontSize':'40rpx', 'backgroundColor':'#fff'}"
title="礼品集采中心基本信息" title="礼品集采中心基本信息"
> >
<u-form-item prop="name"> <u-form-item prop="name">
@@ -576,9 +575,17 @@ export default {
} }
</script> </script>
<style lang="less">
/deep/ .u-cell__title-text {
white-space: nowrap !important;
}
</style>
<style lang="less" scoped> <style lang="less" scoped>
@import "@/assets/css/pkg_join.less"; @import "@/assets/css/pkg_join.less";
/deep/ .cityselect-nav { /deep/ .cityselect-nav {
.item { .item {
font-size: 30rpx !important; font-size: 30rpx !important;