dropdown.scss 529 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .demo-block {
  2. .el-dropdown {
  3. vertical-align: top;
  4. & + .el-dropdown {
  5. margin-left: 15px;
  6. }
  7. }
  8. .el-dropdown-link {
  9. cursor: pointer;
  10. color: #409eff;
  11. }
  12. .el-icon-arrow-down {
  13. font-size: 12px;
  14. }
  15. }
  16. .block-col-2 {
  17. margin: -24px;
  18. .el-col {
  19. padding: 30px 0;
  20. text-align: center;
  21. border-right: 1px solid #eff2f6;
  22. &:last-child {
  23. border-right: 0;
  24. }
  25. }
  26. }
  27. .demo-dropdown .demonstration {
  28. display: block;
  29. color: #8492a6;
  30. font-size: 14px;
  31. margin-bottom: 20px;
  32. }