Fix:5874 【商城小程序】【商户入驻-礼品集采中心】入驻详情页中,“中心名称”“营业执照名称”“联系人姓名”“联系方式”“省市区”“详细地址”与输入框文案间距过大,且“省市区”与“详细地址”输入框文案未对齐

This commit is contained in:
linxi
2026-08-25 11:33:23 +08:00
parent df47b96e87
commit dfb92b7332
+8 -9
View File
@@ -141,7 +141,7 @@
</u-cell>
</u-form-item>
<u-form-item prop="qualification">
<view class="licence-section">
<view class="full-title">
<u-cell :border="false">
<template #icon>
<text class="required">*</text>
@@ -577,15 +577,19 @@ export default {
</script>
<style lang="less">
@import "@/assets/css/pkg_join.less";
/deep/ .u-cell__title-text {
white-space: nowrap !important;
}
/deep/ .full-title {
.u-cell__title {
width: 100% !important;
white-space: nowrap !important;
}
}
</style>
<style lang="less" scoped>
@import "@/assets/css/pkg_join.less";
/deep/ .cityselect-nav {
.item {
@@ -599,11 +603,6 @@ export default {
}
}
/deep/ .licence-section{
.u-cell__title{
width: 650rpx!important;
}
}
.font-color-red{
font-size: 24rpx;
}