Lines Matching refs:width

34 …方向上基准尺寸。'auto'意味着使用组件原始的尺寸,不做修改。<br/>flexBasis属性不是必须的,通过width或height也可以达到同样的效果。当flexBasis属性与width或…
76 .width('60%')
88 Row().width(150).height(400).backgroundColor('#FFFFFF')
90 Image($r("app.media.illustrator")).width(400).height(400)
94 Row().width(150).height(400).backgroundColor('#FFFFFF')
97 .width(this.containerWidth)
104 .width('100%')
133 .width('60%')
146 .width(135)
152 .width(36)
159 .width(this.rate * 100 + '%')
164 .width('100%')
210 .width('60%')
224 Image($r("app.media.startIcon")).width(48).height(48).margin({ top: 8 })
226 .width(64)
234 .width(80)
239 .width('100%')
245 Image($r("app.media.startIcon")).width(48).height(48).margin({ top: 8 })
247 .width(64)
255 .width(80)
260 .width('100%')
263 .width(this.rate * 100 + '%')
271 .width('100%')
295 - 设置layoutWeight属性后,组件本身的尺寸会失效。比如同时设置了.width('40%')和.layoutWeight(1),那么只有.layoutWeight(1)会生效。
304 …样式](../../reference/apis-arkui/arkui-js/js-components-common-styles.md)中关于width和height的介绍以及[长度类型介绍…
315 将三个按钮的.layoutWeight(1)分别替换为.width('33%')、.width('34%')、.width('33%'),也可以实现与当前同样的显示效果。
332 .width('60%')
346 .width(48)
356 .width(48)
367 .width(48)
375 .width(this.rate * 100 + '%')
383 .width('100%')
432 .width('60%')
440 .width('60%')
452 Image($r("app.media.illustrator")).width('100%').height('100%')
455 .border({ width: 2, color: "#66F1CCB8"}) // 边框,仅用于展示效果
459 .width(this.sliderWidth)
465 .width('100%')
524 .width('60%')
540 Image($r("app.media.startIcon")).width(48).height(48).margin({ top: 8 })
542 .width(64)
549 }.width(80).height(102)
550 }.width(80).height(102)
555 .width('100%')
560 .width(this.rate * 100 + '%')
564 .width('100%')
588 .width('60%')
603 Image($r("app.media.startIcon")).width(48).height(48).margin({ top: 8 })
605 .width(64)
614 }.width(80).height(102)
623 .width(this.rate * 100 + '%')
627 .width('100%')
666 .width('60%')
678 .width(48)
684 .width(48)
690 .width(48)
696 .width(48)
702 .width(48)
707 .width(this.rate * 100 + '%')
716 .width('100%')
762 .width('60%')
780 Image(item).width(183).height(138).padding(10)
785 .width(this.rate * 100 + '%')
788 .width('100%')
791 }.width('100%')