index.less 267 B

12345678910111213141516
  1. .enterpriseNameContent {
  2. .enterpriseNameItem {
  3. display: flex;
  4. flex-flow: row nowrap;
  5. padding-bottom: 20px;
  6. .enterpriseNameTitle {
  7. min-width: 40px;
  8. }
  9. .enterpriseNameValue {
  10. padding-left: 15px;
  11. max-width: 250px;
  12. }
  13. }
  14. }