child-width.uvue 171 B

1234567891011
  1. <template>
  2. <view id="child_box" class="box child_box"></view>
  3. </template>
  4. <style>
  5. .box {
  6. width: 100px;
  7. height: 100px;
  8. background-color: red;
  9. }
  10. </style>