正在显示
1 个修改的文件
包含
17 行增加
和
4 行删除
@@ -58,11 +58,25 @@ | @@ -58,11 +58,25 @@ | ||
58 | :rightIconStyle="{ fontSize: '26rpx' }" | 58 | :rightIconStyle="{ fontSize: '26rpx' }" |
59 | :title-style="{ color: '#909097', fontSize: '28rpx' }" | 59 | :title-style="{ color: '#909097', fontSize: '28rpx' }" |
60 | > | 60 | > |
61 | - <view slot="value"> | ||
62 | - <view v-for="(item, index) in departmentName" v-bind:key="index">{{item.departmentName ? `${item.departmentName}/${item.name}` : item.name}}</view> | ||
63 | - </view> | ||
64 | </u-cell> | 61 | </u-cell> |
65 | </u-cell-group> | 62 | </u-cell-group> |
63 | + <view style="padding: 10px 15px;"> | ||
64 | + <view | ||
65 | + style=" | ||
66 | + font-size: 28rpx; | ||
67 | + color: #202131; | ||
68 | + word-break: break-all; | ||
69 | + padding-bottom: 10px; | ||
70 | + " | ||
71 | + v-for="(item, index) in departmentName" | ||
72 | + v-bind:key="index" | ||
73 | + >{{ | ||
74 | + item.departmentName | ||
75 | + ? `${item.departmentName}/${item.name}` | ||
76 | + : item.name | ||
77 | + }}</view | ||
78 | + > | ||
79 | + </view> | ||
66 | </view> | 80 | </view> |
67 | 81 | ||
68 | <u-action-sheet | 82 | <u-action-sheet |
@@ -277,7 +291,6 @@ export default { | @@ -277,7 +291,6 @@ export default { | ||
277 | } | 291 | } |
278 | 292 | ||
279 | .cell /deep/ .u-cell { | 293 | .cell /deep/ .u-cell { |
280 | - | ||
281 | .u-cell__value { | 294 | .u-cell__value { |
282 | font-size: 34rpx; | 295 | font-size: 34rpx; |
283 | color: rgba(0, 0, 0, 0.5); | 296 | color: rgba(0, 0, 0, 0.5); |
请
注册
或
登录
后发表评论