customer-service.component.scss 178 B

123456
  1. .modal-content {
  2. max-width: 500px; /* 限制模态框的最大宽度 */
  3. margin: auto; /* 居中 */
  4. padding: 20px; /* 内边距 */
  5. text-align: center; /* 内容居中 */
  6. }