app.wxss 216 B

12345678910111213
  1. .container {
  2. display: flex;
  3. flex-direction: column;
  4. width: 100vw;
  5. height: 100%;
  6. box-sizing: border-box;
  7. }
  8. .textOver {
  9. overflow: hidden;
  10. text-overflow: ellipsis;
  11. white-space: nowrap;
  12. }