_common.scss 176 B

12345678910111213141516
  1. dl{
  2. margin-bottom: 8px;
  3. dt{
  4. white-space: nowrap;
  5. }
  6. dd{
  7. margin: 0;
  8. }
  9. }
  10. .el-form-item{
  11. .el-form-item__label{
  12. font-weight: 600;
  13. color: #3c3c3c;
  14. }
  15. }