index.scss 165 B

12345678
  1. .regmeeting-content-info-container {
  2. width: 90%;
  3. margin: 20rpx auto;
  4. padding: 0 0 100rpx 0;
  5. /deep/ .u-tag-wrapper{
  6. flex-direction: row !important;
  7. }
  8. }